/*--------------------------*/
/* GENERAL STYLES */
/*--------------------------*/

* {margin: 0;}

body {
	background: #0d0f0c;
	color: #573325;
	font-family: Verdana, Arial;
	font-size: 10px;
	}

a {color: #a24c1e;}
a:hover {color: #800c0c;}

#headerlogo {
	LEFT: 50%;
	Margin-left: -138px;
	POSITION:absolute;
	TOP:20px;
	width:262px;
	height:130px;
	}

#pagebg {
	POSITION:absolute;
	TOP:250px;
	width:100%;
	height:684px;
	background: url(img/page-bg.jpg) center no-repeat;
	}

/*------------------------*/
/* LAYOUT STYLES */
/*------------------------*/

#container {width: 100%; background: url("img/header-bg.jpg") top center no-repeat}

#wrapper {
	width: 940px;
	margin: auto;
	position: relative;
	top: 88px;
	}

#footer {
	background: url("img/page-footer.jpg") top center no-repeat;
	height: 350px;
	text-align: center;
	color: #AAAAAA;
	padding-top: 20px;
	}

#contentbg {margin: 0px; width: 940px; background: #edde8d url("img/parchment-bg.jpg") top center repeat-y;}
#contenttop {width: 940px; background: url("img/parchment-top.jpg") top center no-repeat;}
#contentbottom {width: 940px; align:center; margin:auto; background: url("img/parchment-bottom.gif") bottom center no-repeat;}

#maincontent {
	width: 780px;
	padding: 20px;
	margin: auto;
	}

/*---------------------------*/
/* CONTENT STYLES */
/*---------------------------*/

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
}

h2 {
	color:#A17315;
	text-align:center;
	letter-spacing:.11em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

h3 {
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	text-align: center;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}

p {
	text-align: justify;
	font-size: 1.1em;
}
