@charset "utf-8";

* {
margin: 0px;
}
body {
	background-image: url(webkuvat/tausta2.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-bottom: 100px;
}

p {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
	padding-top: 10px;
}
#container {
	background-color: #FFFFFF;
	width: 920px;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1ABBEA;
	border-bottom-color: #1ABBEA;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1ABBEA;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #1ABBEA;
}

#header {
	background-image: url(webkuvat/header.jpg);
	height: 200px;
	width: 920px;
}
#navi {
	width: 140px;
	height: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFFFFF;
	float: right;
	width: 713px;
	padding-top: 30px;
	padding-left: 30px;
}
li {
	text-decoration: none;
}
#footer {
	height: 40 px;
	clear: both;
	padding-left: 818px;
}
ul {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 25px;
}
h1 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica;
	font-weight: normal;
	color: #25B4EE;
	font-size: 20px;
	padding-left: 25px;
}

