body {
   font-family: "Trebuchet MS", Trebuchet, sans-serif;
   font-size: small;
   font-size: normal;
   background: #000000;
   text-align: center;
   margin: 0px;
   padding: 0px;
   background: #101C20;
}

#container {
   width: 1026px;      
   height: 770px;
   border: 1px;
   background: #000000;            
   border: 1px solid #000000;
   margin: 0px;
   padding: 0px;   
}

#gallery_frame
{
   /*width: 1024px;*/
   /*height: 768px;*/
}

#copyright {
   width: auto;   
   background: url(../images/content-bg.jpg) repeat top left;   
   position: relative;
   margin: 0px;
   padding: 3px;   
   font-size: 75%;
   color: #A59EA0;
}

#content {
   width: 100%;  
   height: auto;  
   margin-top: 0px;   
   margin-bottom: -5px;
   margin-left: 0px;
   margin-right: 0px;
   paddingm: 0px;   
   background: url(../images/nav-bg.jpg) repeat; 
}

#content img {   
   margin: 0px;
   padding: 0px;   
}

#header {
   width: 100%; 
   height: 22px;  
   position: relative;      
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding: 0px;   
}

#footer {   
   width: 100%;
   height: 57px;   
   position: relative;   
   border-top: 1px solid #000000;   
   background: url(../images/btm.jpg) no-repeat bottom left;   
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding: 0px;      
}

#header-logo {
   width: 100%;  
   height: 118px;   
   clear: both; 
   position: relative;
   display: block;   
   margin: 0px;
   padding: 0px;   
}

#nav {   
   width: 100%;
   height: auto;
   list-style: none;     
   padding-left: 10px;
   border-width: thin;
   border-bottom: 1px solid #000000;
   margin: 0px; 
   position: absolute;   
   top: 0px;
   left: 0px;            
   background: url(../images/nav-bg.jpg) repeat; 
}

#nav li {
   float: left;   
   margin: 0; 
   padding-top: 2px;
   padding-bottom: 10px;   
   color: #EADBE0;   
   /*letter-spacing: 1px;*/   
   font-size: 75%;
   filter: alpha(opacity=70);
   font-family: "Verdana", "Arial", sans-serif;      
   width: 14%;
}

#nav li.selected {
   font-weight: bold;
}

#nav a {   
   color: #EADBE0;   
   text-decoration: none;   
}

#nav a:hover {
   color: #FFFFFF;
   text-decoration: none;   
   filter: alpha(opacity=20);
}



