body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
body {
	background-color: #fef6c7;
	margin: 8px 0 0 33px;
}
a:link {
	color: #d33031;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d33031;
}
a:hover {
	text-decoration: underline;
	color: #d33031;
}
a:active {
	text-decoration: underline;
	color: #d33031;
}
h2 {
	font-size: 13px;
	font-style: italic;
	color: #d33031;
	padding: 0;
	margin: 0 0 20px 0;
}

#container {
	width: 867px;
	border: 0;
	border-bottom: 1px solid #9d4e23;
	float: left;
}

#center {
	border: 0;
	border-top: 1px solid #9d4e23;
}

#navi {
	float: left;
	width: 153px;
	padding: 0 1px 0 1px;
	height: 465px;
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-y;
}
#navi div.space {
	height: 37px;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #9d4e23;
	font-weight: bold;
}
#navi ul li a {
	margin: 0;
	padding: 3px 10px 3px 0;
	text-align: right;
	display: block;
	width: 143px;
	color: #212121;
}
#navi ul li a:hover {
	background-color: #fbf6ce;
	color: #d33031;
}

#navi ul li a.active {
	margin: 0;
	padding: 3px 10px 3px 0;
	text-align: right;
	display: block;
	width: 143px;
	/*background-color: #fbf6ce;*/
	color: #d33031;
}

#content {
	float: left;
	width: 632px;
	height: 405px;
	padding: 40px 40px 20px 40px;
	background-color: #fbf6ce;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: auto;
}