html{
	font-family: "Gill Sans", sans-serif;
}
.wrap{
	width: 720px;
	margin: 0 auto;
}

.title_wrap{
	display: inline-block;
	width: 550px;
	margin-left: 10px;
	vertical-align: top;
}

.title_wrap h1{
	font-size: 20px;
	color: blue;
}

.title_wrap h1 span{
	float: right;
    color: #333333;
	font-size: 14px;
}

.title_wrap h1 a{
	font-size: 12px;
}

.title_wrap p{
	font-size: 16px;
}

a{
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    border-bottom: 1px dotted #333333;
    font-family: arial;
}

a:visited {
    text-decoration: none;
    color: #333333;
    border-bottom: 1px dotted #333333;
}

a:hover, a:visited:hover {
    color: #000096;
    border-bottom: 1px dotted #000096;
}

.main{
	margin-top: 60px;
    font-size: 14px;
}

.main p {
	margin: 0;
}

.nav{
	display: inline-block;
	width: 110px;
	vertical-align: top;
	margin-right: 50px;
}

.nav p{
	text-align: right;
	margin-bottom: 15px;
}

.mainRight {
	display: inline-block;
	width: 550px;
}


.mainRight>p{
	margin-bottom: 15px;
	width: 450px;
}

.mainghhuRight {
	display: inline-block;
	width: 550px;
}


.mainghhuRight>p{
	margin-bottom: 15px;
	width: 550px;
}

.mainRight .marginT30{
	margin-top: 30px;
}

.footer{
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	color: #999;
}

.main > h4{
	color: #CC3300;
	margin-left: 165px;
	font-size: 14px;
}

.clear{clear:both}


ul{
	padding: 0;
	margin: 0;
}

.members ul, .news ul{
	margin: 20px 0;
	list-style: none;
}

.members li img, .news li img{
	vertical-align: top;
}

.members li .member_info, .news li .member_info{
	width: 385px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 0px;
}

.members li, .news li{
	margin-bottom: 10px;
}

.members table a{
	font-weight: bold;
}

.member_info a{
	color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    border-bottom: 1px dotted #333333;
    font-family: arial;
}

.member_img{
	width: 200px;
	display: inline-block;
}

.acknowledge h4{
	margin-bottom: 0;
}

.acknowledge .text a{
	font-weight: bold;
	color: #000;
}