@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;
}
h3 {
	padding-left:20px;	
	
}
#content{
	float: left;
	background-color: #D1A674;
	height: 500px;
	width: 960px;
}
#leftsideContent{
	float:left;
	width: 250px;
	height: 350px;
	padding: 0px 0px 0px 20px;
}

#center {
	padding-top: 50px;
	padding-left: 180px;
	float:left;
}

#centerContent{
	float: left;
	width: 150px;
	height: 350px;
	padding-left: 20px;
}
#rightsideContent {
	float:left;	
	width:250px;
	height:350px;
}
rightsidebottom {
	float:left;	
	
}
h3 {
	color: #6D6D04;
}
h4 {
	font-size: 14px;
	color: #B44418;
}
#nav ul li a {
	font-size:16px;
	color: #F1B42F;
	text-decoration: none;
}
#img1 {
	padding: 10px;
	
}
#img2 {
	padding: 10px;	
	
}
#img3 {
	padding: 10px;	
}
#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;
}
