body {
  background-color: #EEF3E3;
}
#siteFoot {
  background-color: white;
  border-top:1px solid #F0C2B5;
}
div#webSite {
  border:1px solid #DF8167;
  border-top: none;
  border-bottom: none;
}
#siteHead {height: 174px; width: 100%;}
/*#siteHead {background: #C50000 url(head_bg.png) no-repeat left top; margin-top: 30px;}*/

#siteHead h1 {
	padding-top: 65px;
	padding-left: 50px;
	font-family: Arial;
	font-weight: normal;
	font-size: 230%;
	text-transform: uppercase;
	/*display:none;*/
}
#siteHead h1 a, #siteHead h1 a:visited {
	color:#fff;
}

#siteHead h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 130%;
	color:#A46347;
	padding-left: 50px;
	/*display:none;*/	
}
