/* Yleiset elementit */
body {
	margin: 20px;
	background-color: #FCFCFF;
	color: #000;
	}
body, h1, h2, h3 { font: small "Trebuchet MS", Arial, sans-serif; }
h1, h2, h3, h4 p { margin-top: 0; }
h1, h2 { color: #0067BE; }
h1 {
	font-size: 2em;
	font-weight: bold;
	}
h2 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0 0 2px 0;
	}
a {
	color: #0067BE;
	text-decoration: none;
	}
a:hover {
	color: #0098D1;
	border-bottom: 1px solid #DDD;
	}
br.erotin { clear: both; }

/* Layout */
#kokosivu {
	width: 740px;
	margin: auto;
	border: 2px solid #DDD;
	background: #FFF url(kuvat/sisatausta.gif) repeat-y;
	}
#ylaosa {
	height: 100px;
	background: #FFF url(kuvat/ylatausta.jpg) no-repeat;
	border-bottom: 2px solid #DDD;
	}
#menu {
	width: 150px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 10px 40px 20px;
	}
	#navi {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#navi a {
		display: block;
		width: 130px;
		border-bottom: 1px solid #FFF;
		}
	#navi a:hover { border-bottom: 1px solid #DDD; }
#sisalto {
	width: 510px;
	padding: 20px 30px 10px 0;
	float: right;
	}
	#sisalto p { text-align: left; }
	#sisalto img { margin: 5px; float: right; }
	#yhteystiedot img { margin: 0; float: none; }
	#yhteystiedot ul { list-style-type: none; padding-left: 0; }
#alatunniste {
	font-size: 0.8em;
	margin: auto;
	width: 740px;
	color: #BBB;
	}
	#alatunniste p { margin: 0; }
	#haprica { float: right; }