@charset "utf-8";
.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: center;
	height: 100%;
	background-color: #D5D5D5;
}
#headerwrapper {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

img /* this alters the default border link and color placed around all images */
{
 border:1px solid black;
} 

.oneColLiqCtrHdr #header {
	text-align: center;
	background-color: #D5D5D5;
	width: 100%;
	height: 75px;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.oneColLiqCtrHdr #header h1 {
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	width: 100%;
	position: relative;
	color: #000;
}

body {
	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;
	background-color: #D5D5D5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #800000;
	height: 31px;
	width: 100%;
	position: absolute;
	top: 65px;
	z-index: 9999;
}

.oneColLiqCtrHdr #mainContent {
	background-color: #D5D5D5;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 85px;
	padding-bottom: 40px;
}
#content {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#biography {
	width: 600px;
	text-align: justify;
	position: fixed;
	left: 130px;
	font-family: "Times New Roman", Times, serif;
}



.oneColLiqCtrHdr #footer {
	background-color: #800000;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: right;
	background-position: bottom;
	bottom: 0px;
	position: fixed;
	height: 30px;
	z-index: 9998;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	color: #D5D5D5;
	z-index: 9997;
	text-align: center;
	padding-right: 15px;
}
