
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#000000;
 
 color: #333333;
 text-align:center;
 padding:0;
 }
  

	
#outer {
 text-align:left;
 border:1px solid #333333;
 width:751px;
 margin:auto;
 }

#hdr {
 height:200px;
 background:#aa0000 url(http://abacus-es.net/share/scooter/panoramat.jpg) repeat-x bottom left;
 color: #333333;
 }

#bar {
 height:23px;
 padding: 2px;
 text-align: center;
 background:#aaffaa;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #a40600;
 color: #220000;
 width:750px;
 padding:0;
 }

	.absent {color: #a40600;}
 
 #l-col {
 float:left;
 background:#a40600 ;>
 color: #ffffff;
  font-family: sans-serif;
 width:145px;
 padding-left: 3px;
 /*margin: 3px;*/
  } 

#cont {
width:595px;
/* height:1495px; */
background:#ffffff;
background-image: url('http://abacus-es.net/share/scooter/tanksportbgg.jpeg');
background-repeat: repeat-y;

 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }
 
  * html #cont {
    width: 590px; /* for IE5 and IE6 in quirks mode */

  }


#ftr {
 height:80px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }