/*
 * Footer stuff
*/
#footer
{
	border-top: 2px dotted #808000;
	text-align: center;
	padding-bottom: 5px;
}
#footer #copyright
{
	font-size: 10px;
}
#footer a, #footer a:hover, #footer a:visited
{
	color: #2E3436;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer a img
{
	border: 0px;
}
