


body { margin:0px; background:white; text-align:center;  }

div#head1   { display:none; }
div#head2   {  width:100%; height:45px; }




h1 { width:100%; }


div#head2 ul    { float:right; width:160px; }
li#buy, li#rent, li#advertise  { float:right; }






div#head_menu     {  width:100%; border-top:2px solid black; }

div#mid_tophome  { width:100%; background:none; }
div#mid       { width:100%; background:none; }



div#bottom1 { width:100%; background:none; }
div#bottom_content  { width:100%; background:none; border-top:2px solid black; border-bottom:2px solid black; }

div#bottom2 { width:100%; background:none; }
div#bottom3 { display:none;  }


body.buy       div#bottom_content { border-color:#F8931F; }
body.rent      div#bottom_content { border-color:#F4BB3A; }
body.advertise div#bottom_content { border-color:#6E7DB4; }


body.buy       div#head_menu { border-color:#F8931F; }
body.rent      div#head_menu { border-color:#F4BB3A; }
body.advertise div#head_menu { border-color:#6E7DB4; }



li#buy, li#rent, li#advertise { display:none; background:none;}
body.buy       div#head2 li#buy       { display:block;  }
body.rent      div#head2 li#rent      { display:block;  }
body.advertise div#head2 li#advertise { display:block;  }


div.q300        { background:blue; width:35%; }
div.q300 div.t  { background:blue; width:100%; }

div.q350        {  margin:10px 1px 10px 1px; padding:0px;  }

.noprint { display:none; }




