/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	color: #333333;
	background-color: #FFFFFF;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:150px;
 z-index:3;
 background:#FFFFFF;
 color: #333333;}

#rh-col{
 position:absolute;
 top:70px;
 right:-13px;
 width:150px;
 z-index:2;
 background:#FFFFFF;
 color: #333333;}

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

#hdr{
	height:90px;
	width:100%;
	color: #333333;
	margin:0;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
  }

#c-col{
	position:relative;
	color: #333333;
	z-index:5;
	border: solid #000000;
	border-width:0 1px;
	font-family: "Comic Sans MS", Verdana, Arial, serif;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
 }

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