@charset "UTF-8";
body  {
	font-family: Helvetica,Arial,Sans-Serif;
	background-color:#0b0a0a;
	margin: 0;
	padding: 0;
	text-align: center;
}
.twoColFixRtHdr #container { 
	width: 760px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #banner { 
	width: 760px;
	height: 250px;
	margin-top: 50px;
} 

.twoColFixRtHdr #nav { 
	margin-top: -16px;
} 


.twoColFixRtHdr #sidebar {
	float: right; 
	width: 304px;
	margin-top: -6px;
	background: #040404;
	padding: 7px 0 20px 0;
}

.twoColFixRtHdr #sidebar h1 {
	font-size: 18px;
	font-weight: 200;
	color: #FFFFFF;
	padding: 0 25px;
}
.twoColFixRtHdr #sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 25px;
}
.twoColFixRtHdr #sidebar p {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 19px;
	padding: 0 25px;
}

.twoColFixRtHdr #sidebar a {
	font-size: 12px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar a:hover {
	font-size: 12px;
	color: #666;
}

.twoColFixRtHdr #mainContent {
	width: 435px;
	margin-top: -6px;
	background: #040404;
	padding: 7px 0 20px 0;
	
} 

.twoColFixRtHdr #mainContent h1 {
	font-size: 18px;
	font-weight: 200;
	color: #FFFFFF;
	padding: 0 25px;
}

.twoColFixRtHdr #mainContent h2 {
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
	padding: 0 25px;
}

.twoColFixRtHdr #mainContent p {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 19px;
	padding-left: 25px;
	padding-right: 25px;
}

.twoColFixRtHdr #mainContent a {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
	
.twoColFixRtHdr #footer {
	width: 760px;
	height: 30px;
	margin: 10px 0 20px 0; 
	background:#040404;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	padding: 8px 25px 0 25px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

