a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #3c0000;}
a:active {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #e0a812;}

#footer {

	background: #000 url(../images/footer_bg.jpg) top center no-repeat;

	color: #fff;

	font-size: .6em;

	height: 300px;

	margin: 50px 0 O O;

	text-align: right;
	
	width: 958px;

}


#footercolwrapper{

	margin: 0;
	
	padding: 0px;

	width: 958px;

}


#footercol {

	border-right: 2px solid #000; 

	float: left;

	margin-top: 130px;

	padding: 0px 10px 10px 20px;	
	
	text-align: left;
	
	width: 200px;
	
}


#footercolrt {

	float: left;

	margin-top: 79px;

	padding: 0px 10px 0px 0px;	

	text-align: left;
	
	width: 250px;
	
}
	
	
	.4col { width: 239px; height: 250px; margin: 0px; }

	.4colrt { width: 240px; height: 250px; margin: 0px; }


#footercolrttext {

	margin: -50px 0 0 50px;
}

		#footer ul li {
			list-style-type: none;
			font-size: 1em;
			margin-left: -30px;
			padding-bottom:5px;
		}
		
		#footer ul li a {
			text-decoration: none;
		}
		
		#footer ul li a:visited {
			color: #fff;
		}		
		
		#footer ul li a:active {
			color: #e0a812;
		}			