

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#fff;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 height: 652px;
 top:96px;
 left:0;
 width:165px;
 z-index:3;
 background:#000;

 color: #333333;}

#rh-col{
 height: 652px;
 position:absolute;
 top:96px;
 right:0;
 width:126px;
 z-index:2;
 background:#f1f1f1;
 color: #333333;
 
 }

#c-block {
 width:100%;
 z-index:1;
 background:#fff;
 color: #333333;
 height:650px;
 }

#hdr{
 height: 134px;
 border-bottom:0px solid #ff0000; 
 width:100%; 
 background:#fff;
 color: #333333; 
 margin:0;
 padding: 0em;
}

img.teamspeedlogo {
position: absolute;
top: 20px;
left: 0px;
width: 891px;
height: 74px;
}



#hdr1{
 height: 115px;
 border-bottom:1px solid #ff0000; 
 width:100%; 
 background:#000;
 color: #333333; 
 margin:0;
 padding: 0em;
}


#c-col{
 margin:-20px 126px 0 165px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: 0 #000000;
 border-width:0 0px;
 height: 602px;
 }

#ftr {
 width:100%;
 text-align: center;
 height:35px;
 border-top: 2px solid #ff0000; 
 border-width:1px 0;
 background:#ffffff;
 color: #333333;
 z-index: 5;
 position: relative;
 
 }
 

