html,body   { 
  height: 100%;
  background-color: #252525;
  /*background-image: url('../img/art.gif');
  background-repeat: no-repeat;
  background-position: bottom right;*/
  margin: 0; 
  padding: 0;
  color: #fff; 
  font-family: Arial, Verdana, Tahoma, sant-serif;  
  font-size: 11px;
  min-width: 850px;
  min-height: 500px;
  }
         
#page { 
  width: 100%;
  background-image: url('../img/bg.gif');
  background-repeat: repeat-x;
  }
    
#col_left {
  width: 110px;
  float: left;
  text-align: right;
  margin-right: 60px;
  }
#col_left, #col_left a { 
  font-family: Tahoma; 
  font-size: 10px; 
  color: #ccc; 
  }
    
#col_right {
  padding: 20px 0 0 0;
  width: 80px;
  float: right;
  text-align: right;
  }
    
#content_wrap {
  width: auto;
  float: left;
  }
#content {
  width: 610px;
  padding: 30px 0 0 0;
  }
.news { margin-bottom: 30px; }
.news_top { width: 500px; height: 8px; line-height: 8px; background-image: url('../img/news_top_1.gif'); background-repeat: no-repeat; } 
.news_mid { width: 500px; background-image: url('../img/news_mid_1.gif'); background-repeat: repeat-y; }
.news_but { width: 500px; height: 25px; height: 25px; background-image: url('../img/news_but_1.gif'); background-repeat: no-repeat; }
.news_mid p { padding: 3px 10px; font-family: Courier New; font-size: 12px; }

  
img { border: 0; }
.b  { border: 1px solid #000; }
.cb { clear: both; }
.low { font-family: Courier New; font-size: 9px; }
a { color: #fff; text-decoration: none; }  
a:hover { text-decoration: underline; color: #fff; }
p, form, input { margin: 0; }
h1  { display: none; margin: 0; padding: 0; }
#ext a  { color: #252525; font-size: 1px; }
.nb { border: 0px; }


#friends {
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #333;
  }
#friends a { color: #ccc }

