body{
	width:100%;
	padding-bottom: 100px ;
}

#menu-wrapper {
	background: url(img01.jpg) repeat-x left top;
}

#header {
	width: 980px;
	height: 63px;
	margin: 0 auto;
}

#menu {
	width: 980px;
	height: 46px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}
#menu li.current_page_item {
	background: url(img09.jpg) no-repeat left top;
}

#menu .current_page_item a {
	background: url(img10.jpg) no-repeat right top;
}
#menu a:hover {
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 4px 30px 0px 30px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: #8A5608 0px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	}
#content-left {
	width:400px;
	float:left;
	clear:none;
}
#content-right {
	width:400px;
	float:right;
	clear:none;
}
#contenta {
	width: 350px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	}
#content-lefta {
	width:170px;
	float:left;
	clear:none;
}
#content-righta {
	width:170px;
	float:right;
	clear:none;
}

#footer {
position:absolute;
width: 100%;
background-color: #CCC;
bottom: 0 ;
text-align: center;
height: 100px;
padding: 10px,0px,0px,0px;
margin: -50px auto 0 auto;
}

