
/* Layout Stylesheet */ 

body {
 margin:5px;
 background:#f9fcfa;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:720px;
 margin:auto;
 }

#hdr {
 height:76px;
 background:#f9fcfa;
 background-image:url(images/head_bground.gif);
 color: #333333;
 text-align:left;
 }

#bar {
 height:20px;
 background:#eeeeee;
 color: #333333;
 border-top: 1px solid #000000;
 text-align:right;
 padding: 3px;	
 }

#bodyblock {
 position:relative;
 background: #f4f4ee;
 color: #333333;
 width:720px;
 padding:0;
 }

#l-col {
 float:left;
 background:#f4f4ee;
 color: #333333;
 width:175px;
 text-align:left;
 line-height: 16px;
 padding: 8px;
 }

 #posts {
 background:#eeeeee;
 color: #333333;
 width:155px;
 text-align:left;
 line-height: 16px;
 border: 1px solid #f9fcfa;
 margin-left: 12px;
 }

#links {
 background:#eeeeee;
 color: #333333;
 width:155px;
 text-align:center;
 line-height: 16px;
 border: 1px solid #f9fcfa;
 margin-left: 12px;
 }
 
 #linksa {
 background:#ededed;
 color: #333333;
 width:155px;
 text-align:left;
 line-height: 16px;
 border: 1px solid #f9fcfa;
 margin-left: 12px;
 }
 
#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:dashed #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 padding: 15px;
 }

#ftr {
 height:25px;
 background:#eeeeee;
 color: #333333;
 border:solid black;
 border-width:0 0 1px 0;
 margin:0;
 padding: 5px 0 0 0;
 }