
/* Layout Stylesheet */ 



body {
 margin:20px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }


#outer {
/*position:inherit;*/
/* position:relative;*/
 
 text-align:left;
 border:12px double #000000;
 width:800px;
/* margin:auto;*/
/*  left:220px;*/
 }

#hdr {
 height:200px;
 background-color:#FF6600;
 color: #333333;
 }

#bar {
 height:35px;
 background:#000000;
 color: #FF6600;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #333333;
 width:800px;
 padding:0;
 }
 
#newsleft{
position:absolute;
left:10px;
top:75px;
width:200px;
}
#sponsors{
position: fixed;
left:850px;
top:50px;

}
#l-col {
 float:left;
 background:#000000;
 color: #FFFFFF;
 width:130px;
 padding:5px;
 }

#cont {
 width:640px;
  /* background-color:#FF6600;  */
 background: #FF6600 url(../images/bar_01.gif) repeat left top;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#000000;
 color: #FF6600;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }



#ads {

 width:800px;
}