 body {
	margin : 0;
	font : 70% Verdana, "Trebuchet MS", tahoma, arial, sans-serif;
	line-height : 1.7em;
	background-position : 50% 0;
	color : #C5B0B5;
	background-color: #946F80;
	background-image: url("../images/bgdwhitepages.jpg");
	background-repeat: no-repeat;
	padding: 0;
}
#container {
	width : 735px;
	margin : 0 auto;
	height: 600px;
	background-image: url("../images/subbg.png");
	text-align: center;
}
			/*TOP*/
#top {
	margin : 0;
	padding : 0;
	background-color: #95717F;
}
#top h1 {
	padding-top : 10px;
	text-align : center;
	text-transform : none;
	font-size : 150%;
	letter-spacing: 5px;
	color : #D5D9BE;
	background-color: #95717F;
}
			/*BANNER*/
#banner {
	width : 750px;
	height : 135px;
	margin : 0 auto;
	padding : 0;
	color : #333;
	background-repeat: no-repeat;
	background-position: center;
}
			/*DROP MENU CONTAINER*/
#menu {
	width : 735px;
	height : 45px;
	padding : 0;
	color : #C5B0B5 /*#FFFFFF*/;
	background-color: #7B2C49;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: repeat;
	clear: both;
}

			/*MAIN CONTENT*/
#main.main_contents {
    background-color:transparent;
    height: 100%;
    position: relative;
    width: 90%;
}
#main {
	background-color: #D6D2D3;
	height: 500px;
	position: relative;
	width: 740px;
}
p {
	text-align:justify;
}
.pdf {
	text-align: right;
	font-size: smaller;
	text-transform: uppercase;
}
	
			/*TYPOGRAPHY*/
h2, .contents h3{
	text-transform : uppercase;
	letter-spacing : 3px;
	border-bottom: solid 1px #C5B0B5;
	background : inherit;
	margin : 10px 10px 10px 10px;
	padding : 0;
	font-family: verdana, "Trebuchet MS", arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
}
h3 {
font : Verdana, "Trebuchet MS", verdana, sans-serif;
background : inherit;
margin : 5px 0 5px 10px;
padding : 0;
}
p {
margin : 10px;
}
p strong {
color : #769009;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.contents {
	width: 520px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 5px;
	color:FFFFF;
	height: 600px;
}
.captions {
	color: #FFF; 
	font-weight: bold;}
/* Image Display */

/* Links*/

#leftnav{
	margin-left: -20px;
	margin-top: 20px;
	width: 200px;
	float: left;
	height: 600px;
}
#leftnav ul{
	text-indent: 5px;
	color: #FFFFFF;
	line-height: 20px;
	display: block;
	list-style: none;
}
.contents ul { 
	text-indent: 5px;
	color: #FFFFFF;
	line-height: 10px;
}
.main ul a:link,.main ul a:visited {
	color: #C5B0B5;
	text-decoration: none;
}
.main ul a:hover { 
	color: #FFF;
}
#leftnav a:link, #leftnav a:visited{
	text-decoration: none;
	color: #C5B0B5;
	border-left: solid 3px #7A2B48;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	display:block;
}
#leftnav a:hover, #leftnav a#current, #leftnav li a#current:link{
	border-left: solid 3px #B39CAE;
	color: #FFF;
	background-color: #7A2B48;
	display: block;
	width: 100%;
}
	/* Content Link formats*/
.contents a:link, .contents a:visited {
	color: #C5B0B5;
	text-decoration:none;
}
.contents a:hover {
	color: #FFF;
}
/*----------------------------------------------------------------------------- LightBox CSS*/
#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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	a:link {
	color: #C6B2B5;
}
a:visited {
	color: #FFFFFF;
}
