@charset "UTF-8";
/* Omituiset CSS Document */

/* reset.css */
* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

/* typography.css */
body {font-size: 80%; font-family: Georgia, "Times New Roman", Times, serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;margin-bottom:0.75em; font-weight: bold;}
h2 {font-size:2em;margin-bottom:0.75em; color: #333;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}

a {color: #333;}


body {
	margin:0;
	padding: 0;
	background-color: rgb(216,212,183);
	color:#000;
}
	
#container {
	margin: 20px auto;
	width: 800px;
	background-color: #fff;
	border: 6px solid rgb(101,45,27);
}

#top {height: 140px;}

#navi {height: 30px; background-color: #e1764b;}
#navi ul {list-style: none; padding: 8px; font-family: Arial, Helvetica, sans-serif;}
#navi ul li {display: inline; margin-right: 24px;}
#navi ul li a {font-weight: bold; text-decoration: none;}
#navi ul li a:link, #navi ul li a:visited; {}
#navi ul li a:hover {color: #5cafd6;}

#kuva {float: right; width:292px;}

#content {padding: 12px; height:365px;}
#content p {color: #333; line-height: 140%; max-width: 450px;}

table tr th p {font-weight: normal;}
table tr th a {text-decoration: none;}

#footer {background-color: #5cafd6; height: 30px; clear: both; }
#footer p {text-align: center; line-height: 200%;}

#tag {padding: 6px;text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666;}
#tag a {text-decoration: none; color: #666;}
