@CHARSET "ISO-8859-1";

html {
	background: none repeat scroll 0 0 #9E895C;
}

body {
    color: #4C1803;
    font: 80% "Century Gothic",Geneva,Verdana,Arial,Helvetica,sans-serif;
	margin: 0 auto;	
}

#page-wrapper {
	background: url("../kuvat/koynnos.png") repeat-x scroll center top #FFFFFF;
	padding-top: 10px;
}

#header-wrapper {
	height: 150px;
	width: 1100px;	
	margin: 0 auto;	
	border: 5px solid white;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: url("../kuvat/header.png");
}

#header-logo {
	height: 80px;
	float: left;
	width: 610px;	
}

#header-navigation {
	float: right;
	width: 416px;
	margin-right: -110px;
	margin-top: 96px;
}

#main {
	height: 450px;
	margin: 0 auto;	
	margin-top: 10px;
	width: 1000px;
	padding-top: 50px;
}

#main_levyt {
	height: 720px;
	margin: 0 auto;	
	margin-top: 10px;
	width: 1000px;
	padding-top: 50px;
}

#content_left {
	float: left;
	width: 60%;
}

#content_right {
	float: right;
	width: 35%;
}

#content_wide {
	width: 95%;
/* TARKISTA TÄMÄ!!!*/
	height: 600px;
}

#footer-wrapper {
	background: #9E895C;
	color: #222222;
	padding-top: 10px;
	padding-left: 300px;
	height: 170px;
}

#footer-left {
	width: 20%;
	border-right: 1px dotted #222222;	
	padding-left: 0px;
	float:left;
}

#footer-middle {
	width: 30%;
	border-right: 1px dotted #222222;	
	padding-left: 0px;
	float:right;
	padding-top: 100px;
}

.levy_table {
	width: 700px;
}

.levy_table .left_column {
	width: 45%;
	vertical-align: top;
}

.levy_table .right_column {
	width: 55%;
}

.levy_table img, .kontenttikuva {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}		

.slide_inner div p {
	font-weight: bold;	
}

#himmennetty {

	color: #BFB099;
}