body {
 background:#000000;
 font-size: 8pt;
 color: #666;
 margin: 0 0 0 50px;
 padding: 0;
 font-family : verdana;
 }
input, select, textarea  {
 border: solid 1px #CBBCAA;
 }
a:link {
 color: #A79C6D;
 text-decoration: none;
 } 
a:visited {
 color: #716D52;
 text-decoration: none;
 } 
a:hover {
 color: #99566B;
 text-decoration: none;
 } 
a:active {
 color: #A08470;
 text-decoration: none;
 } 


div#container {
 height: 100%;
 width:744px;
 border:1px solid #222222;
 text-align:left;
 padding:0 2px;
}

div.header {
 background:url('../img/header_back.jpg');
}

div.menu {
 background:url('../img/menu_back.jpg');
 border-right:1px solid #333;
 border-left:1px solid #333;
 padding-left:15px;
}

div.main{
 margin:2px 0;
}

div.info{
 margin:15px 20px;
}


div.footer {
 background:url('../img/footer_back.jpg');
 text-align:center;
 margin-top:20px;
 padding-top:10px;
 font-size:7pt;
 color:#444;
 height:54px;
}


div.lead{
 margin:30px 150px;
 padding:20px;
 border:1px solid #333;
 background:#111;
}






#gallery {
width:600px;
margin:40px auto;
}

#images {
height:225px;
background:#000;
margin-bottom:20px;
}

#image {
position:relative;
width:600px;
height:400px;
background:#000 url(images/loading.gif) center center no-repeat;
}

#image img {
position:absolute;
top:5px;
left:0;
}

#thumbwrapper {
margin-top:10px;
padding:5px 0;
width:600px;
height:100px;
background:#000;
text-align:left;
}

#thumbarea {
position:relative;
overflow:hidden;
height:100px;
width:600px;
}

#thumbs {
position:absolute;
list-style:none;
height:100px;
width:10000px;
}

#thumbs li {
float:left;
margin-right:5px;
cursor:pointer;
}

.imgnav {
position:absolute;
height:375px;
width:20%;
z-index:100;
height:375px;
width:20%;
z-index:100;
outline:none;
cursor:pointer;
}

#previmg {
left:0;
background:url(images/left.gif) left center no-repeat;
}

#previmg:hover {
opacity:1;
filter:alpha(opacity=100);
}

#nextimg {
right:0;
background:url(images/right.gif) right center no-repeat;
}

#nextimg:hover {
opacity:1;
filter:alpha(opacity=100);
}