html, body {
margin : 0;
padding : 0;
/*height:100%; use only if the page does not exceed max height*/
}
body {
	font : 0.7em verdana, arial, helvetica, "Trebuchet MS", tahoma, sans-serif;
	background : #333333 url(images/bodyBG.jpg) top center repeat-y;
	color : #222;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	color:#b31f35;
	display:inline;
}

h2 {
	font: normal 1.7em Tahoma,sans-serif;
	color:#353434;
	display:inline;
}

a, a:link, a:visited, a:active {
	color: #b31f35;
}

a:hover {
	color:#333;
}



			/*WRAP*/
			
#wrap {
	width: 100%;
	/*min-height:100%; - use only if the page does not exceed max height (use as inline style)*/ 
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

			/*HEADER*/
#header_container {	
	margin-left: auto;
	margin-right: auto;
}		

#header {
	height:136px;
	background: #B5B5B5 url(images/headerBG.jpg) top center repeat-x;
}

#header_image {
	width:891px;
	margin-left: auto;
	margin-right: auto;
	width:891px;
	height:136px;
}

		/*TOP NAVIGATION*/
#navigation {
	width:891px;
	
}

#navigation_links {
	margin-top:0px;
	margin-left:8px;
	width:800px;
}

#navigation_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navigation_links li {
	display:inline;
	height: 26px;
	padding: 0 30px 0 0px;
}
		
			/*MAIN CONTAINER*/
			
#container {
	width: 891px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 1.8em;
	background : #fff;
	color : #555;
}

.li_content {
	list-style:url(images/li.jpg);
	margin-right:100px;
}

			/*MAIN CONTENT*/
			
#content_home {
	float:left;
	display:block;
	padding: 1em;
	margin: 0 5px 0px 15px;
	background: #fff;
	width:860px;
}

#home_graphic {
	width:820px;
	margin: 30px 15px 15px 15px;
}

#home_3links {
	width:820px;
	margin-left:24px;
}

.3links img {
	margin: 0 9px 0 9px;
	border:none;
	text-decoration:none;
}

#news_container {
	display:block;
	width:860px;
	margin: 0 0 0 -25px;
	list-style:none;
}

#secondary_links ul li a, #secondary_links ul li a:link, #secondary_links ul li a:visited, #secondary_links ul li a:active {
	color: #b31f35;
	text-decoration:none;
}

#news_container ul li {
	list-style:none;
	background:url(images/newsBG.jpg) repeat-y;
	padding: 0 30px 0 20px;
	line-height:2;
}

#content_right {
	float:right;
	display:block;
	padding: 25px 13px 5px 5px;
	margin: 0 0px 160px 0px;
	background: #fff;
	width:590px;
}


#content_left {
	float:left;
	display:block;
	padding: 1em;
	margin: 0 5px 0px 10px;
	background: #f0f0f0;
	width:230px;
}

#secondary_links {
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	width:210px;
	padding-bottom:1px;
}

#content_left ul {
	padding:inherit;
	margin-left:0;
}

#content_left li {
	padding: 3px 10px 3px 10px;
	height:auto;
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	text-decoration:none;
	list-style:none;
	width:184px;
	background:#FFFFFF;
}

.li_textRight {
	text-align:right;
	border-bottom:1px solid #c4c4c4;
	font-size: 9px;
	line-height:1.0;
}

.img {
	padding-right:15px;
	float:left;
}

.li_news {
	font : 0.9em verdana, arial, helvetica, "Trebuchet MS", tahoma, sans-serif;
	color : #32a7cf;
	padding-right: 10px;
}
			/*FOOTER*/
			
#footer {
	clear: both;
	height: 160px;
	margin-top: 0px;
	color: #333;
	background: #969696 url(images/footerBG.jpg) bottom center repeat-x;
}

#footer_image {
	margin-left: auto;
	margin-right: auto;
	width:905px;
	height:60px;
	padding-left:10px;
}

#footer_left {
	margin-left: 25px;
	margin-top:-40px;
	font-style: normal;
	width:850px;
	color:#fff;
	
}

/*#footer_right {

	margin-right: 25px;
	margin-top:-40px;
	font-style: normal;
	color:#fff;
	z-index:500;
}*/

#wrap:after, #container:after, #content:after, #footer:after {
    clear:both;
    content:" ";
    display:block;
    height:0;
    font-size:0;
}
