body{
	margin:0px;
	padding:0px;
	background-image:url('http://www.mohrave.com/background.jpg');
	color:#ffffff;
	font-family:Tahoma, Arial, san-serif;
	/* STUPID IE CENTERING HACK - UP YOURS, MICROSOFT */
	text-align:center;
}
a:link{
	color:#cc0000;
	text-decoration:underline;
}
a:visited{
	color:#cc0000;
	text-decoration:underline;
}
a:hover{
	color:#2a2a2a;
	text-decoration:none;
	background-color:#ffffff;
}
a:active{
	color:#2a2a2a;
	text-decoration:none;
	background-color:#ffffff;
}
#mohr_page{
	width:865px;
	margin:auto;
}
#header{
	background-image:url('http://www.mohrave.com/header.gif');
	background-repeat:no-repeat;
	width:865px;
	height:288px;
	text-align:left;
}
#mp3player{
	position:relative;
	top:250px;
	left:630px;
}
#menu{
	width:866px;
	margin-bottom:10px;
	margin-top:10px;
}
.menu-item{
	font-weight:bold;
	margin-right:100px;
	font-family:Georgia, Palatino, serif;
	padding:0px;
}
.menu-item-off{
	font-size:150%;
	font-weight:bold;
	margin-right:120px;
	font-family:Georgia, Palatino, serif;
	color:#000000;
}
.menu-item-last{
	font-weight:bold;
	font-family:Georgia, Palatino, serif;
}
a.menu-link:link{
	font-size:150%;
	color:#ffffff;
	text-decoration:none;
}
a.menu-link:visited{
	font-size:150%;
	color:#ffffff;
	text-decoration:none;
}
a.menu-link:hover{
	font-size:150%;
	color:#cc0000;
	text-decoration:none;
	background-color:transparent;
}
a.menu-link:active{
	font-size:150%;
	color:#cc0000;
	text-decoration:none;
	background-color:transparent;
}
#main_content{
	width:865px;
}
#news{
	width:465px;
	float:left;
	vertical-align:top;
	padding:0px;
	border:1px solid #2a2a2a;
}
#news-top{
	width:465px;
	height:16px;
	margin:0px;
	padding:0px;
}
#news-content{
	background-color:#000000;
	text-align:left;
	vertical-align:top;
	padding:5px;
	margin-top:-5px;
}
#news-text{
	font-size:80%;
}
h2{
	margin-bottom:0px;
	margin-top:0px;
}
.postbody{
	font-size:80%;
}
.postdate{
	font-size:70%;
}
#news-bottom{
	width:465px;
	height:16px;	
	margin:0px;
	padding:0px;
}
#events{
	width:340px;
	float:right;
	vertical-align:top;
	padding:0px;
	border:1px solid #2a2a2a;
}
#events-top{
	width:340px;
	height:12px;
	margin:0px;
	padding:0px;
}
#events-content{
	background-color:#000000;
	text-align:left;
	vertical-align:top;
	padding:5px;
	margin-top:-5px;
	margin-bottom:-5px;
}
#events-bottom{
	width:340px;
	height:12px;	
	margin:0px;
	padding:0px;
}
.section-head{
border-bottom:2px solid white;
margin-bottom:10px;
}
.section-head h1{
margin:0px;
padding:0px;
}
#footer{
	background-color:#000000;
	text-align:center;
	margin-top:20px;
}
#footer-text{
	font-size:75%;
}

/*** LIGHTBOX CSS ***/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.mohrave.com/lightbox2_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.mohrave.com/lightbox2_img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
