body {
 	color: #fff;
 	margin: 0px;
	background: #f5f0d2 url(/img/backgroundV2.jpg) no-repeat;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h1 {
	color: #fff;
	font: bold 18px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h2 {
	color: #fff;
	font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

.headerLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height: 48px;
	z-index:20;
}

.headerBar {
	color: #FFFFFF;
	background-color: #252525;
	border-bottom: 1px solid white;
}

.headerNav {
	float: right;
	font-size: 10px;
	margin-right: 25px;
	margin-top: 2px;
	color: #4c4c4c;
}

.headerNav a {
	color: #666666;
	padding: 0px 5px 0px 5px;
}

.headerNav a:hover {
	color: #FFFFFF;
}

.userText {
	color: #FFFFFF;
}

#headerFlash {
	margin-left: 50px;
	margin-top: 61px;
	width: 900px;
	height: 373px;
}

#linksFlash {
	margin-left: 50px;
	margin-top: 61px;
	width: 900px;
	height: 62px;
}

#adSpaceOne {
	float: left;
	width: 257px;
	height: 97px;
	margin-left: 50px;
	margin-top: 5px;
}

#adSpaceTwo {
	float: left;
	width: 256px;
	height: 97px;
	margin-left: 8px;
	margin-top: 5px;
}

#adSpaceThree {
	float: left;
	width: 257px;
	height: 97px;
	margin-left: 8px;
	margin-top: 5px;
}

.divClear {
	clear: both;
}

.myBox {
	background-color: #464646;
	width: 779px;
	margin-left: 50px;
	margin-top: 10px;
}

#contentFull {
	width: 728px;
	margin-left: 25px;
}

#contentLeft {
	width: 344px;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
}

#contentRight {
	width: 344px;
	float: left;
	margin-right: 25px;
	margin-left: 20px;
}

#footer {
	width: 779px;
	height: 30px;
	margin-top: 30px;
	margin-left: 75px;
	font-size: 11px;
	color: black;
}

