@charset "utf-8";
.wraper {
	width: 990px;
	border: 1px solid #a71e22;
	float: left;
	background: #a71e22;
}
.wraper .body {
	font: bold 14px "Goudy Old Style";
	color: #FFFFFF;
	padding: 10px 50px 30px;
}
.wraper .title {
	font: bold 18px "Goudy Old Style";
	color: #BEAA87;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-transform: uppercase;
}
.wraper .header {
	border-top: 6px solid #a71e22;
	border-bottom: 6px solid #a71e22;
	border-right-color: #a71e22;
	border-left-color: #a71e22;
	background: url(header.jpg) no-repeat top;
	height: 250px;
	width: 990px;
}
.wraper .nav {
	height: 30px;
	width: 930px;
	background: #8b734b;
	text-align: center;
	font: bold 16px "Goudy Old Style";
	text-transform: uppercase;
	color: #A71E22;
	vertical-align: text-top;
	padding: 2px 30px;
}
.wraper .nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}
.wraper .footer {
	background: #FFFFFF;
	font: bold 14px "Goudy Old Style";
	color: #A71E22;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.wraper .body a {
	color: #FFFF00;
	text-decoration: none;
}
.wraper .body .contact {
	margin-right: 200px;
	margin-left: 200px;
	background: #7C1618;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
