@charset "UTF-8";
/* CSS Document */

#footer {
	border-top: 1px solid #b8b8b8;
	background-color:#E8E8E8;
	float: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
}


#footer_column {
	margin: 0 auto;
	padding: 20px 60px 0 60px;
	text-align: left;
	width: 840px;
}


#footerleft_column {
	float: left;
	width: 240px;
}

#footermiddle_column {
	float: left;
	margin: 0 60px 0 60px;
	width: 240px;
}

#footerright_column {
   	float: right;
	width: 240px;
}


#footer_column h2 {
	color: #585858;
	font-size: 15px;
	font-weight: bold;
}

#footer_column p {
	color: #585858;
	font-size: 12px;
}


a.footer:link {
	color: #585858;
	text-decoration: none;
}

a.footer:visited {
	color: #585858;
	text-decoration: none;
}

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

.underline {
	font-size: 14px;
}