* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: arial;
  font-size: 11px;
  color: #f0f0f0;
  background-color: #000000;
  background-image: url(image-bg/team-bg-index-5.jpg);
  background-repeat: no-repeat;

  
 }
 

 
 .head {
 height: 100px;
 padding-left: 0px;
 padding-top: 10px;
  
 }
 
 
 .left a {
	float:left;
	padding-top: 15px;
	width: 180px;
	height: 20px;
	font-family: arial;
	font-size: 14px;
	color: #f0f0f0;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	
	}

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 4px;
  font-family: arial;
  font-size: 14px;
  color: #ffaa00;
  text-decoration: none;
  width: 180px;
  height: 23px;
  float: left;
}

.left ul li a:hover {
  background: #ebe1c6;
  border: 1px solid #999;
 }
 
 .left ul li.active a {
  color: #999;
  background: #ebe1c6;
 }
 
 .right {
  padding-left: 200px;
  padding-top: 10px;
}


 
 .right img:hover {
  border: 0px solid #ff00aa;
  
 }
 
 .block {
  margin-top: 10px;
  height: 100px;
  width: 600px;
 }
 
h1 {
  font-size: 14px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 12px;
  color: #999;
 }
 
a {
  color: #999;
  text-decoration: underline;
 }
 
a:hover {
  text-decoration: underline;
  color: #ee7f00;
 }
 
 .content {
  padding-left: 75px;
  width: 600px;
 }
  
.hide {
	font-size: 1px;
	color: #FFFFFF;
}
