body {
	background-color:#AA920A;
	margin: 20px 0 0 30px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p, li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}
a, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#maintable {
	margin: auto;
	background: url(images/bgtile.jpg) no-repeat;
	background-color: #CDC8A0;
	background-position: bottom right;
	border: 3px solid #B6B48D;
	width: 800px;
	height: 500px;
}
#side {
	border-left: 5px solid #CDC8A0;
}
#footer {
	width: 800px;
	margin: auto;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	padding: 20px 10px 20px 20px;
}
.visit, .visit p {
	background-color: #AA920A;
	text-align: center;
	color: #FFFFFF
}
.visit h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.visit a, .visit a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
