html,body{
	margin:0;
	padding:0;
}
	
body{
	font: 70% verdana,arial,sans-serif;
	line-height:1.4em;
	color: #333;
}

p,h1,h2,h3{
	margin:0px 0px 15px 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
	color:#5A1200;
	line-height:1.4em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color:#5A1200;
	line-height:1.4em;
}

h3 {
	text-align:center;
	background:#c00;
	color:#fff;
	line-height:1.4em;
}

#nav a{
	color: #5A1200;
	padding:5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #ddd;
}

#nav a:hover {
	background: #eee;
}

a:link, a:visited, a:active {
	color: #5A1200;
	text-decoration: underline;}
a:hover {
	color: #5A1200;
	background: #eee;
	text-decoration: none;}

img {
	border: 1px solid #999;
	padding: 5px;
}

#header{
	height:120px;
	margin-top:20px;
	margin-left:40px;
	padding:10px 50px 10px 30px;
	background-image: url("./kuvat/logo.gif");
	background-repeat: no-repeat;
}

# header p {
	color: #888;
}

#nav {
	height:30px;
	margin:0px 0px 15px 0px;
	padding-top:10px;
	padding-bottom:10px;
}

#content p{
	line-height:1.6;
	font-size:1.1em;
}

#left{
	background:#fff;
}

#right{
	background:#fff;
}

#footer{
	background-color: #eee;
	color: #999;
}
#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}

#wrapper{
	float:left;
	width:100%;
}
#content{
	margin: 0 25%;
}

#left{
	float:left;
	width:20%;
	margin-left:-98%;
	padding-right: 20px;
}
#right{
	float:left;
	width:20%;
	margin-left:-22%;
}

#footer{
	clear:left;
	width:100%;
}
.align-right {
	float:right; margin: 0 15px 15px 15px;
}
.align-left {
	float:left; margin: 0 15px 15px 0;
}

#navi {
	list-style-type: none;
	text-decoration: none;
	line-height: 1.8em;
}
