#footer {
	width: 100%;
	height: 215px;
	margin:50px 0 0 0;
	padding:0;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	*margin: 40px 0 0 0; /* IE7 */
	clear:both;
}

#footer_main {
	width: 1000px;
	height: 215px;
	margin: 0 auto 0;
	clear: both;
	background-image: url(../images/footer_main_back.jpg);
	background-repeat: no-repeat;
	position:relative;
}

/* footer nav
***************************/
#foot_menu{
	margin:30px 0 0 0;
	padding:10px 0 10px 15px;
	float:right;
	width:685px;
	font-size:93%;
	border-style:dashed;
	border-color:#DAC696;
	border-width:1px 0;
}

#foot_menu li{
	margin:0 0 0 3px;
	list-style-type:none;
	float:left;
}

#foot_menu a:link{
	color:#462600;
	text-decoration: none;
}

#foot_menu a:visited {
	color:#462600;
}

#foot_menu a:hover {
	color: #914800;
	text-decoration: underline;
}

#footer_add{
	font-size:85%;
	line-height:18px;
	position:absolute;
	top:121px;
	left:337px;
	width:480px;
}

#copyright {
	clear:both;
	text-align:center;
	font-size:93%;
	padding-top:70px;
}
