@import url("../css/content.css");
body {
	background-color: #C3E56B;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#body {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
}
#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 239px;
	position: relative;
	z-index: 10;
}
#top #logo {
	position: absolute;
	height: 217px;
	width: 226px;
	right: 0px;
	top: 0px;
	z-index: 10;
}
#menu {
	position: absolute;
	left: 70px;
	top: 182px;
	width: 450px;
	height: 23px;
	z-index: 11;
}
#menu img {
	padding-right: 5px;
	padding-left: 5px;
}


#content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	min-height: 260px;
	position: relative;
	z-index: 15;
	padding-left: 10px;
	height: 380px;
}
#dummy {
	height: 31px;
	background-image: url(../images/dummy.gif);
	width: 67px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#submenu {
	width: 105px;
	height: 338px;
	position: absolute;
	right: 625px;
	top: 29px;
	overflow: hidden;
}
#submenu .active,
#submenu .inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #336600;
	padding: 0px;
	display: block;
	margin: 0px 0px 10px;
}
#submenu .inactive {
	color: #000000;
}
#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #257016;
}
#submenu a:hover {
	text-decoration: underline;
}

#contentTextarea {
	width: 553px;
	overflow: auto;
	position: absolute;
	height: 380px;
	top: 0px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


#copyright {
	background-image: url(../images/bg_copyrigth.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}
#content #contentPadding {
	padding: 15px;
}
#content #contentScrollArea {
	position: absolute;
	width: 500px;
	left: 0px;
	top: 0px;
}

