body {
	background: #371B00;
	color: #333;
	font-size: 12px;
	padding: 20px 0 40px; font-family: Tahoma, serif;
	width:100%; background:  url(/media/images/main_bg.jpg) top repeat-x;

}

a {
	color: #CE0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 { font-weight: normal; color: #CE0000; font-size: 26px;}

h2 { font-weight: normal; color: #371B00; }

h3 { color: #371B00; font-size: 16px; font-weight: bold; margin:0;}

.container_12 {
	background: #fff;
	border-top: 10px solid #CE0000;
	border-bottom: 10px solid #CE0000;

}

#menu { padding-top: 10px;}
#menu a { display:block; text-decoration:none; padding: 2px; font-size: 13px; color: #FFF; margin-bottom: 5px; }
#menu a:hover {text-decoration:none; }
#menu #tray-active a {font-weight:bold; text-decoration:none;}



#contactform input[type=text]  { padding: 4px; font-size: 15px; width: 400px; background-color: #E0E0E0; border:0; }
#contactform label { display: block; width: 300px;}
#contactform textarea { padding: 4px; font-size: 15px; width: 400px; background-color: #E0E0E0; border:0;  }

#contactform .captcha { padding-top: 3px;}
#contactform #id_captcha_1 { width: 80px; font-size: 22px;}
#contactform .errorlist ul,li { list-style: none; margin: 0; padding: 0; display: inline; font-size: 10px; color: #C00;}
