@charset "utf-8";
/* CSS Document */
*{
    margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/top_repeat_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #ffffff;
}
div{
	margin:auto;
}

/* head */
#top{
	height:356px;
	width:900px;
}
.laug{
	height:23px;
	width:900px;
	font-family:Verdana;
	font-size:12px;
	color:#333;
}
.laug a {
	color:#333;
	text-decoration:none;
}
.laug a:hover{
	color:#333;
	text-decoration:underline;
}
#menu {
    list-style-type: none;
    width:882px;
    height:44px;
    overflow:hidden;
	background-image:url(../images/menu_repeat_bg.gif);
	background-repeat:repeat-x;
}
#menu li {
	float:left;
	text-align:center;
	width:126px;
	height:44px;
	position:relative;
	font-size:12px;
	font-family: Verdana, "宋体";
	font-weight:bold;
	line-height: 44px;
}

#menu li a {
	font-size:12px;
	text-decoration:none;
    display:block;
    text-align:center;
	color:#fff;
}
#menu li a:hover, #menu li.current {
	font-size:12px;
	text-decoration:none;
	background-image:url(../images/menu_repeat_bg_over.gif);
	background-repeat:repeat-x;
	color:#ea5b22;
}




/* content */
#center{
	background-image:url(../images/center_repeat_bg.gif);
	background-repeat:repeat-y;
	height:auto;
	width:900px;
}
#left_menu {
    list-style-type: none;
    width:191px;
	height:auto;
}
#left_menu li {
	position:relative;
	text-align:left;
	font-size:11px;
	font-family: Verdana, "宋体";
	line-height:34px;
}

#left_menu li a {
	padding-left:40px;
	text-decoration:none;
    text-align:left;
	color:#333;
}
#left_menu li a:hover, #left_menu li.current {
	padding-left:40px;
	display:block;
	text-decoration:none;
	background-image: url(../images/menu_left_over.gif);
	background-repeat: no-repeat;
	width:151px;
	height:34px;
	color:#333;
}

/* foot */
#bottom{
	background-image:url(../images/bottom_repeat_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:150px;
}
.b_center{
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	padding:125px 0 0 0;
	height:25px;
	width:900px;
	font-size:11px;
	font-family: Verdana, "宋体";
	color:#FFF;
	text-align: center;
}
.b_center a{
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.b_center a:hover{
	font-size:11px;
	color:#666;
	text-decoration:none;
}
