/* Layout Stylesheet */ 
body{
 margin:0px;
 padding:0px; 
 background: #000000 url('http://www.scenemetrospace.com/images/scenelogo.gif');
 font-size: 10;
 font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:114px;
 left:0px;
 width:200px;
 z-index:3;
 border: solid #000000;
 border-width:1px 0px 0px 0px;
 background:#FD1B14;
 color: #333333;}

#rh-col{
 position:absolute;
 top:114px;
 right:0;
 width:150px;
 z-index:2;
 border: solid #000000;
 border-width:1px 0px 0px 0px;
 background:#FD1B14;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#FD1B14;
 color: #333333;
 height:80%;
 border: solid #000000;
 border-width:0px 0px 0px 0px;
 }

#hdr{
 height:110px;
 border-top: 2px solid #000000;
 border-bottom:2px solid #FFFFFF; 
 width:100%; 
 background:#FFFFFF;
 color: #333333;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
  }

#c-col{
 margin:0 150px 0 200px;
 position:relative;
 background:#FFFFFF;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0px 1px 1px 1px;
 padding:5px 5px 5px 5px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:0px 0px 2px 0px;
 background:#FD1B14;
 color: #333333;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 }
