html {
	min-height: 100%;
	height: auto;
	overflow-y: scroll;	
}

body {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
}

h2, h3, h4, h5, p {
	margin-bottom: 1em;
}

h1 {
	display: none;
}

h2  {
	font-size: 16px;
	font-weight: bold;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

blockquote {
	padding: 5px;
	margin: 0 0 1em 25px;
}

a {
	font-weight: bold;
	color: #213543;
}

form p {
	clear: both;
}

form em {
	color: #666;
}

form label {
	width: 150px;
	display: block;
	float: left;
	color: #666;
}

form textarea {
	width: 293px;
}

.clear {
	clear: both;
	visibility: none;
}

#wrapper {
	width: 910px;
	padding: 0px;
	margin: 0px auto 0 auto;
	text-align: left;
	background: #fff;
}

#header {
	width: 910px;
	height: 236px;
	background: url('../images/header_bg2.jpg') left top no-repeat;	
}

#navigation{
	width: 150px;
	height: 160px;
	padding-top: 10px;
	padding-left: 170px;
	float: left;	
	}

#navigationul li{			
	list-style-type: none;
	padding: 6px 5px 3px 10px;	
}

#navigationul li.aktiivinen{
	background-image: url('../images/viiva.gif');
	background-repeat: no-repeat;
	background-position: bottom left;			
	padding: 6px 5px 3px 10px;		
}

#navigation ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #213543;
}

#navigation li a:hover {
	color: #ECECEC;
}

#mainimage{
	width: 560px;
	height: 218px;
	float: right;
	margin:0px;
	padding: 0px;
	}

#contact {
	width: 150px;
	height: 40px;
	color: white;
	padding-left: 180px;
	font-size: 11px;
	font-weight: bold;
}

#sidebar {
	width: 215px;
	padding-top: 10px;
	padding-left: 125px;
	padding-right: 10px;
	margin: 0px;
	height:400px;
	float: left;
	background: url('../images/left_bg2.jpg') left top no-repeat #fff;
}

	#sidebar h2 {
		font-size:12px;
		padding:10px 0px 5px 0px;
		text-transform: uppercase;
		font-weight: bold;		
	}

	#sidebar h3 {
		font-size:12px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}	
	
	#sidebar a:hover {
		color: #416985;
	}	

	#sidebar p {
		font-size: 11px;
	}	

	#sidebar p a{
		font-weight: normal;
	}	
			
#content {
	width: 500px;
	min-height: 400px;
	padding: 15px 15px 20px 40px;
	float: left;
}



	#content a {
		color: #003466;
	}

	#content h2 {
		font-size: 16px;
		margin: 10px 15px 10px 0px;
		border-bottom: 1px solid #ddd;		
	}

	#content h3 {
		font-size: 14px;
		text-align:left;
	}
	
	#content p{
		font-size: 12px;
	}
	

	#content ul {
		list-style: disc;
		margin-left: 60px;
	}

#gallery {
	width: 499px;
	height: 170px;
	float: left;
	background: url('../images/gallery_background.jpg') left top no-repeat;
}

	#gallery a.nav_prev {
		float: left;
		position: relative;
		top: 70px;
		left: 15px;
		font-size: 2em;
	}
	
	#gallery a.nav_next {
		float: right;
		position: relative;
		top: 70px;
		right: 15px;
		font-size: 2em;
	}

	#gallery img {
		width: 100px;
		height: 85px;
		border: 1px solid #fff;
		float: left;
		position: relative;
/*		top: 43px;
		left: 25px; */
		margin-right: 5px;
	}

#footer {
	border-top: 2px solid #DFE3EB;	
	width: 490px;
	text-align:center;
}

	#footer a {
		font-weight: normal;
		color: #ccc;
	}
