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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #665C51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 0.9em;
}
.oneColFixCtr #container {
	width: 940px; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	height: 600px;
}
.donutSitesID {
	text-align: right;
	display: block;
	font-size: 0.6em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 4px;
}
a:link {
	color: #9B7F2C;
	text-decoration: none;
}
a:visited {
	color: #9B7F2C;
	text-decoration: none;
}
a:hover {
	color: #DDD56E;
	text-decoration: underline;
}
a:active {
	color: #DDD56E;
	text-decoration: none;
}
.donutSitesID a {
	color: #282319;
}
#mainContent p img {
	margin-right: -12px;
}
#apDiv1 {
	position:absolute;
	z-index:1;
	clip: rect(auto,auto,300px,auto);
	width: 953px;
	padding-left: 90px;
	background-color: #000;
}
#FLVPlayer {
	background-color: #000;
}
#apText {
	position:absolute;
	top:500px;
	width:953px;
	height:67px;
	z-index:10;
	text-align: right;
}
.caps {
	text-transform: uppercase;
}
.oneColFixCtr #container #mainContent p a .caps {
}

