*{
padding: 0;
margin: 0;
}

body {
background-color: #ccff99;
font-family: Verdana, sans-serif;
font-size: 12px;
color: #336600;
line-height: 1.2em;
margin-top: 30px;
margin-bottom: 30px;
background-image: url(images/lehti.gif);
}
#container {
	background-color: #ccff99;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
        border: 1px solid #fff;
}
h1 {
	font-size: 14px;
	color: #336600;
	text-align: left;
	padding-top: 10px;
        padding-bottom: 6px;
}
h2 {
	font-size: 18px;
	color: #336600;
	text-align: left;
	padding-top: 10px;
        padding-bottom: 6px;
}
#header {
	width: 700px;
	background-image: url(images/header.gif);
	height: 200px;
}
#tuote {
	width: 700px;
	background-image: url(images/tuote.gif);
	height: 200px;
}
#luomutil {
	width: 700px;
	background-image: url(images/luotil.gif);
	height: 200px;
}
#opetuskou {
	width: 700px;
	background-image: url(images/opekou.gif);
	height: 200px;
}

#content {
	width: 540px;
	float: left;
        padding-top: 10px;
        padding-left: 80px;
        padding-right: 40px;
        text-align: left;
}
#navi {
	height: 38px;
	width: 700px;
	display: inline;
	font-size: 13px;
	font-style: bold;
	color: #336600;
	list-style-type: none;
}
#navi li {
	width: 171px;
	float: left;
	text-align: center;
	list-style-type: none;
	color: #336600;
        background-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: #ccff99;
	height: 34px;
	padding-top: 4px;
}
#navi a {
	text-decoration: none;
	color: #336600;
}
#navi a:hover {
	text-decoration: none;
	color: #FF9900;
}
#navi ul {
	list-style-type: none;
	color: #FF0000;
}
#footer {
	font-size: 12px;
	height: 20px;
	width: 700px;
	clear: both;
	text-align: center;
	padding-top: 8px;
	color: #000;
	background-color: #ccff99;
}
a img {
	border: 1px solid #fff;
}
img {
	border: 1px solid #ccff99;
}
