
body,
#homepage,
#main{
	margin: 0;
	padding: 0;
	background: white;
}
body,
#content,
ul,li
{
	font: 11px "Verdana";
}

h1, h2{
	color: #a8a7a2;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
}
h2{
	font-size: 14px;
	font-weight:bold;
}
p {
	font-size: 12px;
	color:#434343;	
}
a {
	color:#7c0405;
	font-weight:normal;
}
a:hover {
	color: #c77311;
}	
	
#headerblock{
	background: #786E6F url("/images/header.jpg") top left no-repeat;
	height:101px;
	margin: 0;
	padding: 0;
}
#homepage{
	background: white url("/images/horn.jpg") 519px 120px no-repeat;
}

.menu {
	background: #A10506;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	min-width:850px;
	/*width:expression(document.body.clientWidth < 850? "850px": "auto" );	*/
	border-bottom: 2px solid #c77311;
}
.menu li {
	float: left;
	font: 11px "Verdana";
	margin: 0;
	padding: 0;
}

a.menuhref:link,
a.menuhref:visited ,
a.menuhref:hover,
a.menuhref:active  {
	background: A10506;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
a.menuhref:hover,
.selectedMenuItem
{
	background: A10506;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	background: #7c0405 url("/images/hover.gif") bottom center no-repeat;
}  /* visited link */

#content{
	clear:both;
	margin: 15px;
	padding: 50 10 10 65;
	width: 450px;
}
#footer_block{
	text-align:center;
	padding-top: 30px;
}
#footer_block a{
	color:#434343;
	padding: 6 6 6  6px;
	text-decoration: none;
	margin-bottom:10px;
}
#footer_block a:hover {
	color:#c77311;
	
}
#footer_block  .rightpipe{
	
}