#wrapper {
width: 780px;
margin: 0px auto;
padding: 0px;
border: 5px solid #fff;
background-color: #ffffcc;
}
body {
	background-color: #cac281; 
	margin: 0;
	padding: 10;
	font-family :  Verdana, Heletica, Arial, sans-serif;
	font-size : 75%;
	color : #000000;
}

#content-main  {
height:550px;
padding:0 0 0 25;

}

#map {

	margin: 30px 0px 30px 250px;

	}

		
.floatright {
	float:right;
	margin: 15px 15px 15px 15px; 
	clear:right;
}

/*thank you maxdesign.com for help with this floating*/
#content-left {
		width: 340px;
		height:520px;
		/*background-color: #aeb3c2;*/
		padding: 15px 20px 0px 10px; 
		float:left;
		font-size :100%;
		line-height: 1.25;
		text-align:justify;
}


#content-left h3 {
	color: #a34d3e;
	/*border-bottom:thin dotted #fff;*/
	
}


#navlist{	
	margin-top: -2px;
	padding: 0px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif ;
	width: 780;
		height: 20px;
	text-decoration: none;
	background-color: #a0975c;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	
}
 #navlist ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	
#navlist ul li 
{ 
		display: inline; 		
}


#navlist ul li a 
{ 
	text-decoration: none; 
   	padding: 0px 1em;
   	color: #fff;
	line-height: 20px;
  
}
#navlist ul li a:hover
{
	color: #fff;
	background-color: #a34d3e;
}	
h1 {
font-size: 130%;
color:#a34d3e;
 letter-spacing: .1em;
}
	
h3 {
	font-size : 100%;
	
}



#banner {
 	width:100%;
	margin: 0px auto;
	clear:both;
}




#footer {
	/*clear:left;*/
	font-size: 90% ;
	width: auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#footer ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
}
#footer ul li {
		display: inline; 
}	
#footer ul li a { 
		display: inline; 
		text-decoration: none;
		color: #a0975c;
		padding: .2em 1em;
	}

#footer ul li a:hover {
	color: #a34d3e;
	
}	
a:link {
	text-decoration: none;
	color: #a34d3e;
}