
#footer{	
	float: left;
	width: 100%;
	height: 200px;
	color: white;
	background: url('../images/footer_bg.jpg') repeat-x top center #202424;
	padding: 10px 0 20px 0px;
	margin-top: 20px;
}	

#footer a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .siteinner{
    padding: 20px 0 0px 0px;
}	



#footer h3{	
	color: #dfdfe8;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

#footer .rolunk{
	float: left;
	width: 385px;
	color: #dfdfe8;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
}

#footer .right{
    float: right;
    width: 470px;
}	


#footer .right a{
    font-weight: normal;
    line-height: 35px;
    font-size: 13px;
}	