html, form, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl {
	margin:0;
	padding:0;
}
body {
	color:#ddd;
	background:#222;
	font:76%/140% Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	white-space:normal;
	word-break:break-all;
	text-align:center;
}
ul{
	list-style:none;
}
a{
    color:#ddd;
	text-decoration:none;
}
a:hover{
    color:#fff;
    text-decoration:underline;
}

a.uline{
    text-decoration:underline;
}

.gray,.gray a{
	color:#999
}

#header{
	text-align:center;
	background:#111;
	border-bottom:1px #333 solid;
	height:40px;
}
.headerbox{
	margin:0 auto;
	width:960px;
}
.logo{
	float:left;
	width:250px;
	text-align:left;
	padding:5px 0 0 0;
}
.logo a{
	color:#8EC43E;
	font:bold 20px verdana;
	text-decoration:none;
}
.logo a:hover{
	color:#7DAF41;
}
.menu{
	float:right;
	width:700px;
	text-align:right;
	padding:12px 0 0 0;
}
.menu li{
	float:left;
	margin-left:1.4em;
	list-style:none;
}


#main{
	clear:both;
	margin:10px auto;
	width:960px;
	text-align:left;
}


#home_left{
	float:left;
	width:400px;
}
#home_right{
	float:right;
	width:528px;
	padding:0 0 0 30px;
	border-left:1px #333 solid;
	min-height:540px;
	_height:540px;
}

#home_left h2{
	clear:both;
	font-size:120%;
	margin:20px 0 5px 0;
	border-bottom:1px #333 solid;
}
#home_left ul li{
	float:left;
	width:33%;
	padding:2px 0;
}


#left{
	float:left;
	width:140px;
}
#center{
	float:left;
	width:618px;
	padding:0 0 0 20px;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	min-height:540px;
	_height:540px;
}
#right{
	float:right;
	width:160px;
	padding:0 0 0 20px;
}

#view_left{
	float:left;
	width:758px;
	padding:0 20px 0 0;
	border-right:1px #333 solid;
	min-height:540px;
	_height:540px;
}
#view_left h1,#center h1{
	font-size:130%;
	margin:10px 0;
	border-bottom:0px #333 solid;
}
#view_left h1{
	float:left;
	width:580px;
}
.prenet{
	float:right;
	width:170px;
	padding:12px 0 0 0;
	text-align:right;
}
.imgcon{
	float:right;
	width:40%;
	padding:12px 0 0 0;
	text-align:right;
}
.prenet a, .imgcon a{
	background:#350;
	margin-right:5px;
	padding:2px 5px;
}
.prenet a.index{
	background:#530;
} 
.viewimg{
	clear:both;
	text-align:center;
	padding:5px 0;
	background:#111;
	margin-bottom:10px;
	border:1px #333 solid;
}
.viewimg img{
	border:5px #fff solid;
}

.dec{
	float:left;
	width:58%px;
	padding:12px 0 0 0;
}

.menu2{
}

.menu2 ul{
	list-style:none;
	margin:0;
	padding:0;
}
.menu2 ul li{
	padding:2px 0;
}
.menu2 ul li a{	
    text-decoration:underline;
}

.sublist{
}
.sublist ul{
	list-style:none;
}
.sublist li{
	float:left;
	width:33%;
	display:table-cell;
	padding:10px 0;
}
.sublist li .sublist_img{
	background:url(/images/bg_sub.gif) no-repeat left top;
	padding:7px 0 0 7px;
	height:101px;
}
.sublist li .sublist_img img{
	border:0;
	width:130px;
}
.subtitle{
	width:140px;
	font-size:10px;
	line-height:10px;
	padding:5px 5px 0 0;
	height:22px;
	overflow:hidden;
}
.catatitle{
	padding:5px 5px 0 5px;
	height:22px;
	font-weight:bold;
}
.subtitle a{
	color:#888;
}
.subtitle a:hover{
	color:#aaa;
	text-decoration:none;
}

.subview_list ul{
	list-style:none;
}
.subview_list li{
	float:left;
	width:33%;
	display:table-cell;
	height:170px;
	margin:10px 0;
	overflow:hidden;
}

.subview_list img{
	border:6px solid #fff;
}
.subview_title{
	display:none;
}

.pagelink{
	clear:both;
	text-align:center;
	border-top:1px #333 solid;
	margin:15px 0;
	padding:5px;
	color:#222;
	letter-spacing:-1px;
}
.pagelink u{color:#fff;text-decoration :none;background:#8EC43E;border:1px #6F9F40 solid;padding:2px 5px 2px 5px;line-height:28px}
.pagelink a{text-decoration:none;background:#555;border:1px #666 solid;padding:2px 5px 2px 5px;line-height:28px}
.pagelink a:hover{text-decoration:none;background:#222;border:1px #777 solid;}

#footer{
	clear:both;
	text-align:center;
	background:#111;
	border-top:1px #333 solid;
}
.footerbox{
	margin:0 auto;
	width:960px;
	padding:5px;
	font-size:11px;
	color:#888;
}

.hackbox {border-top:0px solid transparent !important;margin-top:-1px !important;margin-top:0px;clear:both;visibility:hidden;}