/* Layout Stylesheet */ 
#lh-col{
	position:absolute;
	top:250px;
	left:0;
	width:176px;
	height:100%;
	z-index:3;
	color: #FBFDFA;
	visibility: visible;
}

#rh-col{
	position:absolute;
	top:145px;
	right:0;
	width:144px;
	z-index:2;
	background:#e6e6fa;
	color: #FBFDFA;
	visibility: visible;
}

#c-block {
	width:100%;
	z-index:1;
	height:100%;
	top: 250px;
	position: absolute;
	background-image: url(/Themes/Praise/backgroundc_sm.jpg);
	background-repeat: repeat-y;
	color: #FBFDFA;
}

#hdr{
 height:250px; 
 width:100%; 
 background:url(/Themes/Praise/headerb_sm.jpg) repeat-x;
 margin:0;
 top:0;
 left:0;
  }

#flash{
 height:222px; 
 width:100%; 
 position: relative;
 top: -50px;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0;
 margin-top: 0;
}

#c-col{
 margin:0 0 0 186px;
 position:relative;
 z-index:5;
 }

#ftr {
	color: #FBFDFA;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	visibility: visible;
	z-index: 6;
	bottom:0;
	clear: both;
}

#floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	position: absolute;
	visibility: visible;
}

#floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	right: 0px;
	visibility: visible;
	position: absolute;
}

#floatrightcenter {
	float: right;
	margin-top: 0px;
	margin-right: 144px;
	margin-bottom: 0px;
	margin-left: 10px;
	right: 0px;
	visibility: visible;
	position: relative;
}

#floatcenter {
	text-align: center;
	top: 35px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#floatnav {
	float: left;
	left: 0px;
}
