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

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

#siteHead h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 130%;
	color:#1A7707;
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	line-height: 30px;
	padding-left: 30px;
	_width: 730px;
	height: 30px;
	/*display:none;*/	
}
