@charset "utf-8";
body  {
	text-align: center;
	width: 940px;
	background-color: #333333;
	border: 5px solid #000000;
	margin-right: auto;
	margin-left: auto;
	height: 1125px;
	color: #FFFFFF;
	font-size: 13px;
}
.twoColFixRtHdr #container {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	height: 1000px;
	right: auto;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0 auto;
}
.twoColFixRtHdr #sidebar1 {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-color: #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	background-color: #333333;
	width: 700px;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-top: 5px solid #000000;
	height: 650px;
	float: left;
	padding: 5px 5px 5px 5px;
	overflow: scroll;
	text-align: right;
	color: #FFF;
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	height: 120px;
	width: 940px;
	background-color: #333333;
	border-top: solid #000000 5px;
	margin-bottom: 0px;
	border-bottom: solid #000000 5px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
