html, body {height:100%}
body {
    padding:0;
	margin:0;
	color: #000;
    margin-right: 100px; /* CB sets righthand an empty space */
    margin-left: 40px; /* CB sets lefthand an empty space */
    background: #DFDAC3 url(/images/kl_back1.jpg) repeat-y right;
}

#outer{
	height:100%;
	min-height:100%;
    width: 652px;
	margin-left:185px;
	margin-right:140px;
	border-left:1px solid #FFF;
/*	border-right:1px solid red;
*/	margin-bottom:-52px;
	color: #000;;
	background: #fff;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#cssheader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 154px;
	overflow:hidden;
	background: #fff url(/images/kl_back1.jpg) repeat-y right;
}
#announcement{
	position:absolute;
	top: 118px;
	left:0;
	width:100%;
	height: 35px;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
    background: #424242;
	width:183px;
	float:left;
	margin-left:-184px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:  154px;/*needed to make room for header*/
}   
#left p {padding-left:1px;padding-right:3px;}
#right p {padding-left:3px;padding-right:2px;}

#right {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:right;
	margin-right:-124px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:  154px;/*needed to make room for header*/
	xheight: 300px;
      /*background: url(images/banners/xmasbgred3.gif) repeat-y right; */
}
#leftfr {
	float:center;
	width:163px;
	padding-left: 10px;
}
#leftfl {
	float:left;
	width:0px;
}

#centrecontent{
    width: 635px; 
	background: #fff ; 
	padding: 20px 0px 5px 5px;
}

#centrecrumb{
	position: absolute;
	top: 154px;
	left: 225px;
    width: 643px; 
	background: #fff ; 
	margin-top: -1px;
}

#footer {
	width:100%;
	clear:both;
	height:260px;
	text-align:center;
	position:relative;
	background: #DFDAC3;
	padding: 0px 0px 0px 5px;
}
#footerinfobox {
	text-align:left;
	position:relative;
	background: #BFBBA7;
	padding: 10px;
	margin: 0px 0px 0px 180px;
}
.ads { width: 244px; padding: 3px; background: #DFDAC3; }
.ads li { margin-left: -20px;}

* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}
#clearheader{height:154px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */