/*Graafinen suunnittelu Wasenius 2009
	  
*/

* { padding: 0; margin: 0; }
#topheader { color: #333; background: #e6e6e6; margin: 0 0 5px; padding: 0 0 10px; width: 100%; height: 60px; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header { color: #333; background-image: url(img/header.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 900px; float: left; padding: 10px; height: 185px; margin: 100px 0 5px; }
#leftcolumn { color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 5px 5px 0; padding: 10px; height: 350px; width: 195px; float: left; }

#navcontainer { font-size: 12px; width: 150px; float: left; padding-top: 10px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #e6e6e6;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #5d5d5d;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5d5d5d;
color: #fff;
}




#rightcolumn { float: right; color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 0 5px; padding: 10px; width: 678px; display: inline; }
#footer { width: 900px; clear: both; color: #333; font-size: 12px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 0 10px; padding: 30px 10px 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
H1 { font-size: 16px; }
H2 { color: #4b4b4b; font-size: 12px; }
a:link { color: #187ce0; }
a:visited { color: #187ce0; }
a:hover { color: #808080; }
#copyright { font-size: 9px; }
