@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d3d36f;
}
.holder {
	margin: auto;
	width: 778px;
}
.header {
	height: 230px;
	background-image: url(../images/bg_header.jpg);
}
.middle {
	margin-right: 14px;
	margin-left: 12px;
	background-color: #580322;
	min-height: 300px;
	padding-right: 10px;
	padding-left: 12px;
}
.footer {
	background-image: url(../images/bg_footer.gif);
	height: 35px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 22px;
}
.text1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF8A2B;
}
.text2 {
	color: #580322;
}
.newsletter input {
	border: 1px solid #580322;
	background-color: #EDED8B;	
}
a {
	color: #FF811B;
}
