/* CSS Document - KTML Pages Web site */
/*formatting for pages with sub menus */
#wrapper{
/*extend to bottom of screen if not full page */
	position: relative;
	min-height: 100%;
}

#content{
	padding-bottom: 68px; /* height of the footer region */ 
}

#footer{
	width: 100%;
	height: 68px;
	position: absolute;
	bottom: 0;
}

#nav{
	float: left;
	margin: 30px 5px 0 15px;
	width: 140px;
}

/* set up buttons and links */
#nav ul{
	text-align: center;
}

#nav li{
	float: left;
	list-style-type: none;
}

#nav ul li a{
	color: #d97f7f;
	display: block;
	font-size:90%;
	height: 15px;
	text-decoration: none;
	width: 136px;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
}

#nav ul li a:hover,#nav ul li a:focus{
	display: block;
	color: #FF9966;
}
/* end buttons and links */

#main{
	float: right;
	background-color: transparent;
	margin: 30px 10px 68px 10px;
	width: 499px;
}

#main li{
	list-style-position: inside;
	padding-left: 35px;
}

#contentbox{
	width: 90%;
	float: left;
}

img.thumb1{
	float: left;
	padding: 10px 10px 0 0;
	display: inline;
}

img.thumb2{
	float: right;
	padding: 10px 0 0 10px;
	display: inline;
}

.sites{
	margin: 0 auto;
	padding: 0 0 10px 40px;
	width: 450px;
}

.thumb{
	margin: 0 auto;
	width: 150px;
	display: inline;
	list-style-type: none;
}