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

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	padding: 0px;
	z-index: 9999;
	position: relative;
	
}
img, fieldset {
	border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #959572 url(../images/bkg.jpg);
	color: #000;
	word-wrap: break-word;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 13px;
	
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	color: #971830;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#bg {
	
}

#pagewrap {
	padding: 20px;
	width: 978px;
	margin: 0 auto 0 auto;
	background: #dcdcbf;
	-webkit-box-shadow: 0px 0px 6px 4px #5f5f48;
}
#content {
	min-height: 800px;
	background-image: url(../images/innnerbkg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 210px;
	position: relative;
	background-image: url(../images/topcorners.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bigimage {
	height: 411px;
	position: relative;
	background-image: url(../images/4Corners.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	height: 185px;
	position: relative;
	background-image: url(../images/bottomcorners.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	color: #971830;
}
h2 {
	font-size:24px;
	color: #971830;
	font-family: 'EB Garamond', serif;
	}