/* 
  -----------------------------------
high resolution stylesheet
  -----------------------------------
*/
#titletop {	width:900px;margin: 0 auto;padding:0;}
#masthead {
	background-image: url(../images/masthead2.jpg);
	background-repeat: no-repeat;
	/*height: 161px;*/height:206px;
}
/********LAYOUT WRAPPER**********/
#layout {
width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/kl-shadow2.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
width: 884px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
width: 884px;
	padding: 10px 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper */
#mainbox {
	float: left;
width: 634px;
}
#mainbox2 {
	float: left;
width: 534px;
}
/*#sidebox {
	float: left;
width: 250px;
}*/
/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/kl-footer2.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}
/*Sidebar
#sidecontent {
	font-size: 0.75em;
	padding: 370px 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: url(../images/sidebar1hi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}*/
#footerbox {
	width: 884px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #586e40;
}