body {
	background: #538db0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	margin: 0 auto;
	width: 932px;
}
#header {
	width: 100%;
	height: 145px;
	background: url('img/header.jpg') no-repeat bottom;
}
#ylapalkki {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background: url('img/content1.jpg');
}
#paasisalto {
	margin: 0 auto;
	width: 100%;
	background: url('img/content2.jpg');
	background-repeat: repeat-y;
} 

#alaviite {
	height: 30px;
	background: url('img/content3.jpg');
	font-size: 12px;
	text-align: center;
}
.content {
	float: left;
	width: 632px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px;
}
.menu {
	width: 200px;
	float: right;
	margin-right: 10px;
	padding: 0 20px 0 10px;
	font-size: 12px;
}
.valikko1 {
	height: 38px;
	background: url('img/valikko1.jpg');
	background-repeat: no-repeat;
}
.valikko2 {
	background: url('img/valikko2.jpg');
	background-repeat: repeat-y;
}
.valikko3 {
	height: 23px;
	background: url('img/valikko3.jpg');
	background-repeat: no-repeat;
}
.haku {
	height: 38px;
	background: url('img/haku.jpg');
	background-repeat: no-repeat;
}
form { 
	margin: 0; 
}
input.search { 
	width: 105px; 
	border: none; 
	background: #FFF url('img/input.gif') no-repeat; 
	padding: 4px; color: #444444; 
}
input.submit { 
	height: 24px; 
	font-weight: bold; 
	width: 53px; 
	border: none; 
	background: #D96855 url('img/hae.gif'); 
	padding: 3px; color: #FFF; 
}

#valikkolinkit {
	padding: 10px 25px 0 0;
	text-align: right;
}
#valikkolinkit a {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
#valikkolinkit a:hover {
	color: #A40008;
	text-decoration: underline;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline;
}

