@charset "utf-8";	
#footer {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #660000;
	padding: 0px;
	border-top: solid 5px #660000;
	border-bottom: solid 5px #FFFFFF;
}
#footer ul 
{
	width: 500px;
	height: 30px;
	float: left;
	margin: 0 auto;
	background: #660000 ;
	border-top: solid 15px #FFFFFF;
	border-bottom: solid 5px #FFFFFF;
	text-align:left;
	position:relative;
	top: 11%;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#footer li 
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 auto;
	line-height:25px;
	border-left: solid 5px #660000;
	border-right: solid 5px #660000;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #990000;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
}

#footer ul.second{
	width: 240px;
	text-align:right;
	list-style: none;
	line-height: normal;
}
#footer p {
	clear: both;
	position:relative;
	bottom: 5px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	width: 740px;
	line-height:26px;
	left: 0px;
	height: 26px;
}
