body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background:#974001 url(bodybg.jpg) repeat-x;}

a{
text-decoration:underline;
background-color:inherit;
font-weight:normal;
color:#630;}
    a:hover{
    text-decoration:none;
    color:#630;}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:center;
background-color:inherit;
color:#974001;
display:none;}

h2{
margin:10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
color:#630;}

h3{
margin:0;
font-size:1.2em;
letter-spacing:-1px;
font-weight:bold;}

p{
margin:0 0 15px 0;
line-height:1.3em;}

img{
margin:0;
border:solid 1px #974001;
}

#container{
margin:15px auto;
width:650px;
padding:10px;
background:#ffffff url(logo.jpg) top left no-repeat;
color:#303030;
border:solid 1px #974001;}

    #sidebar{
    float:left;
    width:110px;
    padding-top:50px;}

        .menu{
        display:block;
        width:110px;
        padding:4px 2px 4px 35px;
        font-size:1.1em;
        font-weight:bold;
        color:#B77A10;
        border:1px solid #FFF;
        background:#fff url(goldleaf.jpg) no-repeat left center;}
            a.menu:link{text-decoration:none;}
            a.menu:hover{
            border:1px solid #FFE69E;
            background:#fff url(goldleaf.jpg) no-repeat right center;}
            a.menu:visited{text-decoration:none;}

    #main{
    width:475px;
    float:right;
    border:solid 1px #974001;
    background-color:#FFE69E;
    padding:10px;
    color:#974001;}

    #footer{
    margin-bottom:0;
    padding:5px 0px 0px 150px;
    font-size:0.8em;
    background-color:inherit;
    color:#D89D37;
    text-align:center;
    clear:both;}
        #footer a{
        background-color:inherit;
        color:#D89D37;
        }
/* lightbox css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; border:solid 0px #974001; background-color: #FFE69E; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #FFE69E; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #974001; }

