* { /* Ennaltaehkäistään ongelmia */
	margin: 0;
	padding: 0;
	}

a {
	color: #009900;
	text-decoration: underline;
	}

body {
	background: #f28705 url(img/bodybg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Asetetaan fontille 10px:n pohja */
	}


h1 { /* H1-tason otsikko vain hakukoneille, ja tekstipohjaisille selaimille */
	display: block;
	visibility: hidden;
	height: 100px;
	}

h2 { /* Sivun näkyvä pääotsikko */
	font-size: 2.3em;
	font-weight: normal;
	border-bottom: 2px solid #3d8c4b;
	padding-bottom: 5px;
	color: #2d4630;
	margin-bottom: 20px;
	}
h3 {
	font-size: 1.4em;
	color: #2d4630;
	font-weight: normal;
	margin-bottom: 10px;
	}
h4 {
	margin-bottom: 5px;
	}

#wrap { /* Koko sivusto tämän sisällä */
	background: url(img/middle.gif) repeat-y;
	width: 777px;
	margin: 0 auto;
	position: relative;
	top: 18px;
	}

#gradient { /* Taustan liukuväri */
	padding: 0 30px;
	background: url(img/top.gif) no-repeat;
	min-height: 340px;
	}



/*
** NAVIGAATIO
*/

#navigation {
	background: url(img/navicolor.gif) repeat-x;
	height: 28px;
	color: #fff;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: 20px;
	}
#navigation ul {
	list-style: none;
	}
#navigation ul li {
	float: left;
	background: url(img/navibg.gif) no-repeat top right;
	}
#navigation ul li#active {
	background: url(img/navi-active.gif) no-repeat top right;
	}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	background: url(img/navi-left.gif) no-repeat top left;
	}
#navigation ul li#active a {
	background: url(img/navi-active-left.gif) no-repeat top left;
	}




/*
** SISÄLTÖ
*/

#content {
	padding: 0 20px;
	font-size: 1.4em;
	color: #333300;
	}
#content p, #content address {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
#content ul {
	margin: 0 0 20px 5px;
	line-height: 1.4em;
	list-style: none;
	position: relative;
	}
#content ul li {
	background: url(img/bullet.gif) no-repeat 0 50%;
	padding-left: 20px;
	}

#kartta {
	width: 350px;
	float: right;
	}
#contact {
	clear: both;
	margin-top: 30px;
	}
#contact fieldset {
	border: 0;
	padding: 15px 0;
	}
#contact legend {
	font-size: 1.4em;
	color: #2d4630;
	}
#contact label {
	display: block;
	width: 100px;
	float: left;
	}
#contact input, #contact textarea {
	width: 300px;
	}
#contact input, #contact textarea {
	padding: 2px;
	border: 1px solid #999999;
	}
#contact input:focus, #contact textarea:focus {
	border: 1px solid #CC6600;
	}
#contact p {
	clear: both;
	}
#contact button {
	position: relative;
	left: 100px;
	}


.pics {
	margin-bottom: 20px;
	}
.pics img {
	border: 0;
	}



#footer { /* Footer */
	background: url(img/bottom.gif) no-repeat;
	width: 777px;
	height: 24px;
	clear: both;
	}

