/* TEKSTIT */
/* Leipäteksti */
#content_container {
	font: 11px Arial, sans-serif;
	color: #000000;
}
h1 {
	font: bold 17px Arial, sans-serif;
	color: #000000;
	padding-bottom: 2px;
	margin: 0px 3px 0px 3px;
	border-bottom: black solid 2px;
}
h2 {
	font: bold 13px Arial, sans-serif;
	padding-bottom: 2px;
	margin: 0px 3px 0px 3px;
	border-bottom: black solid 2px;
	color: #000000;
}
h3 {
	font: bold 11px Arial, sans-serif;
	color: #3c5747;
}
/* Linkit */
a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/* KUVAT */
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* RAKENNE */
body {
	text-align: center;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#header_container {
	height: 259px;
	background: url('leiskat/header.gif') bottom left no-repeat;
}
#container {
	width: 740px;
	margin: 0px auto;
	text-align: left;
	border: #000000 solid 1px;
}
	/* Navigaatio */
	#topnavi_container {
		clear: both;
		height: 86px;
	}
	/* PÄÄNAVIGAATIO */
	#topnavi {
		padding-top: 235px;
		float: left;
		width: 740px;
		text-align: center;
	}
	#topnavi span a.navi_level1 {
		color: #cccccc;
		text-transform: uppercase;
		font: bold 15px Arial, sans-serif;
		padding: 0px 15px 0px 15px;
		text-decoration: none;
	}
	#topnavi span a.navi_level1:hover,
	#topnavi span.active a.navi_level1  {
		color: #ffffff;
	}
	
/* SISÄLTÖ */
#content_container {
	clear: both;
	width: 740px;
	float: left;
	background: url('leiskat/content_container.gif') repeat-y;
	overflow: hidden;
}
	#content {
		background: url('leiskat/content.gif') bottom left no-repeat;
		float: left;
	}
	#left_container {
		float: left;
		width: 555px;
	}
	#left_content {
		padding: 15px 15px 15px 35px;
	}
	#right_container {
		float: right;
		width: 175px; 
	}
	#right_content {
		padding: 10px 0px 20px 0px;
	}
	#banners {
		text-align: center;
	}
	
#footer_container {
	clear: both;
	height: 24px;
	width: 740px;
}
	#footer {
		font-family: Arial, sans-serif;
		color: #ffffff;
		font-size: 10px;
		text-align: center;
		padding-top: 3px;
		padding-bottom: 20px;
	}