.twoColFixRtHdr #container {
	width: 752px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #sidebar1 {
	width: 650px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
.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;
}
div#footer{
	width:100%;
	background-color: #4e8abe;
	height: 5%;
}
div#maincontent{
	width:650px;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
div#maincontent p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 2.8em;
	color: #FFFFFF;
	margin: 0;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
div#maincontentTop {
	width:650px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
div#maincontentBottom {
	width:650px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
