/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	color: #55a037;
	width: 820px;
	height:auto;
	background-image:url('../images/main_footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	font-size:11px;
	font-family:sans-serif;
	border:0px solid red;
}

.footermenu, a:link, a:visited
{
	color:#55a037;
	text-align: center;
	margin: auto;
	font-size:12px;
	font-family:sans-serif;
	padding:2px;
	border:0px solid red;
}

.footermenu a:hover
{
	text-decoration:underline;
	color:#f3994f;
/*	background-color:#f3994f;*/
}

#copyrights
{
	color: #55a037;
	width:830px;
	text-align:center;
	font-size:11px;
	font-family:sans-serif;
	border:0px solid green;
	margin:auto;
}
