@charset "utf-8";
/* CSS Document */

@import url("base_styles/reset.css");
@import url("base_styles/base.css");

body {
	background: #e7f1d0 url(../../_sharedimg/body_bg.jpg) top left repeat-x;
}

#wrapper {
	background: #e7f1d0 url(../../_sharedimg/wrapper_bg.jpg) top left no-repeat;
	width: 860px;
	padding: 50px 18px 0 80px;
}


#wrapper_inner {
	background: url(../../_homeimg/wrapper_inner_bg.jpg) top left no-repeat;
	width: 860px;
	height: 724px;
}

#header {
	position: relative;
	height: 202px;
}

#nav {
	position: absolute;
	top: 6px;
	left: 241px;
	width: 619px;
	height: 78px;
}


#nav ul {
	margin: 0 0 0 16px;
}


#nav li {
	float: left;
	display: inline;
}

#footer {
	margin: 0 0 0 62px;
	width: 896px;
	height: 63px;
	background: url(../../_homeimg/footer_bg.jpg) top left no-repeat; 
}


#footer ul {
	margin: 0 0 0 250px;
	width: 450px;
	overflow: hidden;
	padding: 5px 0 0 0;
}


#footer ul li {
	line-height: normal;
	padding: 0!important;
	display: inline;
	color: #447a3c;
}


#footer ul li a {
	color: #447a3c;
	font-size: 9px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
