body {
	background: #FFFFFF url(images/background1.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif;
	line-height: 20px;
	text-align: center;
}
#container {
	margin: 0 auto;
	position:relative;
	text-align: left;	
	width: 750px
}
#header {
	width: 750px;
	background-image: url(images/header3.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 250px;



}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url(images/background_content.gif) repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url(images/background_top.gif);
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url(images/background_bottom.gif);
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	color: #990000;

}
.content {
	float: left;
	width: 510px;
	padding: 0 30px 0 30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993366;

}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px;
	color: #990000;

}
.menu il {
	list-style-type: disc;
	color: #990000;

}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A40008;
	padding-top: 200px;
	padding-bottom: 5px;
	padding-left: 20px;



}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: disc
}
a {
	color: #A40008;
	font-weight: bold
}
a:hover {
	color: #CC0066;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #990000;
	font-weight: bold
}
a.menu_link:hover {
	color: #CC3399;
	font-weight: bold
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

h3 { color: #0c6daa; font-size: 12px; }

.leftgallery { float: left; padding: 5px; border: solid 1px #993366; margin: 10px; background-color: #ffffcd; }
.clear { clear: both; }


/*Lightbox enlarging images effect */
#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 #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;
	}