html body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #F7F7EF;
	line-height: 170%;
}
#content {
	background-color: #DBDBB6;
	padding: 0 4px 15px 4px;
	text-align: left;
	margin: 0 auto;
	width: 892px;
}
#menu {
	width: 150px;
	float: left;
	padding-bottom: 30px;
	margin-top: -5px;
	margin-right: 25px;
	border-top: 1px solid #ccc;
	height: 400px;
	margin-left: 5px;
}
#menu a {
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	color: #67413F;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: normal;
}
#menu a.sub {
	height: 20px;
	line-height: 20px;
	text-indent: 15px;
	font-size: 11px;
	color: #777;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	background-color: #67413F;
	color: #fff;
}
h1 {
	background-color: #67413F;
	height: 31px;
	line-height: 31px;
	margin: 1px 0 25px 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	text-indent: 13px;
}
#side, .img-right {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
p, li, table {
	margin-left: 25px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 160%;
}
