@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #88AA3C;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
}


#container #base {
	background-color: #88AA3C;
	display: block;
	float: left;
	width: 774px;
}

#container #base #top {
	display: block;
	float: left;
}
#container #base #menu {
	display: block;
	float: left;
	height: 35px;
	width: 774px;
	padding-bottom: 2px;
	padding-top: 10px;
	list-style-type: none;
	background-image: url(images/navbg.jpg);
}


#container #base #menu ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 20px;
	width: auto;
}
#container #base #menu ul li {
	display: block;
	float: left;
	width: 96px;
	text-align: center;
	font-size: 13px;
	color: #030;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 0px;
	text-decoration: none;
	list-style-type: none;
	text-transform: none;
}
#container #base #menu ul li a {
	text-decoration: none;
	color: #030;
	list-style-type: none;
}
#container #base #menu ul li a:hover {
	color: #88AA3C;
}
#container #base #maini {
	display: block;
	float: left;
	height: 300px;
	width: 540px;
}


#container #oike {
	display: block;
	float: left;
	height: 300px;
	width: 234px;
	background-color: #88AA3C;
	padding-bottom: 0px;
}
#container #vas {
	display: block;
	float: left;
	width: 220px;
	background-color: #88AA3C;
}
#container #oikea {
	display: block;
	float: left;
	width: 220px;
	background-color: #88AA3C;
	padding-bottom: 10px;
}
#container #keski {
	display: block;
	float: left;
	width: 334px;
	background-color: #88AA3C;
}
#container #keski p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
}
#container #oike ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #88AA3C;
	display: block;
	color: #FFF;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
}

.oikeaotsikko {
	list-style-type: none;
}
#container #base #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	float: left;
	height: 55px;
	width: 774px;
	background-color: #060;
	color: #FFF;
}
#container #base #footer p {
	padding-top: 5px;
}
