@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;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	height: auto;
}
.oneColElsCtr #header {
	background-color: #2A3960;
	text-align: center;
}
.oneColElsCtr #navbar {
	background-color: #2A3960;
	text-align: center;
	height: auto;
}
.oneColElsCtr #content {
	background-color: #2A3960;
	height: 600px;
}
.oneColElsCtr #footer {
	background-color: #2A3960;
	text-align: center;
	width: 800px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.oneColElsCtr #center {
	position: relative;
	height: 480px;
	width: 680px;
	top: 60px;
	margin-left: 60px;
	background-color: #FFF;
	margin-bottom: 60px;
}
