/* 基本样式 */
body {
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	color: #777777; }
	
img {
	border:0px; }
	
A:link {
	color: #777777;
	font-family: Verdana;
	text-decoration: none;}
 
A:visited {
	color: #777777;
	font-family: Verdana;
	text-decoration: none;}
 
A:hover {
	color: #777777;
	font-family: Verdana;
	text-decoration:underline;}
	
/* 下面为空间主体顶部和底部样式 */
.topimg {
	height: 200px;
	padding-top: 25px; }
	
#s_title span{
	font-size:38px;
	font-weight:bold; 
	display: block;
	width: 80%;
	margin: 5px 0 0 20px; }
#s_synopsis span{
	font-size:13px;
	display: block;
	width: 80%;
	margin: 5px 0 0 20px; }

.bodytop {
	height: 30px;
	padding: 7px 7px 0px 7px; }
 
.bodybottom {
	height: 10px; }
  
.gototop {
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	border: solid 1px #CCCCCC;
	width: 25px;
	letter-spacing: -1px;
	cursor: pointer;
	border-bottom: 0px;
	padding: 0px 3px 0px 3px; }

/* 下面为导航栏样式 */
.topmenu1 {
	font-size: 14px;
	width: 60px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 3px;
	cursor: pointer;}
 
.topmenu2 {
	font-size: 14px;
	width: 60px;
	height: 17px;
	text-align: center;
	padding-top: 5px;
	margin-right: 3px;
	cursor: pointer; }
 
.topmenu1 A:link {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold; }
 
.topmenu1 A:visited {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold; }
 
.topmenu1 A:hover {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold; }
 
.topmenu2 A:link {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px; }
 
.topmenu2 A:visited {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px; }
 
.topmenu2 A:hover {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 1px; }
 
.bg { background-color: #FFFFFF; }
 
.ebody {
	padding: 10px 10px 0px 10px; }
	
	




