@charset "UTF-8";

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
	padding: 0,0,0,0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	padding: 0;
	margin: 0;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 20px 25px;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 50px 150px;
	padding: 15px 75px 20px 35px;
} 
.twoColFixLtHdr #footer p {
	margin-left: auto;
	margin-right: auto;
	
}
.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. */
	margin-left: auto;
	border: 1px solid #666666;
	margin-bottom: 10px;
	margin-right: auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 20px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.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;
}

