body {
	margin: 0px;
	font-size: 14px;
	background-color:#000
}
#menu {
	background-color: #663300;
	height: 28px;
	color: #FFFFFF;
	width: 1000px;
	background-image: url(images/menu_bg.gif);
	font-weight: bold;
}
#menu ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	float:left;
	width: 712px;
}
#menu li {
	float: left;
	height: 22px;
	margin: 0px 3px;
	padding: 5px 18px 0px;
	letter-spacing: 1px;
}
#main {
	background-color: #4C1C04;
	width: 1000px;
	margin:auto
}
#left {
	width: 300px;
	float: left;
	
}
#left_tit {
	width: 260px;
	height: 20px;
	background-image: url(images/left01_titbg.gif);
	color: #FBF407;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 6px 0px 0px 40px;
}
#left_main {
	background-image: url(images/left01_mainbg.gif);
	width: 260px;
	padding: 20px;
	line-height: 22px;
}

#right {
	width: 680px;
	float: left;
}
#right_main {
	background-image: url(images/right_main.gif);
	padding: 10px 20px;
	line-height:200%
}
h1 {
	color: #960F09;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding:0px;
	margin:0px
}
h4 {
	font-size: 12px;
	text-align: center;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#666666
}
a:link{
	color:#900;
	font-size:12px;
	text-decoration:none
	}
a:visited{
	color:#900;
	text-decoration:none;}
a:hover{
	color:#960;
	text-decoration:underline;}