body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	height: 100%;
}
a {
	color: #675122;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 18px;
}
h1 {
	font-size: 20px;
	font-weight:normal;
}
#container_full {
	position: relative;
	min-height: 100%;
}
#container {
	margin: 0 auto;
	width: 980px;
	min-height: 600px;
	padding-bottom: 130px;
}
#header {
	width: 980px;
	position: relative;
	z-index: 10000;
	height: 100px;
}
#header_option {
	position: relative;
	z-index: 1000;
	height: 299px;
	width: 980px;
	background-image: url(images/option_head.gif);
	background-repeat: repeat-x;
}
#header_option_info {
	width: 500px;
	padding: 20px;
	height: 255px;
	color: #fff;
}
#header_option_info p {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	padding-left: 10px;
}
#header_option_info p label {
	width: 5em;
	float: left;
	font-weight: bold;
}
#header_option_pic {
	width: 373px;
	height: 296px;
	position: absolute;
	right:3px;
	top: 1px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	position: absolute;
	bottom: 1px;
	left: 170px;
	height: 25px;
	width: 700px;
}

.nav li {
	list-style: none;
	height: 80px;
	float: left;
	margin-left: 1px;
}

.nav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	display: block;
	color: #715f41;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
}

.nav li a:hover {
	background: #c8eb3f;
	text-decoration: none;
}
#main_body {
	padding: 10px;
	width: 960px;
}
.news_title {
	font-size: 14px;
	font-weight: bold;
	color: #685324;
}
.news_body {
	margin: 10px 0;
	line-height: 18px;
}
#footer {
	position: absolute;
	width: 100%;
	min-height: 120px;
	margin: 0;
	bottom: 0;
	background-image: url(images/option_head.gif);
	background-repeat: repeat-x;
}
#footer ul {
	list-style: none;
	color: #333;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
}
#footer ul li { 
	display: inline;
	font-size: 12px;
	color: #fff;
}
#footer ul li a {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #c8eb3f;
}
.clear {
	clear: both;
}