
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 height:auto;
 background:url('../images/left_column2.jpg');
 background-repeat:repeat-y;
/* overflow: hidden;  */
 }
 
	 
#hdr{
 background:url('../images/bggrad2.gif') repeat-x;
 }

#lh-col{
 position: absolute;
 float:left;
 width: 220px;
 margin-top:-3px;
 background:url('../images/left_column2.jpg');
 background-repeat:repeat-y;
 height:auto;
 z-index:2;
 }

#rh-col{
 margin: -4px 0px 0px 220px;
 background:url('../images/welcome_background_2.jpg') repeat-x;
 padding: 20px;
 z-index:1;
 height:auto; 
 overflow: hidden; /* forces the block to only show content that fits in the block */
 }
 
 #rh-col2{
 position: relative;
 float:right;
 width: 440px;
 margin-top:0px;
 z-index:2;
 }
 #rh-col3{
 margin: -4px 0px 0px 220px;
 padding: 20px;
 z-index:1;
 height:auto; 
 overflow: hidden; /* forces the block to only show content that fits in the block */
 }
 
 #footer{
 position: relative;
 display: block;
 width: 100%;
 height: 50px;
 }
