body,html {
	margin:0px;
	color:black;
}

#entire{

	position:absolute;
	left:50%;
	margin-left:-421px; /* Use -(width of center * .50) to center block */

}

#head {
	display:none;
	position:absolute;
	top:0px;
	height:188px;
	text-align:center;
}

#leftheadimg {
	
	position:absolute;

}

#ctrhead{
	
	position:absolute;
	left:250px;
	height:188px;
	width:350px;
	top:1px;
	
/*	background:#234;
	color:#fff;
*/
	background:#ffeeaf;
}

#ctrhead H1 {
	margin:0px;
}

#rightheadimg {
	
	position:absolute;
	left:600px;
	width:250px;
	top:1px;
}

#bodysection{

	position:relative;
	top:94px;
	min-height:630px;
	height:630px;
	width:827px;
	
	padding:10px;
	/*
	background:#234;
	color:#fff;
	*/
	background:#ffeeaf;
}

#navs{
	display:none;
	position:absolute;
	top:10px;
	left:2px;
	width:150px;
	padding:5px;
	/*background:#123;*/
	background:#ffd;
	
}
#navs a {
	
	line-height:20px;

}
#navs a:hover {
	
	text-decoration:underline;

}
#navs ul {

	/*background:#102030;*/
	background:#ffeeaf;
	list-style: url('media/images/selectorimage.png') disc;

}
#navs h4{
	background:#123;
	color:white;
}

#bodytxt{

	position:absolute;
	left:175px;
	width:465px;
	padding:20px;
	/*background:#123;*/
	background:#ffd;

}
#bodytxtwide{

	position:absolute;
	left:175px;
	width:615px;
	padding:20px;
	/*background:#123;*/
	background:#ffd;

}

#imagepanel{

	position:absolute;
	left:685px;
	width:150px;
	height:500px;

}
#imagepanel img{
	padding-top:8px;
}

#bottomimages{

	position:absolute;
	top:510px;
	width:827px;
	text-align:center;
	padding:0px;

}
#bottomimages img {
	padding:20px;
}

#credits {

	position:absolute;
	text-align:center;
	width:100%;
	top:700px;
	font-size:9px;
	font-weight:bold;
	background:#345;

}
#relcredits {

	width:80%;
	font-size:9px;
	font-weight:bold;
	background:#345;

}

.subsection {

	position:relative;
	margin:5px;
	padding:5px;
	border:1px dashed #aaa;
	clear:both;

}