body {
	background-color:#baa978;
	font-family:Sans-serif;
}

p { }

td { }

a:link { 
	color:#7f0000;
	text-decoration:none;	
}

a:visited { 
	color:#7f0000; 
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

a:active { }

img {
	border:0px none;
}

#extraContain{
	background: url("images/contentBG.gif");
	width:830px;
	margin:0 auto;
}

#container{
	position:relative;
	margin:0 auto;
	width:800px;
}

#logo{
	position:relative;
	top:17px;
	left:15px;
	
}

#navigation{
	position:relative;
	left:0px;
	width:800px;
	height:30px;
	padding:0px 0px 0px 0px;
	background: url("images/navBG.gif") repeat-x;
	z-index:1;
}

#navigation a{
	margin-right:-4px;
}


#banner{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:100px;
	background:url("images/bannerBG.gif") repeat-x;
}

#bannertext{
	position:absolute;
	top:40px;
	left:525px;
	font-family:Helvetica;
	font-size:13pt;
	font-weight:bold;
	

}

#content{
	position:relative;
	left:0px;
	background-color:#cdba85;
	width:800px;
	height:auto;
	min-height:380px;
}

#image{
	position:relative;
	left:25px;
	top:25px;
}

#footer{
	position:relative;
	background: url("images/navBG.gif") repeat-x;
	text-align:center;

}

#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;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}