body {
 padding: 0px;
 margin: 0px;
 background-color: #efefef;
 font-size: 12px;
 font-family: arial,verdana,geneva;
 word-spacing: 2px;
 /*line-height: 14px;*/
 }

#frtop {
 width: 864px;
 height: 88px;
 background-image: url(images/title.gif);
 background-repeat: no-repeat;
 }

#frmbar {
 width: 864px;
 height: 24px;
 background-image: url(images/menubar.gif);
 background-repeat: no-repeat;
 }

#frrep {
 width: 864px;
 background-image: url(images/rep.gif);
 background-repeat: repeat-y;
 }

#frbot {
 width: 864px;
 height: 11px;
 background-image: url(images/bot.gif);
 background-repeat: no-repeat;
 }

#content {
 text-align: left;
 padding: 20px;
 }

#goog-ad {
 position: relative;
 width: 628px;
 height: 15px;
 overflow: hidden;
 padding-top: 3px;
 } #goog-ad #panel {
 position: absolute;
 left: -100px;
 }

#post-frame {
 border: 1px solid #6192d2;
 width: 700px;
 text-align: left;
 } #post-frame #post-header {
 border-bottom: 2px solid #6192d2;
 background-color: #d4e4f4;
 padding: 3px 3px 3px 10px;
 } #post-frame #post-header a {
 font: bold 13px arial;
 color: blue;
 text-decoration: none;
 } #post-frame #post-body {
 padding: 10px;
 }