@charset "utf-8";
body {
	background: #8D9445;
	font: 10px Arial, Helvetica, sans-serif;
	color: #684620;
}
a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #684620;
}
a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #684620;
	text-decoration: none;
}
#base {
	background: url(../nav/bg.gif) repeat-y;
	width: 1024px;
}
#header {
}
#nav {
	background: url(../nav/bg_nav.gif);
	width: 1000px;
	text-align: left;
}
#nav_side {
	width: 233px;
}
#content {
	width: 1000px;
	background: url(../nav/bg_content.gif) repeat-y;
}
#content_footer {
	width: 1000px;
	text-align: left;
}
#footer {
	background: #8D9445;
	width: 1024px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
