@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0 0 0;
	padding:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #5B6C27;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/site_mos/bg.gif);
	background-position: top left;
	background-repeat: repeat;
}

#header {
	width:932px;
	margin: 0px;
	padding: 0px;
	height: 149px;
	background-image: url(images/site_mos/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#linksbar {
	width:892px;
	height:25px;
	margin: 0;
	padding: 0px 20px 0 20px;
	background-image: url(images/site_mos/links.gif);
}

#header_box {
	float:right;
	width:340px;
	margin:55px 12px 0 0
}



#container-image {
	width:920px;
	height:228px;
	z-index: 200;
	padding: 0 6px 0 6px;
	background-image: url(images/site_mos/flash-area.gif);
	background-position: top center;
	background-repeat: repeat-y;

}
#fade {
	width:932px;
	height:21px;
	background-image: url(images/site_mos/fade.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


#content {
	background-color: #FFFFFF;
	width: 920px;
	background-image: url(images/site_mos/body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}

#fade2 {
	width:932px;
	height:21px;
	background-image: url(images/site_mos/fade2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


#content2 {
	background-color: #FFFFFF;
	width: 920px;
	background-image: url(images/site_mos/body2.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}



#two-columns_content {
	width: 864px;
	padding: 15px 20px 0 36px;
}


#body_area {
	height: auto;
	width: 582px;
	margin: 0;
	float: left;
}



#footer {
	padding: 15px 23px 15px 23px;
	background-image: url(images/site_mos/footer.gif);
	width: 886px;
	height: 88px;
	background-position: top left;
	background-repeat: no-repeat;

}

