body {
	background: url(images/bkg-body.png) repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b200f;
}

div#wrapper {
	background: url(images/bkg-wrapper.png) repeat-x 0 0;	
}

div#header {
	height: 178px;	
}

div#header h1 {
	width: 440px;
	height: 135px;
	padding: 10px 0 0 30px;
}

div#header h1 a {
	width: 440px;
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 135px;
	background: url(images/logo.png) no-repeat left top;
}

div#middle {
	background: #f2ede6;
	padding: 15px 40px 40px;	
}

div#middle div.span-12 {
	padding-top: 35px;
}

div#middle img {
	margin-bottom: 8px;
}

div#middle h2 {
	margin-bottom: 10px;
	font-size: 2.2em;
	font-style: italic;
}

div#middle p  {
	margin-bottom: 8px;
	font-size: 1.1em;
}

div#middle p span {
	font-size: 1.2em;
	line-height: 18px;
}

div#middle a {
	text-decoration: none;
	color: #888c3e;
}

div#middle a:hover {
	text-decoration: underline;
}

div#middle div.span-8 {
	float: right;
}

div#middle div.span-8 h4 {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000;
}

div#middle div.span-8 p {
	line-height: 17px;	
}

div#footer {
	padding: 20px 60px 50px;
	font-size: 1.1em;
	background: url(images/bkg-footer.png) repeat-x left top;
	color: #f2ede6;
}

div#footer h3 {
	margin-bottom: 10px;
	color: #f2ede6;
	font-style: italic;
}

div#footer div {
	padding-top: 20px;	
}

div#footer div#left {
	border-right: 1px solid #5c4232;
	margin-right: 30px;
	padding-right: 30px;
}

div#footer div#left  p {
	margin-bottom: 8px;
}

div#footer a:hover {
	background: #777b30;	
}
