* {
margin: 0;
padding: 0;
}

body {
background: #333 url(images/back.gif) repeat;
text-align: center;
font: normal 0.8em/1.6em verdana, arial, helvetica, sans-serif;
color: #333;
padding: 20px 0 10px 0;
}

a {text-decoration: none;}
a:link {color: #CC0000;}
a:visited {color: #CC0000;}
a:hover {text-decoration: underline;}
a:active {color: #CC0000;}

#header {
	width: 750px;
	height: 122px;
}
#logo {
	position: relative;
	margin: 15px 0 0 200px;
}
#wrapper {
width: 750px;
background: #fff url(images/background3.jpg) no-repeat 0px -20px;
border: solid 10px #fff;
margin: 0px auto 0px auto;
text-align: left;
height: 100%;
}

h1 span {
	display: none;
}
h1 {
	margin: 10px 0 10px 0;
	font: bold 1.2em/1.6em verdana, arial, helvetica, sans-serif;
	color: #CC0000;
	letter-spacing: .06em;
	border-bottom: 1px dashed #999999;
}

h2 {
	margin: 10px 0 10px 0;
	font: bold 1.2em/1.6em verdana, arial, helvetica, sans-serif;
	color: #CC0000;
	letter-spacing: .06em;
	border-bottom: 1px dashed #999999;
}
h3 {
	margin: 10px 0 10px 0;
}
#nav {
list-style: none;
margin-top: 40px;
width: 170px;
}

#nav li a {
color: #fff;
font:  normal 1em/2.1em verdana, arial, sans-serif;
display: block;
width: 160px;
height: 2.2em;
background-color: #CC0000;
padding-left: 10px; 
margin: 5px 0;
text-decoration: none;
}

#nav li a:hover {
background-color: #003366;
}

#current a {
background-image:  url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 160px;
float: left;
position: relative;
height: 100%;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 520px;
margin: 30px 0 0px 20px;
padding: 0 0 0 20px;
}

p {
	margin-bottom: 10px;
}
strong {
	color: #444444;
}
#content ul {
	margin: 10px 20px;
}
#content li {
	padding: 0 0 2px 5px;
	list-style-image: url(images/raindrop-smile2.gif);
	font-weight: bold;
	color: #444444;
}
#content a {text-decoration: underline;}
#content a:link {color: #CC0000;}
#content a:visited {color: #CC0000;}
#content a:hover {text-decoration: none;}
#content a:active {color: #CC0000;}

#bottom {
clear: both;
}

#footer {
clear: both;
width: 750px;
margin: 0 auto 5px auto;
font-size: 0.8em;
color: #999999;
}
#footer p {
	margin: 0;
	float: left;
	padding: 0;
}
#footer a {
color: #999999;
text-decoration: underline;
}
#footer span {
	float: right;
}
#footer a:hover {
color: #CC0000;
text-decoration: underline;
}
label {
	padding-top: 10px;
}
.center {
	text-align: center;
	color: #990000;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
}
.left-image {
	float: left;
	margin: 5px 20px 10px 0px;
	padding: 10px;
	border: solid 1px #999999;
	padding: 10px 10px 20px 10px; 
	background: #FFFFFF url(images/magnify.gif) no-repeat right bottom; 
}
.right-image {
	float: right;
	margin: 5px 0px 10px 20px;
	border: solid 1px #999999;
	padding: 10px 10px 20px 10px; 
	background: #FFFFFF url(images/magnify.gif) no-repeat right bottom; 
}
.right-image2 {
	float: right;
	margin: 5px 0px 10px 20px;
	border: solid 1px #999999;
	padding: 10px; 
}
.photo {
	display: block;
	float: left;
}
.photo img {
	margin: 10px 0px 10px 25px;
	border: solid 1px #999999;
	padding: 10px 10px 20px 10px; 
	background: #FFFFFF url(images/magnify.gif) no-repeat right bottom; 
}


/* lightbox styles */

#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 */ 
	
