*{
	margin: 0;
}

img{
	border:0;
}

a{
	text-decoration:none;
}

ul {
	margin:0px;
	padding:0px;
}

body{
	background-color: #fff;
	font-family: 'Arial';
	font-size: 11px;
	color: #8F8C93;
}

.clear{
	clear: both;	 
}

.fleft{
	float:left;	
}

.fright{
	float:right;	
}	

.menu{
	list-style:none;	
}	

#header{
	background: url('../img/header_bg.jpg') repeat-x;
	height:254px;
	border-bottom:1px solid #fff;	
}

#header .top{
	background: url('../img/header_top.jpg') repeat-x;
	height:254px;
	width:1000px;
	margin: 0 auto;
}

#content{
	background: url('../img/content_bg.jpg') repeat-x;
	min-height:500px;	
}

#wrapper{
	width:1000px;
	margin: 0 auto;	
}

#center{
	min-height:400px;
}	

#center ul.menu{
	background: #688DC8 url('../img/center_ul_bg.jpg') no-repeat;
	width:218px;
	text-align:right;
	margin-top:-9px;
	padding:30px 0 20px 0;
}

#center ul.menu li a{
	background: #688DC8 url('../img/center_ul_arrow_l.gif') no-repeat 99% 50%;
	color: #fff;
	font-size:13px;	
	padding: 8px 20px 8px 15px;
	border-bottom: 1px solid #fff;
	display:block
}

#center ul.menu li a.selected{
	background: #688DC8 url('../img/center_ul_arrow_d.gif') no-repeat 99% 50%;
	font-weight:bold;
	text-decoration:underline;

}

#center ul.menu li{
	padding: 2px 8px 0 8px;
}

#center ul.submenu{
	list-style:none;
}

#center ul.submenu li {
	padding: 2px 5px 0 5px;
}

#center ul.submenu li a{
	background: #688DC8 url('../img/center_ul_ul_arrow_l.gif') no-repeat 99% 50%;
	border-bottom: none;
	padding: 7px 15px 7px 15px;
	font-size:11px;
}

#center ul.submenu li a.selected{
	background: #688DC8 url('../img/center_ul_ul_arrow_l.gif') no-repeat 99% 50%;
	font-weight:normal;
	text-decoration:underline;
}

#text{
	width:765px;
	margin-left:17px;	
}

#text h2{
	background: url('../img/center_h2_bg.png') no-repeat 2% 50%;
	color: #74369A;
	padding: 20px 0 20px 40px;
	border-bottom: 1px solid #ADB0BE;
}

#text .con{
	padding: 10px;
	font-size: 12px;
}


#text .box{
	width:145px;
	min-height:294px;
	margin-left:64px;
	margin-right:24px;
	margin-top:15px;
	margin-bottom:10px;
	background-color: #F3F3F3; 
}

#text .box h3{
	color: #674591;	
	padding:4px;
	font-weight:normal;
	font-size:11px;
}	

#text .box h4{
	color: #7B7386;	
	font-size:10px;
	font-weight:normal;
	padding:15px 5px 5px 5px;
}

#text .box .more{
	width:145px;
	height:16px;
	background: url('../img/center_box_more.png') no-repeat;
	text-align:center;
	padding-top:3px;
}

#text .box .more a{
	color: #fff;	
}	

#text .box .inner{
	min-height:275px;
}

#text .box img{
	border: 3px solid #9C84BB
}	

#footer{
	background: #fff url('../img/footer_bg.jpg') no-repeat;
	height:133px;
	width:1000px;
	color: #8F8C93;
	margin-top:25px;
}

#footer a{
	color: #8F8C93;	
}	

#footer .menu li{
	display:inline;
	margin-right:10px;
}

#footer .menu li a:hover,#footer .menu li a.selected{
	text-decoration:underline;
}

#copyright,#author,#footer .menu{
	margin-top:30px;
	line-height:16px;
	padding: 10px 0;
}

#copyright,#author{
	width: 200px;
}

#footer .menu
{
	margin-top:40px;
	display:inline;
	margin-left:30px;
	margin-right:20px;
}

#copyright{
	text-align:right;
	padding-right:30px;
	border-right: 1px solid #D6D7DE;
}

#author{
	text-align:left;
	padding-left:30px;
	border-left: 1px solid #D6D7DE;
}

#author a{
	font-weight: bold;
}
