@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin: 10% auto auto auto;
}
.oneColFixCtrHdr #mainContent {
	width: auto;

}
.oneColFixCtrHdr #container #mainContent #col_dir {
	float: right;
	margin: 20px;
	width: 50%;
}

.oneColFixCtrHdr #container #mainContent img {
	padding: 0;
}

.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	height: 102px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
