.footer
{
	background:				url("../img/stripe_bg.png") repeat-x scroll left top #FFFFFF;
	background-position:	top left;
	background-repeat:		repeat-x;
	border-left:					30px solid white;
	border-right:				30px solid white;
	padding:						0px 0px 10px 0px;
	width:						930px;
}

.footer_left
{
	float:							left;
	margin-top:				10px;
}

.footer_rss
{
	background-image:		url("../img/rss_logo.gif");
	background-position:	center left;
	background-repeat:		no-repeat;
	padding-left:				90px;
	color:						#414141;
	font-family:				Arial;
	font-size:					12px;
	font-weight:				800;
	margin-top:				10px;
}

.footer_rss a
{
	color:						#000000;
	text-decoration:			none;
}

.footer_links
{
	font-family:				Arial;
	font-size:					12px;
	margin-top:				10px;
}

.footer_links_title
{
	color:						#414141;
	width:						90px;
	float:							left;
	font-weight:				800;
}

.footer_links a
{
	color:						#E88321;
	text-decoration:			none;
	font-weight:				800;
}

.footer_right
{
	float:							right;
	padding-top:				20px;
}

.footer_right a img
{
	border: 						0px;
	margin-bottom: 			10px;
	margin-left:				10px;
}

.footer_about
{
	margin-top:				10px;
	background-position:	top left;
	background-repeat:		no-repeat;
	font-family:				Arial;
	font-size:					12px;
	height:						40px;
}

.footer_about a
{
	color:						#000000;
	text-decoration:			none;
	font-weight:				800;
}

.footer_logo{
	background:				#FFFFFF url("../img/logo2.png");
	background-position:	top left;
	background-repeat:		no-repeat;
	width: 77px;
	height: 31px;
	float: left;
	display: block;
	border: 0 none;
}


