body, html {
	background: #EADBC3;
	vertical-align: bottom;
	font: 14px "Times New Roman", Times, Georgia, serif;
	color: #250b04;
	margin: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

#box {
	width: 700px;
	margin: auto;
	text-align: left;
	background: #f5ede1;
	border-left: 1px solid #bbaf9c;
	border-bottom: 1px solid #bbaf9c;
	border-right: 1px solid #bbaf9c;
}

#head {
	background: #250b04 url(images/nav_bg.gif) no-repeat;
	height: 200px;
	margin: 0px;
	clear: both;
}

.navi {
	font-size: 18px;
	float: left;
	border-style: none;
	margin-top: 168px;
	padding-left: 49px;
}

#content {
	padding: 50px 49px;
	*width: 700px;
	float: left;
	width: 430px;
}

#richcontent {
	padding: 50px 49px;
	*width: 700px;
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	font-size: 13px;
	width: 135px;
	padding-left: 15px;
	border-left: 1px solid #bbaf9c;
	margin-right: 20px;
	margin-top: 50px;
}

#footer {
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

.content_head {
	font-size: 22px;
	color: #250b04;
}

.sidebar_head {
	font-weight: bold;
	color: #250b04;
}

ul {
	list-style: circle;
}

td {
	color: #250b04;
	font-size: 14px;
	vertical-align: top;
	border: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #660000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

.navi a {
	text-decoration: underline;
	font-weight: bold;
	color: #250b04;
	border: 0;
}

.navi a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #250b04;
}

.navi img {
	border: 0px;
}

.hidden {
	display: none;
}