@charset "UTF-8";
/* CSS Document */

#footer {
	width: 780px;
	font: 9pt/130% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../img/bottom.gif) no-repeat top;
	padding: 30px 10px 20px;
	margin: 0px auto;
	clear: both;
	text-align: center;
}
#footer h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
	margin: 0px 0px 6px;
	padding: 0px;
}
#footer ul {
	margin: 0px 0px 12px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 4px;
	border-right: 1px solid #999999;
	padding-right: 5px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #0A0A6D;
	text-decoration: none;
}
