@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:15px;
}
#wrapper {
	margin: auto;
	width: 600px;
}
#header {
	background-image: url(header2.png);
	width: 555px;
	height: 359px;
}
#nav {
	background-color: #ffffff;
	text-align: center;
	width: 516px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav .normal {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
#nav .normal:hover {
	color: #FF0000;
	cursor: crosshair;
}
#nav #active {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 5px;
	text-decoration: none;
}
#content {
	background-color: #ffffff;
	width: 476px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height:14px;
	text-align: justify;
	list-style-image: url(napikka.png);
}

#content a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
	cursor: crosshair;
}
.thumbs {
	border: 2px solid #FF0000;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}
h1 {
	font-size: 14px;
	text-align: left;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	letter-spacing: 2px;
	line-height:25px;
}
h2 {
	color: #000000;
	font-size: 13px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	line-height:20px;
}

.boldit {
	letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
#footer {
	background-image: url(footer2.png);
	clear: both;
	height: 27px;
	width: 516px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
}
.kysyttya {
	color:#FF0000;
	font-weight: bold;
}
#content .kuvat img {
	height: 30px;
	width: 30px;
	border: 2px solid #FF0000;
}
