﻿
#footer {
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0px;
	width: 900px;
	height: 30px;
	background-color: #3B5998;
	border-top-style: solid;
	border-width: 1px;
	border-color: #000;
}

.copyright {
	float: left;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	width: 350px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

a.copyrightlink:link, a.copyrightlink:active, a.copyrightlink:visited {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 350px;
	text-align: center;
	line-height: 30px;
}

a.copyrightlink:hover {
	text-decoration: underline;
}

.contact {
	float: right;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	width: 55px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

a.contactlink:link, a.contactlink:active, a.contactlink:visited {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	text-align: center;
	line-height: 30px;
}

a.contactlink:hover {
	text-decoration: underline;
}

