body {
	text-align: center;
	background: url(images/page_bg.jpg) repeat;
}
body, th, td, p, div, a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #303030;
}
h3 {
	color: #8D3985;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
}
p {
	margin: 0px;
	padding: 3px;
	text-align: justify;
}
#container {
	text-align: left;
	margin: 0px auto;
	width: 765px;
}
#header {
	height: 117px;
	background: url(images/header.jpg) center no-repeat;
}
#header_l {
	height: 117px;
	background: url(images/header_left.gif) left no-repeat;
}
#header_r {
	height: 117px;
	background: url(images/header_right.gif) right no-repeat;
}
#header ul {
	margin: 0px;
	padding: 90px 0px 0px 0px;
	list-style: none;
}
#header ul li {
	display: inline;
}
#header ul li a {
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px;
	border-left: 1px #FFFFFF solid;
}
#header ul li a.first {
	border-left: none;
}
#header ul li a:hover {
	color: #FF9900;
}
#contents {
	margin: 10px 0px;
	color: #000000;

}
#contents_t {
	background: url(images/contents_top.gif) top no-repeat;
	margin-top: 10px;
	height: 15px;
}
#contents_b {
	background: url(images/contents_bottom.gif) bottom no-repeat;
	margin-bottom: 10px;
	height: 15px;
}
#contents_c {
	background: url(images/contents_center.gif) repeat-y;
	padding: 0px 10px;
	height: auto;
}
#bannertop {
	background: url(images/boxbanner_center.jpg) repeat-x;
	height: 159px;
}
#bannertop_l {
	background: url(images/boxbanner_left.jpg) left no-repeat;
	height: 159px;
}
#bannertop_r {
	background: url(images/boxbanner_right.jpg) right no-repeat;
	height: 109px;
	margin-left: 142px;
	padding: 25px 0px;
}
#footer {
	margin-top: 10px;
	padding: 5px;
	border-top: 2px #964A8A solid;
}
#copyright {
	color: #4F4F4F;
	font-size: 10px;
}
