body {
	color: #000000;
	background: #003300;
	text-align: center;
	margin: 20px;
	padding: 0px;
}
#bg {
	width: 1000px;
	background: #B0BF82 url(../nav/bg.jpg) no-repeat center top;
	position: relative;
}
#header {
	width: auto;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 64px 0px 0px 0px;
}
#nav {
	width: auto;
	position: relative;
	float: left;
	text-align: right;
	margin: -200px 0px 0px 85px;
	padding: 0px 0px 0px 0px;
}
#main_pic {
	width: auto;
	position: relative;
	clear: left;
}
#page_title {
	width: auto;
	position: relative;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
}
#content {
	width: 480px;
	text-align: left;
	position: relative;
	background: url(../nav/bg_content.png);
	margin: 15px 0px 0px 0px;
	padding: 20px;
}

#scroll_content{
	height:350px;
	overflow: auto;
}

#footer {
	width: 480px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 6C9F41;
}

