@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.png);
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	height: 142px;

} 
.twoColFixLtHdr #header h1 {

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	height: 390px;
	padding-left: 50px;
	margin-top: 10px;
}
#home_images {
	width: 870px;
	margin-top: 15px;
	margin-left: 50px;
}

.twoColFixLtHdr #mainContent {
	width: 700px;
	float: right;
	margin-top: 20px;
	padding-right: 25px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 11px;
	background-color: #D1BFA3;
} 
.twoColFixLtHdr #footer p {

}
.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;
}
#inside_nav {
	height: 26px;
	width: 850px;
	margin-top: 0px;
	margin-left: 50px;
}
