body {
	background-color: #001f0c;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a { color:#770e2a; text-decoration:underline }
a:hover { text-decoration:none; }

h1 { font-size:24px; margin:0px; font-weight:200; color:#c5a251; }
h2 { font-size:18px; margin:0px; font-weight:200; color:#162e21; }
h3 { font-size:15px; margin:0px; font-weight:300; color:#032445; }

blockquote { margin:15px; }

/* Layout */
#wrapper {
	width:800px;
	margin:0 auto;
	padding:0px;
}
#header {
	background-image:url(../images/header.png);
	height:164px;
	width:866px;
}
#content {
	width:750px;
	margin:0 auto;
}
#contentWrapper {
	width:850px;
	margin:0 auto;
	background-image:url(../images/cntBg.png);
	background-repeat:repeat-y;
	background-position:center;
}
#footer {
	background-image:url(../images/footer.png);
	height:40px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	line-height:38px;
}
.clearBoth {
	clear:both;
}
.imgFeatured {
	border:2px solid #e7e7e9;
	padding:3px;
}