/**************/
/* footer row */
/**************/
#footer
{
	text-align: center;
	padding: 15px 0 30px; 0;
	background-color: White;
	overflow: hidden;
	width: 1000px;
	margin:0 auto;
	font-size:0.9em;
}
#footer_wrapper
{
	width:560px;
	border-top:1px dotted rgb(0,123,50);
	padding:3px 0 0 0;
	margin:0 0 0 210px;
	
}
#anchor
{
	float:left;
	width:140px;
	background:url('../images/anchor.jpg') no-repeat 0px 2px;
}
#anchor a
{
	color:rgb(150,150,150) !important;
	text-decoration:none;
	margin:0 0 0 16px;
}
#anchor a:hover
{
	text-decoration:underline;
}
#cr
{
	float:left;
	color:rgb(150,150,150);
	width:140px;
	margin:0 0 0 30px;
	background:url('../images/cr.jpg') no-repeat 0px 0px;
}
#cr a
{
	margin:0 0 0 16px;
}