/* Layout Stylesheet */

body{
 margin: 0px;
 padding:0;

  background-image: url(images/b11.jpg)
}
	 
#lh-col{
 position: absolute;
 top: 30px;
 left: 20px;
 width: 180px;
    border: 2px outset #333333;
 background: #ECE9D8;
 color: #000000;
 margin: 0px;
 padding: 0px;
 height: 900px;
  background-color: transparent;
  font-weight: bold
}

#rh-col{
 position: absolute;
 top: 30px;
 right: 20px;
 width: 180px;
 border:2px outset #333333;
 background: #ECE9D8;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 900px;
 background-color: transparent;
 z-index: 1;
 }       
        
#c-col{
 position: relative;
 margin: 20px 220px 20px 220px;

   color: #000000;
 padding: 20px;
 z-index: 13;
  background-color: transparent;

  font-size: medium;
  font-weight: bolder
}
