@charset "utf-8";
body {
	margin: 0px;
	background-color: #003826;
}

html { 
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#003826;
	scrollbar-track-color:#003826;
	scrollbar-shadow-color:#003826;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#003826;
	scrollbar-darkshadow-color:#003826;
}

.copyright_border {
	clear: both;
	width: 960px;
	height: 2px;
	line-height: 2px;
	background-color: #becdc9;
}

.copyright {
	clear: both;
	width: 960px;
	height: 105px;
	background-image: url(../images/copyright_bg01.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 21px;
	color: #6c8671;
}
.copyright a:link, .copyright a:visited {
	color: #6c8671;
	text-decoration: none;
}
.copyright a:active, .copyright a:hover {
	color: #6c8671;
	text-decoration: underline;
}

.topmenu-bg {
	width: 960px;
	height: 132px;
	background-image: url(../images/topmenu-bg.jpg);
	background-repeat: repeat-x;
}

#menu {
	width: 144px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #003826;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_boder01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu a:link, #menu a:visited {
	display: block;
	width: 144px;
	color: #003826;
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	color: #003826;
	text-decoration: underline;
}