@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*********** Horizontal Nav *************/

#horizonnav {
	margin: 0px;
	padding: 0px;
	background: #28446C;
	list-style: none;
	float: left;
	width: 780px;
	border-bottom: 1px solid #000000;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #FFFFFF;
	float: left;
	width: 129px;
	text-align: center;
	font-size: 90%;
}
#horizonnav a:hover {
	background: #83A5CB;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}

/*********** Horizontal Nav *************/
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #DDDDDD;
	background-image: url(../images/john%20800%20by%20200.jpg);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #540D11;
}
#mainContent {
	background: #FFFFFF;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 100%;
	text-align: left;
}
.photopad {
	padding: 0px;
	margin: 5px;
	float: none;
}

#footer {
	background:#DDDDDD;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.photomargin {
	background-color: #FFFFFF;
	margin: 15px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}#back cover {
	height: 300px;
	text-align: left;
}
#container #mainContent #text #cdbaby {
	float: right;
	clear: none;
}
#bmarlinrev {
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
}
#proj_bloom {
}
#OrishaDiv {
}
