@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin:0;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #669933;
}
#container {
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	//background-color: #FFF;
	border:#FFF 2px solid;
	padding: 0;
	_height:100%;
	min-height:100%;
}
#header {
	background-image: url(site_images/header_image.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 171px;
	width: 960px;
}
#menu {
	float:left;
	clear:both;
	width:960px;
	height:30px;
	border-top:#FFF 2px solid;
	border-bottom:#FFF 2px solid;
	background-color:#669933;
}
#time {
	float:right;
	padding:8px 10px;
	color:#FFF;
	font-weight:bold;
}
#content {
	float:left;
	width: 730px;
	padding:10px 5px 10px 5px;
	background-color:#fff;
	min-height:1080px;
}
#kolom {
	float:right;
	clear:right;
	width:200px;
	padding: 0 10px;
}
#content p {
	line-height:1.25em;
	color: #000;
}
