html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #333;
	color: white;
	margin: 10px 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
a {
	color: white ;
}
a img {
	border: none;
}
#home_nav{
	background: url("mwr_logo_dark.gif") no-repeat scroll 0% !important
}
#home_link {
	height:0px;
	overflow:hidden;
	padding:120px 0px 0px !important;
}
#photo_sets {
	float:left;
	font-size:0.7em;
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px;
	text-align:right;
	width:180px;
}
#photo_sets ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photo_sets li{
	margin: 0px;
	padding: 5px 0px;
}
#photo_sets a {
	display: block;
	padding: 0px 8px 0px;
	text-decoration: none;
}
#photo_sets li a.head {
	background: #555;
}
#photo_sets a:link{
	color: #fff;
}
#photo_sets a:visited{
	color: #fff;
}
#photo_sets a:hover{
	text-decoration: underline;
}
.current_set {
	color: #000 !important;
	background-color: #FFFFFF;
}
#photos {
	width: 640px;
	margin-left: 220px;

}
#black_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	z-index:1000;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}
#photo_overlay {
	display: none;
	position: absolute;
	z-index:1002;
	font-size: 0.75em;
	width: 500px;

}
#photo_container {
	width: 500px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}

#photo_f {
	height: 40px;
}
#photo_f img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#photo_info {
	clear: both;
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.landscape {
	margin: 0px;
	padding: 0px;
}
.portrait {
	margin: 0px auto;
	padding: 0px;
}
#close_photo {
	background: url(close_btn.gif) no-repeat 0px 0px;
	height:  0px;
	padding: 20px 0px 0px;
	overflow: hidden;
	margin: 0px;
	display: block;
}
#close_photo:hover {
	background-position: 0 -20px;
}
#close_photo:active {
	background-position: 0 -40px;
}
.photo_overlay_default {
	top: 50%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin: -125px 0px 0px -125px;
	color: #333;
}
#loader_anim {
	width: 100px;
	height: 100px;
	position:absolute;
	display: none;
	z-index: 1001;
	background: transparent url("logo_loader.gif") center center no-repeat;
	
}
.active_overlay {
	display: block !important;
}