/* CSS Document - KTML Pages Web site */
/*formatting for pages without submenus */
#wrapper{
/*extend to bottom of screen if not full page */
	position: relative;
	min-height: 100%;
}

#content{
	padding-bottom: 68px; /* height of the footer region */ 
}

#main{
	background-color: transparent;
	margin: 35px auto 0 auto;
	width: 575px;
}

#main li{
	list-style-position: inside;
	padding: 0 15px 3px 35px;
}

#contentbox{
	width: 100%;
}

#footer{
	clear: both;
	width: 100%;
	height: 68px;
	position: absolute;
	bottom: 0;
}