body {
	background: url(img/body.jpg) repeat;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #660000;
}
#wrap {
	width: 800px;
	background-color: #eac9b8;
	position: absolute;
	left: 50%;
	top: 2%;
	margin-left: -400px;
}
#banner {
	background: url(img/bnr1.jpg) no-repeat;
	border-bottom: 2px solid #660000;
	float: left;
	height: 149px;
	width: 800px;
}
#left {
	border-right: 2px solid #660000;
	float: left;
	width: 250px;
}
#left img {
	border: 1px solid #660000;
	margin: 5px 2px 5px 2px;
}
#right {
	float: left;
	width: 525px;
	margin: 0 0 10px 20px;
}
#menu-right {
	float: left;
	width: 525px;
	margin: 0;
}
#footer {
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	clear: both;
	background: url(img/footer.jpg) no-repeat;
	margin: 5px 0 5px 0;
}
#footer p {
	color: #660000;
	margin: 5px 20px 5px 100px;
}
.bigimage {
	border-bottom: 2px solid #660000;
	border-right: 2px solid #660000;
}
h1 {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	margin: 110px 10px 0 310px;
}
h2 {
	font-size: 12pt;
	margin: 8px 8px 0 15px;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin: 8px 8px 8px 15px;
}
p {
	margin: 2px 20px 0 20px;
	line-height: 1.35em;
}
ul {
	margin: 3px 15px 0 15px;
}
a {
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}