body {
	background: url(img/BGTile6.jpg);
	margin-top: 280px;
	overflow-y: scroll;
}
#headerBlock {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #2a2d25 url(img/header.png) bottom left repeat-x;
}
#headerBlock > div.wrapper {
	width: 85%;
	margin: 0 auto;
	max-width: 960px;
}
#headerBlock > div.wrapper > img {
	margin-top: -15px;
	margin-bottom: 6px;
}
@media (min-width: 400px) and (max-width: 680px) {
	#headerBlock > div.wrapper > img {
		width: 400px;
	}
	#headerBlock > div.wrapper {
		width: 75%
	}
	body {
		margin-top: 205px;
	}
}
@media (max-width: 400px) {
	#headerBlock > div.wrapper > img {
		width: 250px;
	}
	#headerBlock > div.wrapper {
		width: 65%
	}
	body {
		margin-top: 165px;
	}
}
#headerBlock > .armsBar {
	background: url(img/oblique-lines.jpg) repeat-x;
	height: 31px;
}
#mainBlock {
	background: rgba(226, 224, 215, 0.65);
	margin: 0 auto;
	max-width: 960px;
	min-height: 275px;
	margin-top: 30px;
	padding: 22px 20px 20px 20px;
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
#mainBlock > h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Donegal One', Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.0em;
	font-size: 35px;
	color: #720A08;
}
