@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
background:#000;
margin:0;
padding:0;
text-align:center;
font:11px "Lucida Sans", Arial, sans-serif;
color:#fff;
}
a{
color:#a8a674;
text-decoration:none;
}
#container{
width:1000px;
margin:0 auto;
text-align:left;
}

#galleryimg{
width:305px;
float:left;
}
.imagetop{
background:url(images/leftimagetop.png) no-repeat;
height:331px;
}
.imagebtm{
background:url(images/leftimagebottom.png) no-repeat;
height:236px;
}
#gallerycontent{
width:695px;
float:left;
}
.contenttop{
background:url(images/contenttop.png) no-repeat;
height:51px;
}
.contentbg{
background:url(images/contentbg.png) repeat-y;
padding:0 13px;
}
.contentfooter{
background:url(images/contentfooter.png) no-repeat;
height:43px;
}

.clear{
clear:both;
}