/*----------------------------------------------------------------------------------------
                                         footer
----------------------------------------------------------------------------------------*/
#footer	{
	clear:both;
	width:838px;
	margin:auto;
	border-left:solid 1px #c8e3a6;
	border-right:solid 1px #c8e3a6;
	background:#ffffff;
}
#footer_left	{
 width:240px;
 text-align:center;
 float:left;
}
#counter	{
 margin:auto;
 margin-top:2px;
 padding-bottom:3px;
 width:141px;
 text-align:center;
 background:#FFFFFF;
}
#footer_right	{
 width:580px;
 float:right;
}
#footer_link	{
 width:540px;
 clear:both;
 margin:auto;
 text-align:center;
 line-height:12pt;
 padding-bottom:1em;
}
#footer_link li	{
 display:inline;
 padding-left:0.5em;
 padding-right:0.5em;
 border-right:solid 1px #c8e3a6;
 font-size:7.5pt;
}
#footer_link li:first-child	{
 border-left:solid 1px #c8e3a6;
}
#footer_link li a	{
 white-space:nowrap;
 text-decoration:none;
}
#footer_copyright	{
 background:#f0f6d4;
 font-size:7.5pt;
 line-height:12pt;
 color:#000000;
 text-align:center;
 padding-top:5px;
 padding-bottom:5px;
}
#footer_copyright a	{
 color:#0000FF;
 text-decoration:none;
}
#footer_copyright a:hover	{
 color:#FF0000;
}
#bottom	{
 display:none;
}
