/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #a7d2e2 url(img/bg2.jpg) no-repeat center top;;
	color: #333;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #3; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #2a2a2a;
	margin: 0 auto;
	width: 761px;
}
#container {
	background: #f7f7f7;
	border-top: 6px solid #2a2a2a;
	border-bottom: 6px solid #2a2a2a;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 749px;
}

/* header */
.title {
	background: #dbdbdb;
	border-top: 1px solid #7f7f7f;
	margin: 0;
	padding: 0;
	height:141px;

}
.title h1 {
	color: #333;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}


/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.jpg) repeat-x; height: 41px;
	border-top: 1px solid #7f7f7f;
}
.navigation a {
	background: #FFF url(img/nav.jpg) repeat-x;
	border-right: 1px solid #bebebe;
	color: #333;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.content {padding: 0px 10px; border-bottom: 1px solid #7f7f7f;}
.etusivu {width: 100%; position: relative; clear: both;}
.vasen {width: 55%; position: relative; float: left;}
.oikea {width: 44%; position: relative; float: right;} 
.vasen2 {width: 45; position: relative; float: left;}
.oikea2 {width: 54%; position: relative; float: right;} 