#Site_Navigation {
	position:absolute;
	width:200px;
	height:584px;
	z-index:1;
	float: left;
	left: 6px;
	top: 162px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfe1e;
	background-color: #000;
	overflow: auto;
	border-style: double;
	font-weight: bold;
}
#Site_Content {
	position:absolute;
	width:768px;
	height:664px;
	z-index:2;
	left: 225px;
	top: 80px;
	float: right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfe1e;
	background-color: #000;
	border-style: double;
}
#WCB_Logo {
	background-image: url(pics/wcblogoblackyellow.jpg);
	position:absolute;
	width:208px;
	height:150px;
	z-index:3;
	left: 10px;
	top: 8px;
	float: left;
}
#Visitor_Pref {
	position:absolute;
	width:771px;
	height:55px;
	z-index:4;
	left: 225px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfe1e;
	background-color: #000;
	overflow: auto;
	border-style: double;
}
#full_site_footer_menu {
	position:absolute;
	width:981px;
	height:300px;
	z-index:5;
	left: 16px;
	top: 753px;
	font: 75% Arial, Helvetica, sans-serif;
	color: #fcfe1e;
	background-color: #000;
	overflow: auto;
	border-style: double;
}
body {
	color: #fcfe1e;
	background: #000 none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #fcfe1e;
}
a:visited {
	color: #fcfe1e;
}
a:hover {
	color: #fcfe1e;
}
a:active {
	color: #fcfe1e;
}
A:link {font-weight:bold}
A:hover {background:black; color:yellow;}
