body {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	margin: 0px;
	padding: 0px;
	background-color: #d3c97f;
	text-align: center;
	font-size: 12px;
	margin-top:10px;
}
/* required for rounded corners */
div.rounded{background:#d3c97f;}
/* end of required for rounded corners */
#wrapper {
	background: #e6e9af url(images/logo.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	width: 760px;
	text-align: left;
/*	border-left: 1px solid #d3c97f;
	border-right: 1px solid #d3c97f;*/
	
}
/* header styles */
#header {
	padding:0px;
	height: 100px;
	width: auto;
	margin-top: 0px;
}
#header img{
	margin:20px 20px 0px 181px;
}
/* end of header styles */

/* Main Navigation Styles */
#mainNav{
	margin-left: 190px;
	margin-top: 30px;
	padding-top:4px;
	height: 21px;
	width: auto;
	background: #d3c97f url(images/navedge.gif) center left no-repeat;
}
#mainNav ul{
	list-style:none;
	display: inline;
	padding:5px 0px 0px 0px;
	margin-left:10px;
	padding:0px;
}
#mainNav li{
	display: inline;
	text-transform:uppercase;
	font-size:11px;
	margin-left:10px;
	padding:0px;	
}
#mainNav a{
	text-decoration:none;
	color: #993300;
	font-weight:bold;
	padding:0px;
}
#mainNav a:hover{
	text-decoration:underline;
	color: #993300;
}
/* End of main navigation styles */

/* Content styles */
#floatcol {
	background-color: #e6e9af;
	margin: 20px 5px 10px 0px;
	padding: 0px 5px 0px 10px;
	float: right;
	width: 150px;	
}
#floatcol h1{
	font-size:16px;
	font-weight:bold;
	color: #ad8a21;
}
#floatcol ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#floatcol li{
	list-style:none;
	padding-left:15px;
	padding-bottom:15px;
	margin:0px;
}

#floatcol a{
	text-decoration:none;
	color: #993300;
	font-weight:bold;
	padding:0px;
}

#floatcol a:hover{
	text-decoration:underline;
	color: #993300;
}


#sideNav{
	padding:5px 0px 0px 0px;
	margin:0px;
	padding:0px;
	border-left:1px solid #d3c97f;

}

#maincol {
	background-color: #e6e9af;
	padding: 0px 5px 0px 0px;
	width: auto;
	margin-top: 20px;
	margin-left: 190px;
	margin-bottom: 10px;
	margin-right: 190px;
}
#maincol h1{
	font-size:18px;
	color: #ad8a21;
	font-weight:bold;
}
#maincol a{
	color: #669900;
	text-decoration:none;
	border-bottom:1px dashed  #669900;
}
#maincol a:hover{
	color: #669900;
	text-decoration:none;
	border-bottom:1px solid  #669900;
}
/* end of content styles */

/*footer styles */
#footer {
	background: #e6e9af url(images/footer.gif) repeat-x top left ;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	height: 100px;
}
.address {
	margin: 0px;
	padding: 5px;
	text-align:center;
	width:auto;
}

/* end of footer styles */
