﻿/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
	position:absolute;
	top:98px;
	left:2px;
	width:170px;
	z-index:3;
	background:#5C743D;
	color: #333333;
}

#rh-col{
	position:absolute;
	top:100px;
	right:-1px;
	width:170px;
	z-index:2;
	background:#5C743D;
	color: #333333;
}

#c-block {
 width:100%;
 z-index:1;
 background:#5C743D;
 color: #333333;
 height:80%;}

#hdr{
	height:75px;
	width:100%;
	color: #5C743D;
	margin:0;
	background-color: #d5edb3;
  }
  
#date{
  	height:20px;
	width:100%;
	color: #333333;
	margin:0;
	background-color: #99CC66;
	}

#c-col{
 margin:0 170px 0 170px;
 position:relative;
 background:#F4FFE4;
 color: #333333;
 z-index:5;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#F4FFE4;
 color: #333333;
 margin:0;
 }

