body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

a {
	color: #6E312A;
}

div#wrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

img#headerTop{
	margin-top: 0px; 
	/*THE -4 IS TO STOP SPACING IN IE6 AND IE7*/
	margin-bottom: -4px; 
	padding-top: 0px; 
	padding-bottom: 0px;
}
div.bannerBackground{
	background-image: url(../img/header_bg.jpg);
}
div#bannerHolder{
	width: 780px;
	height: 119px;
	text-align: center;
}

div.navigationBackground{
	background-image: url(../img/nav_bg.jpg);
	height: 39px;
}
div#navigationBar{
	text-align: center;
}
div#navigationLinks{
	position: relative;
	top: 15px;
}
div#navigationLinks a{
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	margin-right: 2px;
	color: white;
	padding: 5px;
}

div.contentBackground{
	background: url(../img/body_bg.jpg);
}
div#content{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#contentLeft{
	float: left;
	width: 20%;
	padding-right: 4px;
}
div.leftContentItem{
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
div.leftContentItem h3{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#contentMiddle{
	float: left;
	width: 50%;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 6px;
	border-left: 1px solid #999999;
}
div.middleContentItem{
	padding-bottom: 25px;
}
div.middleContentItem h3{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#contentRight{
	float: left;
	width: 27%;
	padding-left: 4px;
}
div#rightContentItemHolder{
	margin: 7px;
	padding: 4px;
	border: 1px solid #999999;
	background: #EEEEEE;
}
div.rightContentItem{
	font-size: 0.8em;
	color: #616161;
	padding-bottom: 15px;
}
div.rightContentItem h3{
	color: #6E312A;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#contentClearFloat{
	clear: both;
}

div.footerBackground{
	height: 26px;
	background: url(../img/page_bottom.jpg);
}
div#footer{
	padding: 2px;
	text-align: center;
}
div#footerContent{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
}
