body {
	background:url(../media/back.gif);
	font-size: 12px;
	font-family: verdana, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}
#header {
	background:url(../media/header-bg.gif) bottom repeat-x;
	height:170px;
	margin-bottom:10px;
}
#tagline {
	font-size:14px;
	font-style:italic;
	position:relative;
	bottom:30px;
	right:30px;
	color:#164677;
	float:right;
}
#nav {
	float:left;
	width:150px;
}
#nav a {
font-weight: bold;
text-decoration: none;
color: #794716;
display: block;
padding:2px;
border-left: 4px solid #ac6620;
margin:2px;
}	
#nav a:hover {
color:#161679;
border-left: 4px solid #164779;
padding:2px;
margin:2px;
}
#content {
	margin-left:160px;
}
#footer {
	clear:both;
	font-size:.8em;
	padding:10px;
}
#container {
	width:800px;
	background:url(../media/bg2.gif);
	margin:0px auto;
	border-left-color:#f7f7ec;
	border-right-color:#f7f7ec;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
	height:100%;
	text-align:left;
}
#klogo {
	position:fixed;
	bottom:1px;
	right:1px;
}
h3 {
	color:#d98530;
}
img.aside {
	float:right;
	padding:5px;
	margin:5px;
	border:double;
}
.whiteborder {
	border:double;
	width:432px;
	height:288px;
	padding:5px;
}
.note {
	font-size:.8em;
	font-style:italic;
}