html, body {
	margin : 0;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 10pt;
}
body {
	background-image: URL('kuvia/tausta6.jpg');
}
div#body {
	width: 800px;
	margin: 20px auto;
}
div#head {
	margin: 0;
	width: inherit;
	height: 203px;
	border: 1px solid black;
}
div#menu {
	height: 20px;
	background-image: URL("gfx/background_menu.jpg");
	border: 1px solid black;
	border-top: 0;
	width: inherit;
	text-align: center;
	padding-top: 2px;
}
div#menu a {
	color: #000000;
	text-decoration: none;
	display: inline;
	font-size: 0.9em;
	padding-top: 3px;
}
div#site {
	width: 794px;
	//width: inherit;
	border: 1px solid black;
	border-top: 0;
	margin: ;
	padding: 3px;
	padding-top: 10px;
	min-height: 400px;
	background: #ffffff;
	padding-bottom: 20px;
}
div#site h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 5px;
	
}
div#site div.block {
	background: #e5e5f1;
	border: 1px solid #C0C0C0;	
	margin-top: 1px;
	padding: 10px;
}

div#site div.block div.image-with-text {
	float: right;
	margin: 2px;
	width: 300px;
	text-align: center;	
	clear: right;
}

div#site div.block div.image img {
	border: 1px solid #999;
}

div#site h3.block_header {
              margin: 20px;
	color: #6F7F73;
	margin-bottom: 0;
	text-transform: uppercase;
}
