body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
#header_wrapper, #content_wrapper {
	width: 760px;
	margin: 0 auto;
}	
#header_wrapper #kompass {
	background: url(images/kompass_header.jpg) no-repeat;
	float: left;
}
#header_wrapper #kompass a{
	display: block;
	width: 500px;
	height: 190px;
	text-indent:-1000em;
}
#header_wrapper #date {
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	font-size:25px;
	color: #666;
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align:right;
	margin-top: 150px;
}

#col1 {
	width: 450px;
	float: left;
	padding: 10px;
}
#col2 {
	float: right;
	width: 285px;
	text-align:center;
}
.clear {
	clear: both;	
}
#pics img {
	margin-bottom: 5px;
	border: 5px solid #ccc;
}