div#boxen {
	margin: 0px 10px;
}
	div#uudised {
		float: right;
		width: 423px;
		height: 190px;
		background: transparent url(img/uudised.jpg) no-repeat 0px 0px;
		padding: 10px;
		}
		div#uudised h2 {
			font: 20px/1.2 times, serif;
			color: #757a95;
			margin: 0px 10px;
			background-color: transparent;
		}
		div#uudised h3 {
			font-size: 11px;
			color: #a40404;
			padding-left: 30px;
			margin-top: 3px;
			background: transparent url(img/uudised_h3.jpg) no-repeat 10px 50% ;
		}
		div#uudised h3, div#uudised p {
			line-height: 1.6em;
		}
		div#uudised p {
			margin-left: 31px;
		}
	div#kontakt {
		height: 190px;
		background: transparent url(img/kontakt.jpg) no-repeat 0% 0%;
		padding: 9px;
		width: 260px;
	}
		div#kontakt h2 {
			font: 20px/1.2 times, serif;
			color: #757a95;
			margin: 0px 10px 0px 10px;
			background-color: transparent;
		}
		div#kontakt dl {
			margin: 7px 0 0 90px;
		}
		div#kontakt dl dt {
			float: left;
			font-weight: bold;
			color: #9D0404;
			background-color: transparent;
			margin-right: 5px;
		}
	div#banner {
		margin-top: 11px;
	}
div#splash {
	background: transparent url(img/splash.jpg) no-repeat 50% 50%;
	height: 210px;
	width: 747px;
	margin: 0 auto;
}
div#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	background: url(img/footer.png) no-repeat 50% 100%;
	height: 50px;
}
	div#footer p {
		margin-left: 230px;
		color: #888;
	}





