html {
	margin:0px; 
	padding:0px;
}
body {
	margin:0px; 
	padding:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #000; 
	line-height:18px;
	/*background-image:url('images/tree.png');
	background-repeat:no-repeat;*/
	background-image: url(images/background.png); 
	background-repeat: repeat-y; 
	background-position: center; 
	background-color:#b0a46d;
}
#outer_wrapper  { 
	background: #fff; 
	margin: 0 auto; 
	width: 900px; 
	border: solid 1px #999 }
p {
	margin:0px; 
	padding:0px; 
}
a {
	color: #643D5B;
	text-decoration: underline; 
	border: 0px;
	margin:0px; 
	padding:0px; 
}
a:hover {
	text-decoration: none; 
	border: 0px;
}
strong  { 
	color: #643D5B; 
	font-weight: bold;
	}
.logo  { 
	position: absolute; 
	top: 0; 
	right: auto; 
	left: auto; 
	width: 900px; 
	height: 225px }
#header {
	margin: 0px;
	padding: 0px;
	}
#header h1  { 
	font-size: 12px; 
	background-color: #562121; 
	margin: 224px 0 0; 
	padding: 5px 22px 4px; 
	border-top: 1px solid #f0e7d0; 
	border-bottom: 1px solid #562121;
	font-weight: global;
}
#header h1 a {
	text-decoration: none;
	font-size: 12px;
	color: #e8e4df;
	padding: 6px 13px 6px 13px;
	border-right: 1px solid #a59279;
}
#header h1 a:hover {
	background-color: #C1AFBD;
	color: #333;
}
#header h1 .current {
	color: #ddd;
	background-color: #643D5B;
}
#header h1 .home {
	border-left: 1px solid #a59279;
}
#header h1 .homecurrent {
	border-left: 1px solid #a59279;
	background-color: #643D5B;
}
#footer {
	font: Arial, Helvetica, sans-serif;
	height: 16px;  
	color: #333; 
	text-align: center; 
	font-size: 11px; 
	padding-top: 3px; 
	margin-bottom: 9px;
	clear: both;
}
#footer a {
	color: 333; 
	text-decoration: underline;  
	margin: 0px 1px;
}
#footer a:hover {
	text-decoration: none;
}
#contentwrap  { 
	margin: 0; 
	padding: 20px 20px 40px 20px;
	/*width: 800px;
	border: 5px solid #335566;
	background-color: #000000;*/
	}
/* == Content Layout Styles (non-layout content styles are in contribute.css) =========================== */
h1 {
	font-size: 16px;
	color: #643D5B;
	font-weight: bold;
	margin: 0px;	
	padding: 0px;
	margin-bottom: 8px;
}
/*HOME styles*/
table p {
	padding: 20px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	}
table a {
	/*color: #CC0000;*/
	color: #643D5B;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
table a:hover {
	text-decoration: none;
}
table {
	padding: 0px;
	margin: 0px;
	color: #333;
	border: 1px solid #fff;
}
tr {
	padding: 2px;
	margin: 2px;
	border: 1px solid #fff
}
td {
	padding: 3px;
	margin: 3px;
	border: 1px solid #fff
}


