@charset "utf-8";
body  {
	background: #f3f3f4; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #58595B;
	background-image: url(../images/bg_image.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #F90;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.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;
}

#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#content_container {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	float: left;
	margin-top: 50px;
}
#header_images {
	margin-left: 260px;
}
#sidebar  {
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-top: 40px;

}
#mainContent  {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	width: 470px;
	float: left;
	margin-left: 65px;
	height: auto;
	padding-bottom: 0px;
} 
#footer {
	color: #FFF;
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}

