/* Footer */

#footer
{
	margin-top: 20px;
	border-top: 5px solid #007bc0;
	padding: 10px;
	font-size: 0.8em;
	display:none;
}

#footer h5
{
	padding-bottom: 10px;
}

#footer li
{
	list-style: none;
}

#footer a, #footer a:hover, #footer a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #333;
}

#footer #another_websites
{
	width: 300px;
	float: left;
}

#footer #sitemap_resume
{
	width: 300px;
	float: left;
}

#footer #contact_information
{
	width: 300px;
	float: left;
}