
/* Layout Stylesheet */ 

body {
 background:#888888;
 padding:0;}

#outer {
 width:650px;
 margin:auto;}

#hdr {
 height:130px;
 background:#888888;}

#hdr_for_index_page {
 height:210px;
 background:#888888;}

#date_bar {
 height:15px;
 background:#888888;}

#bodyblock {
 width:650px;
 height:auto; 
 position:relative; 
 background:#888888;}

#links_bar {
 width:650px;
 height:50px;
 position:relative; 
 background:#888888;}

#login_bar {
 width:650px;
 height:15px;
 position:relative; 
 background:#888888;}

#ftr {
 width:650px;
 height:auto;
 background:#888888;}
 
#counter_bar {
 width:650px;
 height:15px; 
 background:#888888;}
