body {
	margin: 0; padding: 0;
	background: #181818;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
}

div { margin: 0; padding: 0; }

img { border: none;}

h1 { font-size: 1.2em; }
h2 { font-size: 1.15em; }
h3 { font-size: 1em; }

p, li { line-height: 1.75em; }

a {	text-decoration: underline; color: #fff; }
a:hover { text-decoration: none; }

.underline { text-decoration: underline; }
.req { color: #ff003c; }

#keskitys {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	margin: 0; padding: 0;
	height: 300px;
	width: 900px;
	background: url(images/header.jpg) top no-repeat;
}

#header h1 { margin: 0; padding: 0; }

#header h1 a {
	margin: 0 150px 0 150px;
	display: block;
	height: 150px;
	width: 600px;
	text-indent: -9999px;
	outline: none;
}

#container {
	margin: -150px 0 0 0;
	width: 900px;
	float: left;
}

#leftbar {
	margin: 150px 0 0 0 ;
	float: left;
	width: 150px;
}

#main {
	margin: 0 0 20px 0;
	float: left;
	width: 500px;
	padding: 50px 48px 20px 48px;
	background: #181818;
	border: 2px solid #4d4d4d;
}

#navi {
	margin: 0 0 20px -5px;
	width: 500px;
	float: left;
}

#navi ul {
	padding: 0; margin: 0;
	line-height: 10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

#navi ul li {
	display: inline;
	float: left;
	margin: 0 5px 0 5px;
}

#navi ul li a {
	text-decoration: none;
	color: #000;
	padding: 10px;
	background: #fff;
}

#navi ul li a:hover  {
	background: #f1f1f1;
	text-decoration: underline;
}

#content {
	
	float: left;
	width: 350px;
}

#contentFull {
	clear: both;
	width: 500px;
}

#contentRight {
	margin: 50px 0 0 10px;
	float: left;
	width: 140px;
}

#footer {
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}


