@charset "utf-8";


/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFDD;
}
#header {
	height: 120px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/pbrushlge_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}




#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	border: thin solid #CCCCCC;
	background-image: url(../images/rollerbg.gif);
	background-repeat: no-repeat;
	background-position: right 120px;
}
#sidebar {
	height: 400px;
	width: 110px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar  a:link, #sidebar a:visited {
	text-decoration: none;
	color: #006600;
	font-family: Papyrus, "Times New Roman";
	font-size: 1em;
	line-height: 2em;
	background-color: #E6E6E6;
	display: block;
	margin-bottom: 15px;
}
#sidebar   a:hover   {
	color: #CC0000;
	background-color: #FFFFCC;
}
#sidebar    a.local, #sidebar    a.local:hover     {
	color: #CC0000;
	background-color: #FFFFCC;
	cursor: default;
	font-weight: normal;
}


#main_content {
	float: right;
	height: 415px;
	width: 630px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/KILma_90h.gif);
	background-repeat: no-repeat;
	background-position: 545px 315px;
}
#content_img {
	float: right;
	height: 350px;
	width: 160px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: left;
	display: inline;
}

#footer {
	background-color: #CCCCCC;
	clear: both;
	height: 30px;
	font-size: x-large;
	font-style: italic;
	color: #003300;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
}
