body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#4B4506;
	background-image:url(../images/bkgd_body.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:center;
}

#container {
	margin:auto;
	width:764px;
	text-align:left;
}

#fadingImage {
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	height:145px;
	padding-left:349px;
}

#navigation {
	height:30px;
	background-image:url(../images/bkgd_navigation.jpg);
	background-repeat:no-repeat;
	font-size:90%;
	clear:both;
}

#navigation ul {
	margin:0;
	padding:0;
	margin-left: 10px;
	padding-left: 0;
	white-space: nowrap;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding:5px 15px 5px 15px;
}

#navigation a, a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation a:hover {
	color:#fff;
	text-decoration:underline;
}

#contentLeft {
	width:179px;
	float:left;
}

.news {
	width:179px;
	background-image:url(../images/bkgd_news.png);
	background-repeat:no-repeat;
	background-position:0 41px;
	font-size:11px;
	line-height:16px;
	padding:0;
	margin:0;
}

.news img {
	padding-right:5px;
	padding-bottom:5px;
}

.business {
	width:179px;
	background-image:url(../images/bkgd_business.png);
	background-repeat:no-repeat;
	background-position:0 62px;
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:0
}

#content_one {
	padding:0;
	margin:0;
}

#contentRight {
	width:568px;
	background-image:url(../images/bkgd_content.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	float:right;
	line-height:22px;
	font-size:90%;
}

#contentRight p {
	padding:3px 10px 3px 10px;
}

/*.contentRightsub1 {
	padding:0 10px;
	line-height:18px;
	width:250px;
	float:left;
}
*/
.contentRightsub2 {
	padding:0 10px;
	line-height:18px;
	width:550px;
	text-align:left;
}


/*  Body Links  */

#linksBody {
	background-image:url(../images/bkgd_links.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin-left:25px;
	width:516px;
	height:106px;
}

#linksBody a, a:visited {
	color:#000;
	text-decoration:underline;
}

#linksBody a:hover {
	color:#FFF;
}

#linksBody div {
	padding-left:10px;
	padding-top:8px;
}

#linksBody div div {
	padding-left:20px;
	padding-top:7px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 70%;
}



#footer {
	height:50px;
	width:764px;
	clear:both;
	background-image:url(../images/bkdg_footer.jpg);
	background-repeat:no-repeat;
	padding:25px 0 0 10px;
	font-size:12px;
}