html,body{
	margin:0; 
	padding:0;
	height:100%;
}
body{ 
	background-color:#ffebcd;
	color:#4d4d4d;
	font-size:16px;
	font-size:0.875em;
	font: 0.875em/1.3 "Arial","Helvetica",sans-serif;
}
a{ 
	text-decoration:none;
	color:#99873d;
	outline:none;
}

a:visited{ color:#5a8e47; }
a:hover{
	text-decoration:underline;
	color:#ec8000;
}
a:active{ color:#7f4705; }


#nonFooter{
	width:968px;
	margin:0 auto;
	position:relative;
	min-height:100%;
	background:#ffebcd url(images/background.png) repeat-y 20px top;
}
* html #nonFooter{ height:100%; }
#header{
	height:154px;
	background:#ffebcd url(images/header.png) no-repeat left top;
}
#header a{
	text-decoration:none;
	display:block;
	height:154px;
}
#body{ padding-bottom:107px; }
#nav{
	width:175px;
	float:left;
	margin-left:50px;
	border-right:1px solid #bdbdbd;
	text-align:right;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#nav ul a{
	text-transform:uppercase;
	padding:7px 15px 7px 15px;
	display:block;
	font-size:0.857em;
}
#nav-back{
	font-weight:bold;
	font-size:1.29em;
	text-transform:uppercase;
	padding-right:15px;
	display:block;
	margin-bottom:10px;
}
	
#content{
	margin-left:225px;
	border-left:1px solid #bdbdbd;
	padding-left:15px;
	padding-right:35px;
}
#content-title{
	margin-top:0;
	line-height:1em;
	text-transform:uppercase;
	font-size:2.57em;
}
#content a{ padding:3px; margin:-3px;}
#content a:hover{
	background-color:#fffeaf;
	-moz-border-radius:3px;
}

#footer{
	position:relative;
	height:107px;
	background:#ffebcd url(images/background.png) repeat-y 20px top;
	width:968px;
	margin:-107px auto 0 auto;
	color:#FFF;
}
#footer-content{
	padding:16px;
	background:#459f38 url(images/footer.png) repeat-x left top;
	margin:0 24px 0 24px;
	height:75px;
}
#footer-content a:link{ color:#d3bc5e; }
#footer-content a:visited{ color:#95ce80; }
#footer-content a:hover{
	text-decoration:underline;
	color:#ec8000;
}
#footer-content a:active{ color:#7f4705; }
.footer-group{ float:left; }
.footer-group h4{
	margin: 0 0 10px 0;
	line-height:1em;
	text-transform:uppercase;
	font-size:1.142em;
}
.footer-group p{ 
	font-size: 0.857em; 
	float:left;
	margin-top:0px;
	margin-right:30px;
}
#footer-group-right{
	margin-left:300px;
}


