body {
	margin: 0;
	padding: 0;
	background-color: #000; 
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
p {
	margin: 0;
	padding: 0;
}
.kuup {
	color: #525252;
	font-style: italic;
}
.c-text a {
	color: #999;
	text-decoration: none;
}
.c-text a:hover {
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	border: solid 0px red;
	width: 955px;
	margin: auto;
}
#header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer img {
	padding-left: 15px;
}
#main-cont {
	width: auto;
	height: 100%;
}
#info h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
}
#soodukas {
	font-size: 12px;
}
#pretoday {
	float: left;
	background-color: #161616;
	padding: 5px;
	border-right: 1px solid #fff;
	margin-left: 9px;
}
#today {
	float: left;
	background-color: #636162;
	background-image: url(img/nurk2.gif);
	background-position: bottom right;
	padding: 5px;
	padding-right: 35px;
	background-repeat: no-repeat;
}
#kontakt  {
	text-align: center;
}
.column {
	width: 300px;
	min-height: 200px;
	float: left;
	margin: 9px;
	background-color: #161616;
}
.c-header {
	height: 21px;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 0;
	background-color: #636162;
	background-image: url(img/nurk.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.c-header h1{
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	margin-left: 25px;
}
.c-text {
	border: 0px solid #fff;
	text-align: left;
	padding: 10px;
	overflow: hidden;
}
.piir {
	clear: both;
}

