﻿

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:white;
 }	 
	 
#lh-col{
 position:absolute;
 background-image:url(/images/front_imgs/g_top_left.gif);
 background-repeat:no-repeat;
 top:120px;
 left:0;
 width:250px;
 z-index:3;
 }

#rh-col{
 position:absolute;
 top:115px;
 right:0;
 width:140px;
 z-index:2;
 background:white;
}

#c-block {
 width:100%;
 z-index:1;
 background:white;
 height:80%;}

#hdr{
 height:113px; 
 /*border-bottom:1px solid #000000; */
 width:100%; 
background:#B1E44B;
 margin:0;
  }

#c-col{
 margin:0 0 0 252px;
 position:relative;
 background:#ffffff;

z-index:5;
 /*border: solid #000000;
 border-width:0 1px; */
 }

#ftr {
 width:100%;
 height:35px;
 /*
 border: solid #000000; 
 border-width:1px 0; */
 background:white;
 margin:0;
 margin-top: 25px;
 }
 .innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/

}


