/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial,"Lucida Console", "Lucida Sans Unicode", ËÎÌå, ÐÂËÎÌå,  Verdana, sans-serif;
	font-size:10px;
	color:#666666;
	background-image: url(../images/bg/main.gif);
	background-repeat:repeat
}
#top {
	width: 800px;
	margin:0px auto;
	text-align:center;
	background-color:#000000;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menu {
	width: 800px;
	height:12px;
	font-size:1px;
	margin:0px auto;
	text-align:center;
	background-image:url(../images/bg/menu.gif);
	background-repeat:repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	float: left;
	list-style-type: none;
	padding: 0px 15px;
	margin: 0px;
	background-image: url(../images/menu/r00.gif);
	background-repeat: no-repeat;
	background-position:0px top;
}
#menu ul li img {
	padding-top:3px;
}
#main {
	width: 800px;
	text-align:center;
	background-color:#E8E8E8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main div {
	width: 780px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#main div p{
	padding:8px;
	margin:0px;
}
.title_t{
	height:18px;
	background-color: #999999;
	clear:both;
}
.title_l {
	display:inline;
	float:left;
	color:#333333;
	padding-top:3px;
	padding-left:8px;
	font-weight:bold;
	letter-spacing: 3px;
}
.title_r {
	display:inline;
	float: right;
	width:120px;
	color: #FFFFFF;
	text-align:right;
	background-color: #666666;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.content{
	background-color:#FFFFFF;
	margin-bottom:15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_foot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: 1px;
}
.content_img{
	padding: 0px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
	border: 1px solid #999999;
}
.showpage{
	background-color:#FFFFFF;
	margin-bottom:15px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.tx_red{
	color:#FF0000;
}
#foot {
	width: 800px;
	height:24px;
	margin:0px auto;
	text-align:center;
	background-color:#000000;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#foot img {
	padding-top:8px;
}
