body{
	font-size:12px;
	margin:0;padding:0;
	text-align:center;
}

.clear{clear:both}
.txt_right{text-align:right}
.red{color:#f00}
.center{text-align:center}

p{margin:3px 10px}

#body{
	width:795px;
	border:6px solid #966;
	margin:10px auto;
}

#head{
	with:795px;
	height:169px;
	background:url(img/head.gif) no-repeat;
	border-bottom:15px solid #966;
}

#head h1,#head h1 a{
	margin:0;padding:0;
	text-indent:-9999px;
	width:354px;
	height:66px;
	display:block;
}

#head_tbl{
	border-collapse:collapse;
	float:right;
	position:relative;
	top:-39px;
	right:23px;
	font-size:14px;
	margin:0;
	font-weight:bold;
	color:#f36;
	text-align:right;
}

#content{
	padding:15px 0 0;
}

#right{
	width:580px;
	float:right;
	position:relative;
	right:8px;
	text-align:left;
}

h2#info_top{
	width:576px;
	height:22px;
	display:block;
	text-indent:-9999px;
	background:url(img/info.gif) no-repeat;
	margin:0;padding:0;
}

h2.sub_title{
	background:url(img/titlebar.gif) no-repeat;
	font-size:20px;
	width:574px;
	height:32px;
	display:block;
	color:#f00;
	padding:6px 0 0 25px;
	margin-top:0;
}

#info{
	width:574px;
	height:50px;
	overflow:auto;
	background-color:#fcf;
	border:1px solid #f9f;
}

#main{
	margin:10px 0;
}

#index{
	float:right;
	margin-right:5px;
	text-align:right;
	width:390px;
}
#index p{margin:10px}

#left{
	width:190px;
	float:left;
	position:relative;
	left:8px;
}

#menu_h{
	background:url(img/menu_h.gif) no-repeat;
	width:184px;
	height:15px;
}
#menu_m{
	background:url(img/menu_m.gif);
	width:184px;
	padding:2px 0;
}

#menu_m ul,#menu_m ul li{margin:0;padding:0;list-style:none}
#menu_m ul li a{
	background:url(img/menu_list.gif) no-repeat;
	width:160px;
	height:26px;
	display:block;
	color:#fff;
	margin:3px auto;
	padding:6px 0 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
#menu_m ul li a:hover,#menu_m ul li a.active{color:#fc0;}

#menu_f{
	background:url(img/menu_f.gif) no-repeat;
	width:184px;
	height:15px;
}

/*form*/
table#tbl_form{
	border-collapse:collapse;
	border:1px solid #fcc;
	margin:5px auto;
}

table#tbl_form th,table#tbl_form td{
	border:1px solid #fcc;
	padding:3px;
}
table#tbl_form th{
	background-color:#fcc;
	color:#fff;
	border-bottom:solid 1px #fff;
}
table#tbl_form td{
	text-align:left
}