body {
	background-color : #000000;
	margin-top: 0px;
	margin-bottom: 0px;

}

	/* 	background-image : url(k/pattern.gif); */
	
/* ############################################# */


/* DIVS */

	#container {
	padding-top: 60px;
	margin-left: 35px;
	margin-right: auto;
	background-color: white;
}
	
/*top*/
	#top {
	float : left;
	margin-top: -10px;
	margin-left: 30px;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 0px;
	background-color: white;
}
	

/* valkoinen väli */
	#space {
	clear:both;
	margin-bottom: 10px;
	background-color: white;
}

/* margin-top quick fix */
	#space3 {
	clear:both;
	height: 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-bottom: 20px;
	background-color: white;
}
/* margin-top quick fix */
	#space4 {
	clear:both;
	width: 882px;
	height: 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-bottom: 30px;
	background-color: white;
}


/* vasen palsta */
	#koko {
	clear:both;
	float: left;
	padding-left : 35px;
	height : 100%;
	background-color: white;

}




/* ############################################# */
/* FONTIT */

/* perus-leipis-fontti */
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	color: #000000;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	color: #000000;
}
#vari {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	color: #000000;
}


/* ############################################# */
/* LINKIT */

/* päänavikaation linkit */
a:link
{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	color : #000000;
}
a:hover, a:active{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	text-decoration : underline;
	color : #000000;
}

a:visited{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
	text-decoration : none;
	color : #000000;
}