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;
	float: left;
	text-align: right;
	margin: -200px 0px 0px -150px;
	padding: 0px;
	z-index: 999;
}
#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: 10px 0px 0px 0px;
	padding: 20px;
}
#footer {
	width: 480px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#scroll_content {
	width: 480px;
	height: 250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	overflow: auto;
	text-align: center;
}
