@charset "UTF-8";
body {
	font: 12pt Arial;
	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;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F8D079;
	border-bottom-color: #F8D079;
	border-left-color: #F8D079;
	background-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding-top: 5px;
	font: 12px Arial;
	color: #000000;
}
.contact {
	top: auto;
}
