@charset "utf-8";

html{
	background-image:url(images/bg_container.jpg);
	background-repeat:repeat;
	color:#666666;
	font-size:12px;
	line-height:1.2;
	overflow:scroll;
	}
img{
border:0;
text-decoration:none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg_body.jpg) repeat-x;
	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;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
.logo_container{
width:100%;
background-image:url(images/bg_header.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3C4F19;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0;
	margin: 0;
	}
.logo {
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0 0 0 20px ;
	text-align:left;
	width:400px;
	float:left;
}
.nav{
float:left;
margin: 0;
padding: 0;
background-image:url(images/bg_header.jpg);
background-repeat:repeat-x;
height:54px;
width:480px;
}
.banner {
background-image:url(images/bg_banner.jpg);
background-repeat:no-repeat;
text-align:center;
height:300px;
margin: 0 ;
padding: 0;
clear:both;
}
#flash{
margin:0;
padding:110px 0 0 0 ;

}
.left{
float:left;
margin:0 5px 0 5px;
padding:0;
}
.right{
float:right;
margin: 0 ;
padding:0;
}

