﻿/* Perustyylit */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-image: url(kuvat/corona_bg_grad.gif);
	background-repeat: repeat-x;
	background-color: #415951;
	text-align: center;
	font-size: 12px;
}

/* Sivurakenne */
#logot{
	float: right;
	margin: 10px 35px 0px 35px;
	padding: 0px;
	width: 630px;
	height: 65px;	
}
.navigation{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 140px;
	border-top: 2px #00335d solid;
	text-align: left;
	float: right;	
}
.pictures 
{
	margin: 0px 0px px 0px;
	padding: 0px 0px 10px 0px;
	width: 140px;
	border-top: 2px #00335d solid;
	text-align: left;
	float: right;
}
.linkkikuvat 
{
	width: 430px;
	float: left;
}
#varjo {
	margin: 0px auto;
	padding: 0px;
	width: 704px;
	border-left: solid 2px #25322d;
	border-right: solid 2px #25322d;
	border-bottom: solid 2px #25322d;
}
#container {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left;
	width: 700px;	
	background-color: #000;
	border-left: solid 2px #1a2421;
	border-right: solid 2px #1a2421;
	border-bottom: solid 2px #1a2421;
}
#footer {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 700px;
	height: 30px;
	clear: both;
}

/* Kolmas sarake ja sen sisältö*/
#contacts 
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 60px;
	width: auto;
	float: right;
	text-align: right;
}

.news {
	border-top: 2px #00335d solid;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 146px;
	height: auto;
	float: left;
	overflow: hidden;
}

#footervarjo
{
	background-position: bottom;
	background-image: url(kuvat/footer_bottom.gif);
	background-repeat: repeat-x;
	margin: auto;
	text-align: right;
	height: 4px;
}
#contacts p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0099FF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 9px;
	line-height: 14px;
}
