.inner{
  font-size:9px;
  color:#777777;
}

h1{
  font-size:14px;
}

#content{
  width:800px; height:620px; border-left:1px solid #999999; border-right:1px solid #999999; margin:auto; overflow:hidden;
}
#bordertop{
  width:800px; height:0px; background:url('../layout/border_top.jpg');
}
#header{
  width:800px; height:33px; background:url('../layout/header.png'); float:left;
}
#menu{
  width:265px; height:300px; background:url('../layout/menu.png'); float:left;
}
#main{
  width:523px; height:300px; background: #fff9eb; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; overflow:auto; padding-right:12px; text-align:justify;
}
#bottom{
  width:800px; height:65px; background:url('../layout/bottom.png') #373d2f; background-repeat:no-repeat; float:left;
}

#main a{
  color: #ff6600;
  text-decoration:underline;
}

#main a:hover{
  color: #ff6600;
  text-decoration:none;
}