@charset "utf-8";
body {
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	height: 107px;
}

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 3px double #666;
	background-color: #DBDBDB;
}
.oneColFixCtr #mainContent {
	padding-top: 10;
	padding-right: 30px;
	padding-bottom: 10;
	padding-left: 30px;
	margin: 0px;
}
.copyright {
	text-align: center;
	font-size: 10px;
}

