body {
	font-family: helvetica, arial, sans, serif;
	font-size: 80%;
	color: #020202;
	background: #eaedfe url(img/bg2.jpg) scroll repeat-x;
}
p {
	font-size: 13px;
}
.right {
	float: right;
}
.clear {
	clear: both;
	padding-top: 10px;
}
form {
	width: 450px;
	padding: 0;
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
}
input, label { 
	display: block;
	width: 250px;
	height: 16px;
	float: left;
	padding: 1px 0 1px 1px;
	margin: 0 0 3px 0;
	font-size: 13px;
}
label {
	width: 140px;
	white-space: nowrap;
	clear: left;
	margin-left: -7px;
}
textarea {
	float: left;
	width: 250px;
	font-family: helvetica, arial, sans, serif;
	font-size: 13px;
	padding: 1px 0 1px 1px;
}
input.button {
	height: auto;
	width: auto;
	background: #0026ff url(img/input_button.jpg) scroll repeat-x;
	border: 1px solid #0026ff;
	padding: 2px;
	color: #fff;
	margin-right: 10px;
	font-size: 13px;
	cursor: pointer;
}
#container {
	width: 660px;
	margin: 20px auto;
	border: 1px solid black;
	background: #fff;
}

#header {
	width: 640px;
	height: 80px;
	padding: 25px 20px 20px 20px;
}
#header a img {
	text-decoration: none;
	border: 0;
	float: left;
	margin: 0 0 0 5px;
}
#header h1 {
	display: block;
	width: 500px:
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 30pt fixed;
}

#navi, #navi ul {
	padding: 0;
	margin: 0 20px;
	list-style: none;
	line-height: 1;
	height: 29px;
	background: transparent;
}

#navi a {
	display: block;
	width: 120px;
	padding-top: 6px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: transparent url(img/button3.gif) scroll no-repeat center top;
}
#navi a:hover, #navi a.nyt {
	background: transparent url(img/button3_2.gif) scroll no-repeat center top;
	text-decoration: underline;
}

#navi li { 
	float: left;
	padding: 2px;
	width: 120px;
	height: 29px;
}
#subnavi, #subnavi ul {
	list-style: none;
	height: auto;
	margin: 10px 25px 5px;
	padding: 0;
}
#subnavi li {
	display: block;
	float: left;
	margin-left: 5px;
}
#subnavi li a {
	color: #3D5AFF;
	border-bottom: 1px dashed #3D5AFF;	
	font-size: 1.1em;	
	text-decoration: none;
}
#subnavi li a.current, #subnavi li a:hover {
	color: #7A8EFF;
	border-bottom: 1px solid #7A8EFF;
}
span#kategoriat {
	display: block;	
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-bottom: 3px;
}
#content {
	width: 610px;
	min-height: 450px;
	padding: 10px 25px;
	background: #fff;
}
#content a, #footer a {
	color: #3D5AFF;
	border-bottom: 1px dashed #3D5AFF;
	text-decoration: none;
}
#content a:hover, #footer a:hover {
	color: #7A8EFF;
	border-bottom: 1px solid #7A8EFF;
}
#content .kuva {
	float: left;
	width: 90px; height: 70px;
	margin: 5px 5px 5px 0; padding: 10px;
	text-align: center;
	border: 1px solid gray;
}
#content .kuva img {
	display: block;
	max-height: 90px; max-width: 90px;
	margin: 0 auto;
	text-align: center;
	border: 0;
}
#content .kuva a, #content .kuva a:hover {
	border: 0;
	text-decoration: none;
}
#content .kuva p {
	margin: 5px 0 0 0;
	text-align: left;
}

#footer {
	clear: both;
	text-align: center;
	background: transparent;
}