/* CSS Document */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#af9c6a;
}

h1 {
	color: #FFFFFF;
	margin:0px;
	padding:4px 0px 4px 0px;
	font-size: small;
}
h2 {
	color: #FFFFFF;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size: small;
}

p{
	padding:3px 0px 8px 0px;
	margin:0px;
} 
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

a img {
	border: none;
}

#main_container {
	margin: 0px;
	padding: 0px;
	
}	

#banner {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width:760px;
	height: 234px;
	
	_padding: 0px;	/* IE6 Workaround. Only IE6 should process this line */		
	_margin: 0px; 	/* IE6 Workaround. Only IE6 should process this line */	
	
}
#navi {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height:30px;
	background-image:url(../images/nav-bg.jpg)

}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;


}
#navi li {
	margin: 0px;
	width:126px;
	padding: 0px;
	float: left;
	text-align:center;
	line-height:30px;
	font-weight:bold;
}
#navi li a:link, #navi a:visited{
	text-decoration:none;
	color:#F8F8F8;
}
#navi li a:hover{
	color:#F8F8F8;
	text-decoration:underline;
}

#content {
	text-align:left;
	margin: 0px;
	padding: 0px;
	width:760px;
	background-color: #af9c6a;
	background-image:url(../images/bg.jpg);
	background-position:center;
	
	_padding: 0px;	/* IE6 Workaround. Only IE6 should process this line */		
	_margin: 0px;	/* IE6 Workaround. Only IE6 should process this line */	
	
}
.main_body_div {

	margin-top: 0px;
	margin-right: 115px;
	margin-bottom: 0px;
	margin-left: 115px;
	padding:0px;
	text-align:left;


}

.left_body_div {
	width:315px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	padding: 0px;
	text-align: justify;		
	float:left;
	display:inline;	

	
	
}
.right_body_div {
	width: 200px;
	padding: 0px;
	float:left;
	display:inline;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.right_images {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 90px;
	margin-left: 0px;
	padding: 0px;
}
.contact_box {
	padding:5px;
	margin:20px 0px 0px 0px;
	text-align:center;
	font-size:14px;
	border: #666666 dashed 1px;
	background-color:#FFFFFF;
	color:#996600;
}

#text_footer {
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.clearfloats {clear:both; } 

