/* general */

body {
	background: #CCCCCC url(../kuvat/background.gif);
	font-family: "Georgia", "Serif", "Sans-serif", "Arial";  
	color: #080808;
	font-size: 9pt;
	line-height: 18pt;
	margin: auto 0 auto; 
}
	
li {
	list-style-type: none;
} 

ul {	
	padding-left: 0px;
	margin-left: 0px;
}
	
/* header */

#headerwrap {
	margin: 0 auto;
	background: #F2F1EC url(../kuvat/header_background.jpg) repeat-x;
	height: 300px;
	width: 1000px;
}

#bannercontainer {
	background: url(../kuvat/banner.jpg) right no-repeat;
	float: left;
	padding-left: 75px;
	height: 275px;
	width: 225px;
}

	#bannercontainer h1 { 
		width: 100%; 
		margin: 0 auto; 
		height: 275px; 
		}

	#bannercontainer h1 a { 
		height: 275px; 
		display: block; 
		width: 100%; 
		}

#headercontainer {
	background: #FDFCF8 url(../kuvat/header.jpg);
	float: left;
	height: 175px;
	width: 625px;
	float: left;
}

/* nav controls */

#navcontainerfirst {
	background: url(../kuvat/navcontainerfirst_background.jpg) no-repeat;
	float: left;
	padding: 8px 12px 0px 12px;
	margin: 0px 0px 0px 40px;
	width: 236px;
	height: 92px;
}

.navbuttonnumbers {
	float: left;
	clear: right; 
	padding: 0px;
	height: 24px;
	width: 52px;
	text-align: center;
}

	.navbuttonnumbers h1 { 
		width: 52px; 
		height: 24px; 
		font-weight: normal;
		margin: 0px;
}

	.navbuttonnumbers h1:hover {
		background: url(../kuvat/header_button_numbers_hover.jpg) no-repeat;
}

	.navbuttonnumbers h1 a { 
		width: 52px; 
		height: 24px; 
		display: block; 
		font-size: 9pt;
		color: #85827B; 
		text-decoration: none;
}

	.navbuttonnumbers h1 a:hover {
		color: #F2F1EC; 
		background: url(../kuvat/header_button_numbers_hover.jpg) no-repeat;
}

#navcontainer {
	float: left;
	width: 340px;
}
		
.navbutton {
	float: left;
	background: url(../kuvat/header_button.jpg) no-repeat;
	padding-right: 4px;
	height: 31px;
	width: 100px;
	text-align: center;
}

	.navbutton h1 { 
		width: 100px; 
		height: 31px; 
		font-weight: normal;
		margin-top: 0px;
		padding-top: 0px;
		
}

	.navbutton h1:hover {
		background: url(../kuvat/header_button_hover.jpg) no-repeat;
}

	.navbutton h1 a { 
		width: 100px; 
		height: 31px; 
		display: block; 
		font-size: 12pt;
		color: #85827B; 
		text-decoration: none;
		line-height: 30px;
}

	.navbutton h1 a:hover {
		color: #080808; 
		background: url(../kuvat/header_button_hover.jpg) no-repeat;
}
	
/* main */

#mainwrap {
	background-color: #F2F1EC;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding-top: 7px;
	text-align: justify; 
	text-justify: auto;
}

#yellow {
	width: 850px;
	background: #080808 url(../kuvat/background_index.jpg);
	padding: 0px 75px 0px 75px;
	border-top: 8px #C2A416 solid;
}

#red {
	width: 850px;
	background: #080808 url(../kuvat/background_index.jpg);
	padding: 0px 75px 0px 75px;
	border-top: 8px #C62F21 solid; 
}

#black {
	width: 850px;
	background: #080808 url(../kuvat/background_index.jpg);
	padding: 10px 75px 0px 75px;
	border-top: 8px #D5D4D4 solid;
}

#blue {
	width: 850px;
	background: #080808 url(../kuvat/background_index.jpg);
	padding: 10px 75px 0px 75px;
	border-top: 8px #3F9ECC solid;
}

#green {
	width: 850px;
	height: 350px;
	background: #080808 url(../kuvat/background_index.jpg);
	padding: 10px 75px 0px 75px;
	border-top: 8px #7FAF41 solid;
	border-bottom: 3px #BDBBB6 double;
}

.box {
	float: left;
	width: 180px;
	height: 300px;
	background: #12100D url(../kuvat/background_index_box.jpg);
	color: #F2F1EC;
	font-size: 8pt;
	line-height: 14pt;
	padding: 10px 10px 0px 10px;
	margin: 15px 12px 8px 0px;
}

.box:hover { 
	background: #12100D url(../kuvat/background_index_box.jpg);
	}
	
.box img {
	float: left;
	padding-bottom: 10px;
}

.box a { 
	color: #BDBBB6;   
	text-decoration: none; 
		}

.box a:hover { 
	color: #F2F1EC;
	}
	
.boxnull {
	float: left;
	width: 180px;
	height: 300px;
	background: #12100D url(../kuvat/boxnull_background.jpg);
	color: #F2F1EC;
	font-size: 8pt;
	line-height: 14pt;
	padding: 10px 10px 0px 10px;
	margin: 15px 12px 8px 0px;
}
				
#labelfirst {
	margin: 10px 0px 0px 75px;
}

.label {
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
}

#text:first-letter {
	overflow: auto;
	float: left;
	display: block;
	font-family: "Georgia", "Serif", "Sans-serif", "Arial"; 
	color: #080808;
	font-size: 20pt;
	border: 3px double #080808;
	padding: 5px;
	margin-top: 7px;
	margin-right: 5px;
	}

#mainwrap h1 {
	font-family: "Georgia", "Serif", "Sans-serif", "Arial";
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #F2F1EC;
	margin-bottom: 3px;
}

#mainright h1 {
	margin-left: 24px;
}

#mainwrap h2 {
	font-size: 12pt;
	text-transform: uppercase;
}
	
/* footer */

#footerwrap {
	clear: both;
	background: #080808;
	margin: 0 auto;
	height: 470px;
	width: 1000px;
	color: #F2F1EC;
	font-size: 8pt;
	line-height: 11pt;
}

#footerwrap a, footerwrap a:link, footerwrap a:visited { 
		font-size: 9pt;
		line-height: 14pt;
		color: #BDBBB6; 
		padding: 3px;  
		text-decoration: none; 
		}
		
#footerwrap a:hover { 
		color: #1D1D1D;  
		padding: 3px; 
		background: #EBE8E3;
		}
		
#footerwrap h1 {
	font-size: 10pt;
	font-style: italic;
}

.footercontainerfirst {
	float: left;
	width: 440px;
	padding: 30px;
	height: 250px;
	}

.footercontainer {
	float: left;
	width: 210px;
	padding: 30px;
	padding-right: 10px;
	height: 250px;
	}