@charset "utf-8";
/* CSS Document */

#footer {
	width:905px;
	min-height:140px;
	margin:0 auto;
	margin-top:10px;
	background:#91ab7d url(/images/bg_footer.jpg) no-repeat;
	color:#FFF;
	text-align:left;
	float:left;
}
#footer p {
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#footer #footmenu {
	width:849px;
/*	background-color:#CCC;*/
	padding:0;
	margin:0;
	margin-top:25px;
	margin-left:28px;
	float:left;
	font-weight:normal;
	font-size:13px;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
}

#footer #contact {
	width:500px;
	min-height:20px;
	padding:0;
	margin:0;
	float:left;
	margin-left:28px;
	margin-top:12px;
	font-size:11px;
}