html, body {
	background-color:#9e8e3d;
	color:#000000;
	padding:0px;
	margin:0px;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*Links*/
a, a:link, a:active, a:visited {
	text-decoration:underline; color:#61530c; font-weight:bold;
	}
a:hover, a:focus {
	text-decoration:none; background-color:#f2e6cb;
	}

#template_wrapper {
	background-color:#FFFFFF;
	background-image:url(bg-template-wrapper.gif);
	background-repeat:repeat-y;
	background-position:top left;
	text-align:left;
	border-right:solid 1px #806e16;
	border-left:solid 1px #c9bda4;
	padding:0px;
	margin:0px auto;
	width:700px;
	min-width:700px;
	max-width:700px;
	/*height:100%;
	min-height:100%;
	max-height:100%;*/
}

#header {
	height:127px;
	min-height:127px;
	max-height:127px;
	background-image:url(bg-header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#header-message {
	float:left;
	display:block;
	position:relative;
	left:56px;
	top:42px;
}
#header-message a {
	text-decoration: none;
}


#header-message h1 {
	text-align:right;
	color:#2f2f2f;
	margin:0px;
	padding:0px;
	font-size:30px;
	letter-spacing:5px;
}

#header-message h2 {
	text-align:right;
	color:#2f2f2f;
	margin:0px;
	padding:0px;
	font-size:18px;
	padding:10px 7px 0px 0px;
}

#header-logo {
	float:right;
	display:block;
	position:relative;
	right:55px;
	top:12px;
}

#content {
	background-image:url(bg-content.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
			
#content-sidebar-column {
	background:#c2bb84;
	border-top:1px dashed #dedaa9;
	border-left:1px dashed #dedaa9;
	border-bottom:1px dashed #dedaa9;
	float:right;
	display:block;
	width:205px;
	min-width:205px;
	max-width:205px;
	padding:3px;
	margin-top:65px;
	margin-left:20px;
	margin-bottom:20px;
}
			
#content-sidebar-column h5 {
	text-align:left;
	font-weight:bold;
	color:#fffbf1;
	margin:0px 0px 0px 0px;
	padding:3px;
	font-size: 14px;
}
			
/*Links*/
a.sidebar-link, a.sidebar-link:link, a.sidebar-link:active, a.sidebar-link:visited {
	font-weight:bold;
	color:#333300;
	text-decoration:none;
	display:list-item;
	list-style-type:none;
	margin-left:0px;
	padding:2px 2px 2px 8px;
	font-size: 12px;
}

a.sidebar-link:hover, a.sidebar-link:focus {
	text-decoration:underline;
	background-color:#f2e6cb;
}
				
#content-site-menu {
	height:29px;
	text-align:right;
	vertical-align:top;
	padding-right:50px;
}
				
/*Links*/
#content-site-menu a, #content-site-menu a:link, #content-site-menu a:active, #content-site-menu a:visited {
	position:relative;
	top:5px;
	vertical-align:top;
	line-height:1.5em;
	color:#FFFFFF;
	padding:2px 5px;
	margin:0px 5px;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}

#content-site-menu a:hover, #content-site-menu a:focus {
	text-decoration:underline;
	background-color:#887925;
}
			
#content h1 {
	line-height:1.5em;
	margin:10px 33px 10px 31px;
	color:#2d2602;
	font-size: 20px;
}
			
#content h2 {
	line-height:1.5em;
	color:#4a3f08;
	margin:10px 33px 10px 31px;
	font-size: 18px;
}
			
#content h3 {
	line-height:1.5em;
	color:#fffbf1;
	margin:10px 33px 10px 31px;
	font-size: 16px;
}
			
#content h3 span {
	background-color:#cac282;
	padding:3px;
}

#content h4 {
	color:#54480c;
	margin:15px 33px 5px 31px;
	font-size: 14px;
}

#content p {
	margin:10px 33px 10px 31px;
}

#footer {
	font-weight:bold;
	text-align:center;
	padding:10px;
}
