@charset "UTF-8";
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #663300;
	font-weight: bold;
}
.sep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #CC9900;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #663300;
	text-align: justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #CC9900;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #663300;
	text-align: left;
}
a:link {
	color: 663300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#home_box {
	background-image: url(images/home_bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	padding-bottom: 400px;
}
