body {
	background-color: #111111;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#wrapper {
	background-color: #22280C;
	width: 900px;
	min-height: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back-tree.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-bottom: 20px;
	padding-top: 20px;
}
#header {
	background-image: url(../images/header-back.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 900px;
	background-position: center;
	margin-bottom: 10px;
}
#logo {
	float: left;
	height: 89px;
	width: 234px;
	background-image: url(../images/logo-header.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 30px;
	margin-right: 25px;
}
#navigation {
	height: 25px;
	width: 560px;
	float: right;
	margin-top: 63px;
	margin-right: 30px;
	text-align: center;
	color: #F9ECCC;
}
#content-area {
	visibility: hidden;
	width: 875px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #F9ECCC;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.content {
	color:#000000;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	min-height: 700px;
	padding-right: 20px;
	padding-left: 20px;
}


h1 {
	color: #4C331C;
	font-size: 1.55em;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
h2 {
	color: #4C331C;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
h3 {
	color: #4C331C;
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
td {
	font-size: 14px;
}
input, textarea {

}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active, a:hover {
	color: #715941;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}



.clr {
	clear: both;
}
.navbutton { }

/***** ROUND CORNERS ****/
.roundtop { 
	background: url(../images/content-corner-tr.jpg) no-repeat top right; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.roundbottom {
	background: url(../images/content-corner-br.jpg) no-repeat top right; 
}

img.corner {
   width: 18px;
   height: 18px;
   border: none;
   display: block !important;
}


/******* PRINT **********/
.dontprinttext {
	display: block;
}
.printtext, .printLogo, .printFooter {
	display: none;
}

