@charset "UTF-8";
/* CSS Document */

.oneColFixCtrHdr #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-bottom:5px;
	background-color: #999999;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	border: 2px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
}

.oneColFixCtrHdr #header {
	padding-top:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	
	background-color: #999999;
}