* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 110%;
	color: #000;
	background-color: #008584;
	background-image: url(kuvat/taustakuva.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 300px;
	height: 240px;
	float: left;
}

#navi {
	width: 598px;
	height: 240px;
	float: right;
}

#navi ul {
	list-style-type: none;
	margin-top: 195px;
	margin-right: 3px;
	float: right;
}
#navi ul li {
	float: left;
}

#navi a {
	width: 105px;
	height: 25px;
	display: block;
	background-image: url(kuvat/navi_bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 5px; 
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#navi a:hover{
	background-image: url(kuvat/navisel_bg.png);
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.selected {
	width: 105px;
	height: 45px;
	background-image: url(kuvat/navisel_bg.png);
	float: left;
}
#content {
	width: 885px;
	clear: both;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#left_column {
	width: 400px;
	float: left;
	background-color: #fff;
	padding-right: 20px;
	padding-top: 10px;
}
#right_column {
	width: 465px;
	float: left;
	background-color: #fff;
}
#alapalkki {
	clear: both;
}
#info {
	width: 900px;
	height: 200px;
	margin-top: 20px;
}
#ajankohtaista {
	width: 340px;
	height: 200px;
	float: left;
	background-image: url(kuvat/ajankohtaista_bg.png);
	background-repeat: no-repeat;
}

#ajankohtaista h1{
	color: #fff;
	margin-top: 20px;
}
#ajankohtaista p{
	color: #fff;
	font-size: 90%;
}

#harjoitusajat {
	width: 340px;
	height: 200px;
	float: left;
	background-image: url(kuvat/harjoitusajat_bg.png);
	background-repeat: no-repeat;
	margin-left: 3px;
}
#harjoitusajat h1{
	color: #000;
	margin-top: 20px;
}
#harjoitusajat p{
	color: #000;
	font-size: 90%;
}
#yhteystiedot {
	width: 215px;
	height: 200px;
	float: right;
	background-image: url(kuvat/yhteystiedot_bg.png);
	background-repeat: no-repeat;
}
#yhteystiedot h1{
	color: #000;
	margin-top: 20px;
}
#yhteystiedot p{bold
	color: #000;
	font-size: 90%;
}
#footer {
	width: 900px;
	height: 50px;
	margin-top: 20px;
	clear: both;
}

#footer p {
	color: #fff;
	font-size: 80%;
	line-height: 100%;
	text-align: center;
}
h1 {
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-left: 20px;
}

h2 {
	font-size: 130%;
	color: #F30;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 20px;
}
h3 {
	font-size: 100%;
	color: #000;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
	
p {
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
p.small {
	font-size:90%;
	line-height: 90%
}
p a {
	text-decoration: none;
	color: #036;
	font-style: italic;
}
#info p a{
	font-style: normal;
	text-decoration: underline;
	color: #fff;
}
.jalkirivi {
	font-size: 100%;
	line-height: 110%;
	font-style: italic;
}

.tunnus{
	display: block;
	margin-top: 140px;
}
