/* # GENERAL ######################################################################################################## */

A {
	color: #3e3623;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 6px 0px 10px 0px;
	background: #d4be7c url('images/background.gif') top center;
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-SIZE: 12px;
	color: #997a5d;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

H1 {
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 28px;
	color: #696c4c;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

H2 {
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

/* # LAYOUT ######################################################################################################## */


#outercontainer {
	width: 826px;
	margin: auto;
	position: relative;
}


#innercontainer_outer {
	background: url('images/pagesubbacking.gif') top center repeat-y;
	border-bottom: 18px solid #ede09a;
	position: relative;
}

#innercontainer_inner {
	background: url('images/pagebacking.jpg') top center no-repeat;
	padding-bottom: 30px;
	position: relative;
}

#header {
	height: 329px;
	background: url('images/mainheader.jpg') top center repeat-y;
	margin: auto;
	position: relative;
}

#header .rightframe {
	position: absolute;
	top: 264px;
	right: 0px;
	
}

#header .mainmenu {
	position: absolute;
	top: 168px;
	left: 312px;

	width: 199px;

	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
}

#header .mainmenu LI A {
	display: block;
	width: 199px;
	background: url('images/menubacking_off.gif') no-repeat;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #434a41;
	font-weight: bold;
	padding: 4px 0px 6px 0px;
}

#header .mainmenu LI A:hover {
	color: #ede7b6;
	background: url('images/menubacking_on.gif') no-repeat;
}

#homecontent {
	margin: 70px 368px 0px 75px;
	font-family: Georgia, "Times New Roman", Serif;
	text-align: left;
	line-height: 18px;
}

#content {
	margin: 70px 75px 0px 75px;
	font-family: Georgia, "Times New Roman", Serif;
	text-align: left;
	line-height: 18px;
}

#rightside {
	float: right;
	width: 363px;
	padding-top: 560px;
	background: url('images/rightbacking.jpg') top right no-repeat;
	position: relative;
	text-align: left;
}

#rightside .container {
	position: absolute;
	top: 300px;
	left: 43px;
	width: 275px;
	color: #876634;
}

#rightside H3 {
	position: absolute;
	top: 258px;
	left: 65px;
	width: 195px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #876634;
	text-align: center;
	letter-spacing: -1px;
}

#rightside .subcontainer {
	padding: 0px 30px 0px 40px;
	line-height: 18px;
}

#rightside H2 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #876634;
	letter-spacing: -1px;
}

#footer {
	padding: 10px;
	font-size: 10px;
	color: #5f553e;
}

.divider {
	height: 19px;
	background: url('images/divider.gif') top center no-repeat;
	margin: 10px 0px 20px 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.warning {
	color: #cc0000;
	font-weight: bold;
}

