
div.footer {
	clear:				both;
	width: 				800px;
	left:				auto;
	right:				auto;
	margin:				0px auto 0px auto;
	border:				0px;
	border-top:			1px solid #333;
	text-align:			center;
	vertical-align:		middle;
	padding:			0px 0px 0px 0px;
}

div.footer a img {
	border:				0;
}
div.footer a {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-decoration: 	none;
	color: 				#333;
	top:				0px;
	border: 0;
}
div.footer a.active, div.footer a:hover {
	color: 				#fff;
}

div.foot_end {
	clear:				both;
	width: 				800px;
	height:				40px;
	margin:				5px auto 0px auto;
	text-align:			center;
}
div.foot_end img {
	border:	0px;
}
div.foot_end a {
	border: 0;
}
div.foot_end a:hover {
}
div.foot_end div.credit {
	font-size:		10px;
	float:			left;
	color:			#999999;
	margin-top:		-20px;
}

div.socialbookmarks {
	clear: both; 
	margin:20px 0 0 0;
}
div.socialbookmarks img {
	border:				0;
	filter:				alpha(opacity=40); /*IE */
	-moz-opacity: 		0.4; /* Gecko */
	opacity: 			0.4; /* Opera */
	-khtml-opacity: 	0.4;
}

div.socialbookmarks img:hover {
	border:				0;
	filter:				alpha(opacity=100); /*IE */
	-moz-opacity: 		1.0; /* Gecko */
	opacity: 			1.0; /* Opera */
	-khtml-opacity: 	1.0;
}
