@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
margin:0;
padding:0;
font:11px "Lucida Sans", Arial, sans-serif;
color:#989898;
background:#000;
text-align:center;
}

a{
color:#b7b7b7;
text-decoration:none;
}

a:hover{
color:#fff;
text-decoration:none;
}
#container{
margin:0 auto;
width:950px;
text-align:left;
}

#header{
}
#nav{
padding:10px 70px;
margin-bottom:10px;
}
.headertop{
background:url(images/headertop.png) no-repeat;
height:93px;
}

.headermiddle{
background:url(images/headermiddle.png) no-repeat;
height:183px;
}

.headerbottom{
background:url(images/headerbottom.png) no-repeat;
height:182px;
}

#content{
}

.contentbg{
background:url(images/contentbg.png) repeat-y;
padding:10px 70px;
}

.contentfooter{
background:url(images/contentfooter.png) no-repeat;
height:72px;
}

#galleryfooter{
background:url(images/galleryfooterbg.png) repeat-x;
height:67px;
width:100%;

}

#galleryfooter h2{
background:url(images/galleryfooter.png) no-repeat;
height:42px;
padding-left:80px;
font:11px "Lucida Sans", Arial, sans-serif;
padding-top:25px;
margin:0 auto;
}