/* Footer */

#footer {
	width: 1000px;
	height: 55px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #4599ef;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: repeat-x;
}

#footer a {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC33;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
