/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #333333;
 }	 
	 
#lh-col{
	position:absolute;
	top:177px;
	left:10px;
	width:140px;
	z-index:3;
	background:#FBF3E1;
	color: #333333;
}

#rh-col{
	position:absolute;
	padding-right:15px;
	top:179px;
	right:-8px;
	width:178px;
	z-index:2;
	background:#FBF3E1;
	color: #333333;
}

#c-block {
 width:100%;
 z-index:1;
 background:#FBF3E1;
 color: #333333;
 height:80%;}

#hdr{
 height:140px; 
 width:100%; 
 background:#F0E1E9;
 color: #333333; 
 margin:0;
  }
  
  #nav{
 height:30px; 
 width:100%; 
 background:#FBF3E1;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 180px 0 190px;
 position:relative;
 background:#ffffff;
 background-image:url(Ribbon3.gif);
 background-repeat: no-repeat; 
 background-position: top right;
 color: #333333;
 z-index:5;
 }

#ftr {
 width:100%;
 height:60px;
background-image:url(images/downpoz.gif);
 color: #333333;
 margin:0;
 }
