body {
	font-size:14px;
}

h3 {
font-size:24px;
margin-left:16px;
}
  #nav {
      width:882px;
      margin-left:50px;
      }
    #nav ul {
	  margin:0px;
	  padding-left:0px;
	  list-style:none;
      }
    #nav li {
	  float:left;
	  width:78px;
	  text-align:center;
	  margin-right:2px;
	  font-size:12px;
      }
    #nav a {   
      color:#FFFFFF;
	  text-decoration:none;
	  display:block;
	  margin:2px;
      }

li.sat {
	background-color:#F66;
}
li.live {
	background-color:#09F;
}

h2 {
    margin:14px;
    font-family: Microsoft Yahei;
    font-weight:400;
}
	#container {
    margin-left:50px;
	width:882px;
	float:left;
    }

	#container.live {
	border:dotted 1px #09F;
	}
	#container.live h2 {
	color:#09F;
	}
	#container.sat {
	border:dotted 1px #f66;
	}
	#container.sat h2 {
	color:#f66;
	}
	#content {
    float:left;
	width:630px;
	border-right:dotted 1px #CCCCCC;
	}
	#content ul {
		list-style:none;
	}
	#content li {
		margin:6px;
	}
	#content img {
	border:solid 1px #999999;
	}
	#content img.nob {
	border:none;
	}
	#content table {
	margin:14px;
	font-size:14px;
	}
	#content td img {
	border:none;
	}
    #tab {
	float:right;
	text-align:center;
}
     #tab a img {
		  border:#FFF solid 4px;
}    #tab a:hover img {
		  border:#bc1748 solid 4px;
}
	#tab ul {
	list-style-type:none;
        font-size:12px;
}
	#tab li {
		margin:8px;
	}
	#tab li a {
		color:#000000;
	}
	#tab li a:hover {
		color:#FF0099;
	}

 #footer {
	margin-left:50px;
padding-top:6px;
padding-bottom:10px;
width:882px;
font-size:12px;
clear:both;
text-align:left;
    }
#search {
	float:right;
}
span.purple {
    color:#FF0066;
	font-family:Microsoft Yahei;
	}
span.white {
    color:#FFFFFF;
	font-weight:bold;
	}
span.green {
    color:#339900;
	}
span.small {
    color:#666666;
	font-size:9px;
	}
p {
	margin:14px;
    line-height:20px;
	}
div a {
	color:#000000;
    text-decoration:none;
    }
div a:hover {
    color:#ff0099;
    text-decoration:underline;
    }
.right {
	float:right;
}
