#footer ul {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #71093A;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #71093A;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #71093A;
	}

#footer li {
	display: inline;
	text-align: center;
	word-spacing: 15px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #71093A;
}
#container {
	width: 760px;
	border: medium solid #000000;
	background-color: #33CC00;
	margin: auto;
	height: auto;
	background-image: url(Pics/backfoot.jpg);
	background-repeat: repeat;
}
#intro {
	width: 760px;
	border: medium solid #000000;
	background-color: #ffffff;
	height: auto;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: maroon;
	margin: auto;
	clear: both;
	background-position: center center;
}
#introtxt {
	text-align: left;
	width: 500px;
	position: relative;
	left: 20%;
}
body {
	background-color: #ffff99;
	margin: auto;
	text-align: center;
}
#sections {
	position:relative;
	padding:9px;
	background-color:#fff;
	margin-bottom:20px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sections a {
	display:inline;
	padding:0px;
	text-decoration:none;
	color:maroon;
}
#sections a:hover {
	background:transparent
}
#sections a span {
	display:none
}
#sections a:hover span {
	display:inline;
	position:absolute;
	top:50;
	left:250px;
	padding:5px 15px 5px 0
}
