@charset "UTF-8";
/* CSS Document */
body{
	background-color:#B44418;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#container {


}

#header {
	width:960px;
	height:170px;
	background-color:#D1A674;
}

#nav {
	float:left;
	height:40px;
	width:960px;
	background-color:#EBE4C4;
	margin: 0px 0px 0px 0px;
}
#nav ul {
	
	display:block;
	margin:0px;
}
#nav li {
	
	float:left;
	display:inline-block;
	list-style:none;
	margin-top:15px;
	padding-right:50px;
}
#content{
	float: left;
	background-color: #D1A674;
	height: 550px;
	width: 960px;
}
#leftsideContent{
padding: 20px 0px 0px 20px;
}

#center {
	padding-top: 50px;
	padding-left: 180px;
	height: 320px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#bottom{
	width: 900px;
	padding-left: 60px;
	margin-left: 20px;
}
#bottomleft{
	float: left;
	width: 350px;
	height: 150px;
	padding: 10px 0px 0px 40px;
}
#bottomright{
	float: left;
	width: 400px;
	height: 150px;
	padding: 10px 10px 0px 0px;
	
}
#centerContent{
	float: left;
	width: 250px;
	height: 350px;
	padding-left: 20px;
}
#map{
	float:left;
	width:425px;
}
h2 {
	color:#B44418;	
}
h3 {
	color: #6D6D04;
}

#nav ul li a {
	font-size:16px;
	color: #F1B42F;
	text-decoration: none;
}
#logoimg  {
	padding-top: 10px;
}
#footer {
	float:left;
height:40px;
	width:960px;
	background-color:#EBE4C4;
}
#footer p {
	padding-left: 20px;
}
#footer a {
	color: #F1B42F;
	text-decoration: none;
}
