body {
	margin: 0;
	padding: 0;
	background: #666;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #F7C73E;
}
h2 { text-align: center;}
a { color: #FFFF99; text-decoration: none;}
a:hover {color: #f5f3d0; text-decoration: underline;}
.failed {
	color: #FF3300;
	font-weight: bold;
}
#warper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #272626 url(images/bg.gif) left repeat-y;
	overflow: hidden;
}
.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}
/*HEADER*/
#header {
	height: 276px;
	overflow: hidden;
}
#header img { border: 0;}
#leftheader {
	float: left;
	width: 227px;
	height: 276px;
	background: url(images/logo.gif) no-repeat;
	overflow: hidden;
}
#rightheader {
	float: right;
	width: 623px;
	overflow: hidden;
}
#rightheader .slogan {
	height: 31px;
	overflow: hidden;
}
#rightheader .banner {
	height: 220px;
	background: url(images/banner.gif) left no-repeat;
	overflow: hidden;
}
#menu {
	float: left;
	width: 516px;
	height: 25px;
	background: url(images/menu_bgr.gif) repeat-x;
	overflow: hidden; 
}
#menu ul { padding: 0; margin: 0;}
#menu li { 
	list-style-type: none;
	display: inline;
	float: left;
	font-weight: bold;
}
#menu li a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	color: #F7C73E;
	text-decoration: none;
}
#menu li a:hover {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	background: #666666;
	color: #F7C73E;
	text-decoration: none;
}
#menu .active {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	background: #666666;
	color: #F7C73E;
	text-decoration: none;
}
#rightmenu {
	float: right;
	width: 107px;
	height: 25px;
 	background: url(images/right.gif) no-repeat;
	overflow: hidden;
}

/*LEFTBOX*/

#leftbox {
	float: left;
	width: 227px;
	background: url(images/leftbox.gif) top no-repeat;
	overflow: hidden;
}
#leftbox .category {
	padding: 40px 4px 10px 5px;
	overflow: hidden;
}
#leftbox .category ul {
	margin: 0;
	padding: 0;
}
#leftbox .category li {
	list-style-image: url(images/category_bullet.gif);
	font-weight: bold;
	margin: 0 0 0 23px;
}
#leftbox .category li a {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #F7C73E;
	font-size: 12px;
	border-bottom: #666666 1px dashed;
	text-decoration: none; 
}
#leftbox .category li a:hover {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #F7C73E;
	background: #666666;
	border-bottom: #666666 1px dashed;
	text-decoration: none; 
}
#leftbox .active {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #F7C73E;
	background: #666666;
	border-bottom: #666666 1px dashed;
	text-decoration: none; 
}
#leftbox .left_module {
	padding: 0 4px 10px 10px;
	overflow: hidden;
}

#leftbox .module_head {
	height: 24px;
	line-height: 24px;
	background: url(images/m.gif) repeat-x;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #F7C73E;
}
#leftbox .module_content {
	padding: 10px 0 0 5px;
	overflow: hidden;
}


/*RIGHTBOX*/
#rightbox {
	float: right;
	width: 622px;
	overflow: hidden;
}
#mainbody {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	/*font-size: 12px;*/
}
#mainbody p { text-align: justify;}
#mainbody .module_panel {
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#mainbody .module_title {
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	background: #272626;
	font-weight: bold;
	color: #F7C73E;
}

#mainbody .page_name {
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	background: #333333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #F7C73E;
}

#mainbody .post_title {
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	background: #272626;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #F7C73E;
}
#mainbody .read_title {
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	background: #333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #F7C73E;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
}

#mainbody .module_txt {
	padding: 5px;
	line-height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
	color: #F7C73E;
}
#mainbody  .img_intro {float: left; margin: 5px; width: 185px;}

/*FOOTER*/
#footer {
	border-top: #000000 2px solid;
	margin-left: 5px;
	padding: 5px;
	overflow: hidden;
	color: #F7C73E;
	text-align: center;
}
#footer .leftfootercontent {
	float: left;
	width: 220px;
	padding-top: 25px;
}
#footer .rightfootercontent {
	float: right;
	width: 600px;
	color: #F7C73E;
	line-height: 15px;
	overflow: hidden;
}
#footer .rightfootercontent h3 {
	font-size: 10px;
	font-weight: bold;
	color: #F7C73E;
}
#footer .rightfootercontent label { font-weight: bold;}


.gallery { margin: 0; padding: 0;}
.gallery li {
	display: inline;
	float: left;
	width: 230px;
	height: 250px;
	margin: 10px;
	list-style-type: none;
	padding-left: 4px;
	overflow: hidden;
}
.gallery li img { border: #FFCC00 1px solid;}

#page{text-align:center;margin:5px auto;line-height: 150%;padding: 3px;}
a.page{border:1px solid #888;color:#888;font:normal 11px Tahoma;padding:3px 6px}
a.page:hover{border:1px solid #bdbd40;color:#bdbd40;font:normal 11px Tahoma;padding:3px 6px}
#current-page{background:#f5d0d0;border:1px solid #f6b9b9;color:#f00;font:bold 11px Tahoma;padding:3px 6px}
