@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;
}
.oneColFixCtr #container {
	width: 1080px;  /* 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. */
}
.oneColFixCtr #scrollLeft {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90px;
	height: 790px;
	float: left;
	background-color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1080px;
	height: 790px;
}
.oneColFixCtr #main {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 790px;
	float: left;
}
.oneColFixCtr #header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 110px;
	color: #EBAB3D;
	background-color: #000;
	font-family: "Edwardian Script ITC";
	font-size: 64px;
	font-style: italic;
	text-align: center;
}
.oneColFixCtr #headtext {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 90px;
	color: #EBAB3D;
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
	font-style: italic;
	text-align: center;
}
.oneColFixCtr #headnavbar {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 20px;
	color: #EBAB3D;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	float: right;
}



.oneColFixCtr #scrollRight {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90px;
	height: 790px;
	float: right;
	background-color: #000;
}
.oneColFixCtr #pic {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 600px;
}
.oneColFixCtr #footer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtr #footleft {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
}
.oneColFixCtr #footcenter {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
}
.oneColFixCtr #footrighttop {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	height: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	float: right;
}

.oneColFixCtr #footright {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	height: 79px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	float: right;
}
