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

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	}

#container {
	width: 900px;
	}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 900px;
	height: 245px;
	}
	#header h1 {
		display: none;
		}
	ul#menu {
		list-style: none;
		color: #fff;
		position: absolute;
		left: 335px;
		top: 222px;
		}
	ul#menu li {
		float: left;
		border-right: 1px solid #fff;
		padding: 0 20px;
		}
	ul#menu li.last {
		border: 0;
		}
	ul#menu a:link, ul#menu a:visited, ul#menu a:hover, ul#menu a:active {
		color: #fff;
		text-decoration: none;
		}

#content {
	background: url(images/content.jpg) no-repeat;
	width: 900px;
	height: 669px;
	}

#right {
	float: right;
	width: 540px;
	padding: 5px 5px 0 0;
	color: #333333;
	height: 538px;
	overflow: auto;
	}
	
#right h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0 15px 0;
	}
#right p {
	margin: 0 0 10px 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	}
#right p.justify {
	text-align: justify;
	}
#right ol, #right ul {
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 20px;
	}
	

#left {
	float: left;
	width: 302px;
	padding: 185px 0 0 20px;
	}
#left h3 {
	color: #fff;
	font-size: 1em;
	padding: 8px 0 8px 0;
	}
#left h4 {
	color: #333333;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	}
div.post {
	padding: 0 10px 10px 20px;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
#loginform {
	height: 115px;
	padding: 30px 0 0 0;
	color: #fff;
	}
#loginform br {
	clear: both;
	}
#loginform label {
	display: block;
	width: 60px;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	}
#loginform input {
	border: 1px solid #000;
	margin-bottom: 10px;
	}
#loginform input#submit {
	border: 0;
	background: none;
	color: #fff;
	position: relative;
	left: 60px;
	}
	
	
#footer {
	background: #1E1E1E;
	color: #fff;
	font: 10px/10px Arial, Helvetica, sans-serif;
	padding: 10px;
	}

a#suom, a#eng {
	display: block;
	height: 22px;
	width: 22px;
	text-decoration: none;
	}
a#suom span, a#eng span{
	visibility: hidden;
	}
a#suom {
	position: absolute;
	top: 143px;
	left: 845px;
	}
a#eng {
	position: absolute;
	top: 143px;
	left: 871px;
	}

