body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:hover, a:active  {
	color: #99D6FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border-bottom: dotted 1px #99D6FF;
}
h3 {
	color: #FD65CC;
}
#outer {
	border: solid 1px #000;
	width: 772px;
	background-color: #666;
	margin: 10px auto 10px auto;
	position: relative;
}
#footer {
	background-image: url(images/LepageFooterLogo.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 85px;
	border-top: dotted 1px #FD65CC;
	margin: 25px 10px 0px 10px;
	padding: 8px;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
#footer #left {
	float: left;
	margin-left: 120px;
}
#footer #right {
	float: right;
	margin-right: 60px;
}
#footer address {
	font-style: normal;
}
#footer img {
	display: block;
	margin-left: 217px;
}
#credits {
	text-align: center;
	color: #C0C0C0;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}
#credits a {
	color: #C0C0C0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
