@charset "utf-8";
.kustyle1 {
}
html, body {
	height:100%;
	background:#CCCCCC;
	margin: 0px;
	padding: 0px;
}
#banner {
	padding: 0px;
	height:100px;
	background-image:url(banner.jpg);
}
#left {
	float:left;
	height:100%;
	width:250px;
	background:#333333;
}
#spacer {
	height:100%;
	z-index:10;
	position: relative;
	padding:0 15px 0 15px;
	margin-left:250px;
	width:630px;
	background-image:url(tile.jpg);
}
.content {
	height:100%;
	z-index:15;
	width:630px;
	background:#FFFFFF;
}
.contentfill {
	position:absolute;
	padding-left:25px;
	padding-right:40px;
	bottom:100px;
}
.contentfill p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.contentfill li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	list-style:circle;
}
.footer {
	position:absolute;
	z-index:10;
	width:630px;
	height:20px;
	bottom: 0;
	color:000000;
	text-align:center;
	padding-top:5px;
	font-family:Verdana, Arial;
	font-size:10px;
	background-color:#EEEEEE;
}
.footer a {
	color:#000000;
	text-decoration:none;
}
.footer a:hover {
	color:#FF0033;
	text-decoration:none;
}
.roundcont {
	z-index:5;
	width: 230px;
	position:absolute;
	left:10px;
	top:0px;
	background-color: #FFFFFF;
	color: #333333;
}
.recttop {
	z-index:5;
}
.roundbottom {
	z-index:5;
	background: url(br.jpg) no-repeat top right;
}
ul#navlist {
	padding: 0;
	padding-left:0px;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 630px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	border-bottom:thin solid #FFFFFF;
	border-top:thin solid #FFFFFF;
}
ul#navlist li {
	display: inline;
}
ul#navlist li a {
	float: left;
	width: 125px;
	height: 30px;
	color: #FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial;
	font-weight:bold;
	padding-top:8px;
	background-image:url(downbtn.jpg);
	text-align:center;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#navlist li a:hover {
	background-image:url(overbtn.jpg);
	color: #FF0000;
}
