/*
    Graafinen suunnittelu Wasenius 2010
	  
*/
* { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
#wrapper {
	width: auto;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
}
#header {
	color: #333;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 288px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	clear: none;
}
#navigation  {
	width: 150px;
	color: #333;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
 backgr
;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	clear: both;
	height: 280px;
	font-family: Arial, Helvetica, sans-serif;
}

/* navigaatio */

ul#navlist
{
	height: 50px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
}
#navlist a:hover
{
	color: #FCC;
	text-decoration: none;
}
#navlist #current {
	color: #DF528F;
	font-weight: bold;
}
/* navigaatio */


#content {
	width: 530px;
	color: #333;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height: auto;
	float: left;
	top: auto;
	background-color: #FFFFFF;
	clear: none;
	position: static;
	margin: 0;
	clip: rect(auto,auto,auto,auto);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	width: auto;
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
	clear: right;
	font-size: 12px;
	text-align: left;
}
#copyright {
	color: #E8E8E8;
	font-size: 12px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: auto;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin: 0;
	font-weight: normal;
	bottom: 1px;
	position: static;
}

#copyright a {
	color: #E8E8E8;
	text-decoration: none
}
#copyright a:hover {
	color: #FCC;
	text-decoration: none;
}
#copyright a:visited {
}
.H1 { font-size: 24px; }
.H2 { font-size: 18px; }
.H3 { font-size: 16px; }
a:link { color: #4f4f4f; }
a:hover {
	color: #ffb0d9;
}
.imgsmall { border: solid 5px #fff; }

