/* general */

body {

	background: #000 url(../kuvat/background.jpg) repeat-y;
	font-family: "Times New Roman", "Sans-serif", "Geneva", "Arial";
	color: #000;
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0;
	}

a {
	color: #B13109;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	}

h1 {
	color: #B13109;
	font-size: 14pt;
	text-transform: uppercase;
	border-bottom: 1px solid #B13109;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 20px;
}

h1:first-letter {
	text-transform: uppercase;
	font-size: 17pt;
	}
	
  
h2 {
	color: #B13109;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
}

h3 {
	font-size: 13pt;
	font-style: italic;
}

li {
	list-style: none;
}

dl {
	list-style: none;
	margin-left: 55px;
}
  
.hoverimg {
	border: 0;
}

.leftimg {
	float: left;
	padding-right: 10px;
}

.finalist {
	float: left;
	padding-top: 10px;
}

.up {
	font-size: 8pt;
	text-transform: uppercase;
}

/* form */

form { 
	margin-top: 0; 
	}
	
select, input, textarea, file { 
	border-color: #BBBBBB #DDDDDD #DDDDDD #BBBBBB; 
	border-width: 1px; 
	border-style: solid; 
	background-color: #FFFFFF;
	}

/* header */



#header {
	float: left;
	overflow: auto;
	background: url(../kuvat/header.jpg) no-repeat;
	width: 845px;
	height: 292px;
	}

#header h1 {
	color: #B13109;
	font-size: 13pt;
	border-bottom: none;
	}
	
/* links */

	
#links {
	position: absolute;
	top: 0px;
	left: 855px;
	padding-top: 75px;
	float: left;
	width: 230px;
	text-align: right;
	border-right: 1px solid #878787;
	font-size: 10pt;
	color: #000;
	
	/* line-height:30px; */
    }
		
	#links a, links a:link, links a:visited {
	color: #878787;
	padding: 4px 10px 4px 10px;
		}
		
	#links a:hover {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
		}
		
#links h1 {
	text-align: right;
	font-size: 10pt;
	color: #555555;
	text-transform: uppercase;
	padding-right: 10px;
	border-bottom;
}

#links h1:first-letter {
	text-transform: uppercase;
	font-size: 14pt;
	}
	
#links ul#info {
	text-align: right;
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 0px;
	color: #878787;
}

#links ul#info a {
	padding-right: 0px;
	padding-left: 0px;
}
	
	
/* nav */

#navcontainer {
	float: left;
	overflow: auto;
	padding-left: 105px;
	padding-top: 10px;
	background: url(../kuvat/navcontainer.jpg) no-repeat;
	font-size: 12pt;
	width: 846px;
	height: 124px;
	text-align:center;
}

	#nav ul {
        list-style-type: none;
        width: 120px;
		float: left;
		margin: 0;
		padding: 7px;
	} 

	#nav li {
	}

	#nav li a {
	font: bold 90% "Times New Roman", "Sans-serif", "Geneva", "Arial";
	color: #B13109;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	height: 18px;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	}

		* html #nav li a {
			width: 150px;
			height: 20px;
		}

	#nav li a:hover {
	color:#FFF;

	}

	#nav a em { 
		padding: 5px;
		margin-top: 5px;
        display: block;
        font: normal 100% "Times New Roman", "Sans-serif", "Geneva", "Arial";
		text-transform: none;
		line-height: 14px;
		border-top: 1px #fc0 dashed;
	}
	
/* main content */

#finaltext {
	/*float: right; */
	width: auto;
}

#maincontainer {
	background-color:#EAEAEA;
	overflow: auto;
	background: url(../kuvat/main_background.jpg);
	width: 714px;
	float: left;
	margin-left: 75px;
	margin-top: -10px;
	padding: 15px;
	border:#000 thick;
	}
	
/* footer */

#footer {
	float: left;
	overflow: auto;
	background: url(../kuvat/footer.png) no-repeat;
	width: 744px;
	height: 160px;
	font-size: 8pt;
	color: #F00;
	margin-top:0px;
	margin-left: 75px;
	margin-bottom: 20px;
	background-color: #000;
	}
	
	h2.footer {
	font-size: 8pt;
	text-align: center;
	} 
