body {
	background: #000 url(../images/bg_site.jpg) repeat-x 0px 15px;
}
body,td,th {
	color: #462C1F;
}
h1 {
	font-size: 18px;
	color: #6A1201;
	margin-bottom: 10px;
	text-align: center;
}
a {
	color: #682A13;
}
#tablevertcenter td{
	vertical-align: middle;
	background: url(../images/bg_site.jpg) repeat-x center center;
}
#wrapper {
	height: 600px;
	margin: 15px auto 0 auto;
	width: 961px;
	background: #FFECD3 url(../images/bg_wrapper.jpg) repeat-x;
}
#left_painting {
	float: left;
}
#left {
	float: left;
	width: 565px;
	text-align: center;
}
#nav {
	background: url(../images/bg_nav.jpg);
	height: 23px;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav a {
	margin: 0px 20px;
	color: #FAE7AE;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#content {
	margin: 20px auto 0 auto;
	width: 480px;
	text-align: justify;
	line-height: 140%;
}
#right {
	float: right;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #FFECD3;
	padding: 15px;
	background: #000;
}
.imagefloatleft {
	float: left;
	margin-right: 8px;
}
.smallprint {
	font-size: 11px;
	margin: 0;
}
.aligncenter {
	text-align: center;
}
.maroon {
	color: #6A1201;
}

