/* General tags */
table{margin-left: auto; margin-right: auto;}
*{margin:0; padding:0;}
body{
	background:#ccc url(bodybgr.gif) repeat; 
	font:76% verdana,tahoma,sans-serif;
	margin-top:70px;
}
a{background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0 0 16px 0;}
ul, ol{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}
img{margin:0px 5px 2px 0px;}

/* Headers */
h1{color:#CBBC9F; font-size:3.0em; letter-spacing:-3px; margin:0; text-align:right;}
h2{font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title{margin:20px auto; width:740px;}
#container{
	background:#CBBC9F url(img4.jpg) top left no-repeat; 
	border:0px solid #CBBC9F; 
	color:#555; 
	margin:0 auto 15px; 
	width:722px; 
	height:343px;
	line-height:1.3em;
}
#sidebar{
	float:left; 
	padding-left:10px;
	width:110px;
	padding-top:30px;
}
#sidebar p{margin:10px 0 5px 0; text-align:center; font-size:0.8em;}
#sidebar ul {
	list-style:none;
}
#sidebar ul li {
	margin-left:none;
	padding-left:none;
}
#sidebar h2{
	color:#000000;
}
#main{
	float:right; 
	padding-left:20px; 
	width:580px;
	height:308px;
}
* html #main {
	float:right;
	padding-left:8px;
	width:570px;
	height:308px;

}
#main p {
	font-size:10px;
	color:#000000;
	line-height:12px;
	width:510px;
}
#main h2 {
	padding-top:15px;
	color:#000000;
}
#footer, #footer a{
	color:#999999;
}
#footer {
	clear:both;
	padding-left:320px;
	height:35px;
	font-size:10px;
}

/* Menu */
.menu{border:0px solid #CBBC9F; color:#661407; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:90px;}
.menu:hover{background-color:#; border:0px solid #C1B193; color:#861A08; text-align:left;}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}
.sidenote {
	padding-top:50px;
	padding-left:25px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(../images/blank.gif) no-repeat; /* 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: #fff;
	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 { font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}