@charset "UTF-8";
/* CSS Document */
html {
  height: 100%; 
}
BODY {
	BACKGROUND-COLOR: #2b2b2b;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12PX;
	COLOR: #000;
	WIDTH: 1006PX;
	MARGIN-RIGHT: AUTO;
	MARGIN-LEFT: AUTO;
	BACKGROUND-IMAGE: URL(images/bg0.jpg);
	BACKGROUND-POSITION: CENTER TOP;
	BACKGROUND-REPEAT: NO-REPEAT;
	MARGIN-TOP: 0PX;	/* right: 020px; */
	min-height: 100%;
	line-height:14px;
	}
#top {
	BACKGROUND-COLOR: #9ee244;
	FONT-SIZE: 12PX;
	color: #000;
	width: 766px;
	margin-right: 120px;
	margin-left: 120px;
	display: block; */
	text-align: center;
	height: 20px;
	white-space: nowrap;
	line-height: 100%;
	padding-top: 4px;
	font-weight: bold;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	}
#top2 {
	BACKGROUND-COLOR: #2b2b2b;
	width: 1006px;
	margin-right: AUTO;
	margin-left: AUTO;
	display: block;
	height: 20px;
	line-height: 100%;
	padding-top: 6px;
	MARGIN-TOP: 12PX
}
#user {
	BACKGROUND-COLOR: #ddd;
	FONT-SIZE: 11PX;
	COLOR: #000;
	display: inline;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	margin-left: 14px;
	margin-top: 13px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	border-bottom-color: #666;
	border-bottom-style: solid;
}
#user2 {
	BACKGROUND-COLOR: #aaa;
	FONT-SIZE: 11PX;
	COLOR: #000;
	display: inline;
	line-height: 20px;

	font-weight: bold;
	margin-left: 14px;
	margin-top: 4px; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;	
}

#user2 a:link {
	BACKGROUND-COLOR: #aaa;
	FONT-SIZE: 11PX;
	COLOR: #000;
	display: inline;
	line-height: 17px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;	
	border-bottom-color: #888;
	border-bottom-style: solid;
}
#user2 a:over {
	BACKGROUND-COLOR: #fff;
	FONT-SIZE: 11PX;
	COLOR: #0f0;
	display: inline;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;	
}

.menu a:link {BACKGROUND-COLOR: #fff; color:#f00}
.menu a:visited {BACKGROUND-COLOR: #fff;}
.menu a:hover {BACKGROUND-COLOR: #fff;}
.menu a:active {BACKGROUND-COLOR: #fff;}

#date {
	text-align: right;
	font-size: 11px;
	padding-right: 14px;
	color: #9ee244;
	margin-top: 24px; 
}

#warpercontent {
	BACKGROUND-COLOR: #FFF;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12PX;
	COLOR: #000;
	width: 1006px;
	margin-right: AUTO;
	margin-left: AUTO;
	margin-top: 16px; 
	/* display: block; */
	/* min-height: 92vh; */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-top: 26px;
	min-height: 90vh;
}
#content {
	width: 945px;
	margin-right: AUTO;
	margin-left: AUTO;
}
#footer{
	background-color: #2b2b2b;
	height: 40px;
	/* text-align: center; */
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #fff;
}
.copyright{
	color: #fff
}
TD.HILITE { BACKGROUND-COLOR: #CCC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#search {
	border-radius: 6px;
	BACKGROUND-COLOR: #eee;
	margin-right : 20px;
	padding: 4px;
}
.searchbox {
	border-top: solid 2px rgb(135,135,135);
	background-image: url(../images/lens.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	}
.searchnote {
	border-top: solid 2px rgb(135,135,135);
	background-image: url(../images/lens.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	display: block;
	right: 0px;
	}	