@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #000;
	background-image: url(../images/mockup001_03.png);
	margin: 0px;
	padding: 0px;
}


.oneColElsCtr #container {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
#header {
	float: left;
	height: 20px;
	width: 1024px;
}
#title {
	height: 144px;
	width: 1024px;
	float: left;
	background-color: #000;
}
#mainnav {
	height: 45px;
	width: 1024px;
	float: left;
	background-color: #FFF;
}
#currentversusblog {
	width: 341px;
	height: 27px;
	float: left;
}
#leftcontent {
	float: left;
	width: 239px;
	height: 399px;
	padding-left: 102px;
	padding-top: 80px;
}
#lowerleft {
	width: 210px;
	float: left;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	height: 387px;
	padding-top: 40px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 102px;
}
#rightcontent {
	width: 570px;
	padding-left: 113px;
	float: left;
	height: 287px;
	padding-top: 192px;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: lighter;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #999;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #09F;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #F90;
	text-decoration: none;
}
#footer {
	float: left;
	height: 16px;
	width: 1024px;
	padding-top: 4px;
}



.oneColElsCtr #mainContent {
	width: 1024px;
	height: 480px;
	background-color: #000;
	float: left;
	margin-bottom: 20px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000;
}
