@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #663300;
}
#wrapper {
	width: 85%;
	background-color: #e7e7e7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #menu {
	clear: right;
	height: 20px;
	background-color: #CCCCCC;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #body #left {
	float: left;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 60%;
}
#wrapper #body #footer #righttxt {
	float: right;
	width: 65%;
	clear: both;
	height: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
#wrapper #body #footer {
	height: 259px;
	clear: both;
	font-size: 16px;
	background-repeat: no-repeat;
	width: 100%;
}
#wrapper #body #right {
	float: right;
	width: 32%;
	padding: 10px;
	background-color: #CCCCCC;
}
#wrapper #body #span {
	padding: 10px;
	clear: left;
}
#wrapper #logo {
	width: 100%;
}

#wrapper #menu a {
	color: #FF0000;
}
#wrapper #menu a {
	color: #000000;
	font-style: normal;
	line-height: normal;
}
#wrapper #body #footer {
	background-image: url(../images/footerRedLucy.gif);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
}
