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

#footer {
	display: block;
	float: left;
	width: 950px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -475px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/layout/footer_bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	bottom: 0px;
	margin-top: 0px;
	left: 50%;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	top: -5px;
}

#footer a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

