

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:181px;
 left:0;
 width:0px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;}

#rh-col{
 position:absolute;
 top:181px;
 right:0;
 width:0px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:url(images/swirl.jpg);
 background-repeat: no-repeat;
 background-attachment:scoll;
 background_position: top: 100px; left: 50px; z:-1;
 color: #333333;
 height:80%;}

#hdr{
 height:181px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:url(images/header_bg.gif);
 background-repeat: repeat-x;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 0px 0 0px;
 position:relative;
 color: #FFFFFF;
 z-index:5;
 border: solid #000000;
 border-width:0 0px;
 }

#ftr {
 position:absolute; bottom: 0px; 
 width:100%;
 height:25px;
 border: solid #000000; 
 border-width:1px 0;
 background:#000000;
 font-family: verdana;
 font-size: 12px;
 color: #ffffff;
 margin:0;
 }
