body {
	background-image: url(/images/solid_earth_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	padding: 0px;
}
body > div {
	margin: 0 auto;
	width: 1000px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
	list-style-type: none;
}
.img_grey_border{
	border: 1px solid #CCC;
}
.red_title {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.grey_12 {
	color: #666;
	text-align: left;
	line-height: 150%;
	padding-bottom: 8px;
	height: 70px;
}

#navigation {
	margin-top: 18px;
	height: 40px;
	padding-left: 130px;
	line-height: 40px;
	margin-bottom: 205px;
	float: left;
}
#main #navigation ul li {
	width: 108px;
}
#main #navigation ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 106px;
	display: block;
	background-image: url(/images/solid_earth_nav-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#main #navigation ul li a:hover {
	color: #000;
	background-color: #FC0;
}
#main #news {
	float: left;
	width: 630px;
}
#main #news table tr td table tr td a {
	text-decoration: none;
}
#main #news table tr td table tr td a:hover {
	text-decoration: underline;
}

#main #news ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 8px;
}
#main #news li {
	background-image: url(/images/solid_earth_red_t.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: none;
	line-height: 16px;
}
#main #news table tr td table tr td ul li table tr td a {
	color: #333;
	text-decoration: none;
}
#main #news table tr td table tr td ul li table tr td a:hover {
	color: #000;
}
#main #research {
	float: left;
	width: 614px;
	margin-top: 58px;
	padding: 8px;
}
#main #research ul li {
	text-align: left;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main #research ul li table tr td a {
	color: #333;
	text-decoration: none;
}
#main #research ul li table tr td a:hover {
	color: #000;
	text-decoration: underline;
}
#main #member_list {
	float: right;
	width: 338px;
	margin-top: 30px;
	line-height: 47px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
#main #member_list ul li {
	float: none;
}
#main #member_list ul li a {
	color: #FFF;
	text-decoration: none;
}
#main #member_list ul li a:hover {
	color: #FF9;
}
#bottom {
	height: 150px;
}