#outline{
  margin:0 auto; width:800px;border-left:0px solid #fff;border-right:0px solid #fff;
}
#header{}
#content{
  height:100%;
}
#menu{
  float:left;
  width:175px;
  height:100%;
  background-color:#ddd;
  line-height: 120%;
}
#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	list-style: none;
	margin: 1em;
	padding: 0;
	}

#menu ul li.menu1 {
	border: solid 1px #ffffff;
	}

#menu ul li a {
	color:#666666;
	text-decoration: none;
	}

#menu ul li a:hover {
	color:#666666;
	/*text-decoration: underline;*/
	border-bottom: solid 2px orange;
	}

#main{
  float:left;
  width:625px;
  background-color:#FFF;
}
#main_text{
  float:right;
  width:600px;
}
#topbody{
  float:left;
  width:400px;
  height:100%;
}#topnews{
  float:left;
  width:225px;
  height:330px;
  background-color:#ddd;
}