body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #c8d4e2;
	background-image:url(../img/site_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
	color: #333;
	margin-top: 5px;
}
img {
	border: 0px;
}	
a:link, a:visited, a:hover, a:active {
	color: #3460a8;
	text-decoration:none;
}	
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #3460a8;
}
h1 {
	font-size: 1.35em;
	margin-top: 0;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.10em;
}
p {
	font-size: 0.9em;
	line-height: 150%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#page {
	width: 863px;
	margin: 0px auto;
	text-align: left;
}
#header {
	width: 863px;
	height: 131px;
	background-image: url(../img/header_right.jpg);
	background-color: white;
	background-position:right top;
	background-repeat:no-repeat;
}
#navigation_bar {
	width: 833px;
	padding-left: 30px;
	height: 30px;
	background-image:url(../img/nav_bg.jpg);
	background-repeat:no-repeat;
	line-height: 30px;
}
#navigation_bar a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin-right: 8px;
}
#navigation_bar a.current {
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#navigation_bar a:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
#contentarea {
	width: 863px;
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-y;
}
#content_inner {
	width: 863px;
	min-height:780px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position: bottom;

}
#content_right {
	margin-right: 13px;
	margin-left: 30px;
	float:right;
}
#content {
	padding: 40px;
	padding-left: 50px;
	padding-top: 30px;
}
p .bluetext, p a.bluetext {
	color: #3460a8;
}
.kuvalinkit {
	display: block;
}	
.box {
	width: 171px;
	height: 174px;
	float:left; 
	display: block;

}
.box_img:hover {
	background-image:url(../img/box_bg2.jpg);
}
.box_img {
	width: 171px;
	height: 154px;
	text-align: center;
	background-image:url(../img/box_bg.jpg);
	background-repeat: no-repeat;
}
.box_link {
	padding-left: 2px;
	font-weight: bold;
}

#blank_navigation_bar {
	width: 833px;
	padding-left: 30px;
	height: 30px;
	background-image:url(../img/nav_bg_blank.jpg);
	background-repeat:no-repeat;
	line-height: 30px;
}
#blank_navigation_bar a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin-right: 8px;
}
#blank_navigation_bar a.current {
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#blank_navigation_bar a:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
