

/* Layout Stylesheet */ 

body{
 margin: 0;
 background-repeat: no-repeat;
 background-position: center;
 padding:0;
 color: #FFFFFF; 
 }
	 
#hdr{
 height:45px;
 background: #000000;
 background-image:url(http://i111.photobucket.com/albums/n148/apathy74/Banner1.jpg);
 background-repeat: no-repeat;
 background-position: center;
 color: #ffff00;
 border:solid #ff0000;
 border-width:2px 0px;
 margin:40px 0 0 0;
}

#lh-col{
 position: absolute;
 top: 99px;
 left: 20px;
 width: 200px;
 height: 740px;
 border: 2px solid #FF0000;
 background: #000000; 
 color: #FFFFFF;
 margin: 0px;
 padding: 5px;
 
 }

#rh-col{
 margin: 10px 10px 10px 225px;
 background: transparent;
 color: #ffffff;
 padding: 10px;
 position :relative;
 }