#outline{
  margin:0 auto; width:800px;border-left:0px solid #fff;border-right:0px solid #fff;
}
#header{
  width:100%;
}
#content{
  width:100%;

}
#menu{
  float:left;
  width:175px;
  height:100%;
  background-color:#ddd;
}
#main{
  float:left;
  width:625px;
  background-color:#FFF;
}
#main_text{
  float:right;
  width:600px;
}
#topbody{
  float:left;
  width:470px;
  height:100%;
  padding:20px 20px 20px 20px;
}#toppic{
  float:right;
  width:320px;
  height:100%;
}
#my_body {
width : 800px ;
}
#left {
width: 20px;
float: left;
}
#middle {
width: 560px;
float: left;
background-color:#F3F7E6;
padding:0px 20px 20px 20px;
}
#middle_w {
width: 560px;
float: left;
padding:0px 20px 20px 20px;
}
#right {
width: 220px;
float: left;
}
#footer {
width : 100% ;

clear: both;
}

