body	 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12pt;
	background-image: url('pattern.jpg');
	#background: #c2c2c2;
}

h1	 {
	color:#FFFFFF;
	font: Arial,Helvetica,sans-serif;
	font-size: 18pt;
	line-height: 130%;
}

h2	 {
	color:#CC5500;
	font: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

h3	 {
	color:#0f1b40;
	font: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

h4	 {
	color:#223e91;
	font: Arial,Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: normal;
}

footer	{
	color:#FFFFFF;
	font: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

a	{
	line-height: 16pt;
}

#kuva	{
	width: 144px;
	height: 188px;
	float: right;
	padding: 15px;
}

#map	{
	float: right;
	padding: 15px;
}

#wrapper	{
	border-radius: 15px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	min-width: 768px;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#header	{
	border-radius: 15px 15px 0px 0px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
    #background: url(banner.jpg) repeat-y;
    background: #0f1b40;
	margin-bottom: 0;
	height: 90px;
}

#menu {
	margin-top: 0;
	float: left;
	width: 100%;
	background: #1D3680;
	overflow: hidden;
	position: relative;
}

#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#menu ul li a {
	display: block;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background:#1D3680;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

#menu ul li a:hover {
	background:#333333;
	color:#DDDDDD;
}

#menu ul li a.active,
#menu ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight: normal;
}

#content	{
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
}

#footer	 {
	height: 25px;
	border-radius: 0px 0px 15px 15px;
	background: #0f1b40;
	text-align: center;
	line-height: 25px;
}