
/* Layout Stylesheet */ 

html {height: 100%; width: 100%;}

body{
 	background-color: #ddd;
	height: 100%;
	width: 100%;
	margin: 0 auto;

 } 



div#container {
position: relative; 
min-height: 100%;
height: auto !important; 
height: 100%; 
width: 768px; 
background-color: #FFFFFF;
padding:5px;
}


 
#lh-col{
margin-top:10px;
 position: relative;
width:100%;
 background: #3d3d3d;
 color: #ffffff;
 z-index: 1;

 }

#rh-col{
margin-top:10px;
 position: relative;
 background: #3d3d3d;
 color: #ffffff;

 z-index: 1;
width:100%;


 }

#hdr{
position:relative;
height:162px;
 color:#333333;

width:100%;
 } 
      
#c-col{
 position: relative;
width:100%;

 background: #ffffff;
 color: #333333;

text-align:left;
 z-index: 3;
 }
 
#footer{
display:block;
position:relative;
float:left;
 height:60px;
 background:#69BE2E;
 color:#3d3d3d;
 margin:0;

margin-top:10px;
width:100%;
} 
