@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_ill/bg.gif);
	background-position: top left;
	background-repeat: repeat;
}
	


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

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

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


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

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

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


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

#content2 {
	background-color: #FFFFFF;
	width: 920px;
	background-image: url(images/site_ill/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_ill/footer.gif);
	width: 886px;
	height: 88px;
	background-position: top left;
	background-repeat: no-repeat;

}

