body {
	margin: 0;
	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: #CC6600;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	background-image: url(cdfBodyBack.jpg);
	line-height: 1.4em;
}
.cdf #container {
	background-image: url(cdfBackB.jpg);
	width: 100%;
	margin: 0;
	text-align: left;
	height: auto;
}
.cdf #header {
	margin: 0;
	height: 131px;
}
.cdf #promo {
	margin: 25px 40px 0 0;
	padding: 5px;
	color:#ffffff;
	float: right;
	background-image: url(cdfBodyBack.jpg);
	border: 1px solid #cc9966;
}
#otBadge {
 float:right;
 margin: 0;
 padding: 9px 0 0 50px;
}
.cdf #mainContent {
	height: 443px;
	margin: auto;
	width: 812px;
	background-color: #330000;
}
.cdf #footer {
	background-image: url(cdfFooter.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
	padding: 20px;
}
.cdf #footerContainer{
	margin: auto;
	width: 812px;
	height: 140px;
}
.cdf #footerContent{
 float: left;
 margin-right: 50px;
 padding: 9px 0 0 0;
 width: 300px;
}
.cdf #footerContentB{
	float: right;
}
a {
	color: #cc9966;
}
a:hover{
	text-decoration: none;
} 
