body {
	background-color: #FFFEE5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,p,div,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.otsikko,h1,h2,h3,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #4D6656;
}
a:link {
	text-transform: none;
	color: #006699;
	text-decoration: underline;
}
hr {
	background-color: #4D6656;
	border: 0px;
	color: #4D6656;
	height: 1px;
}

/* layout */

div.header {
	margin-left:auto;
	margin-right:auto;
	width:952px;
	background-color:#4D6656;
}

div.layout {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:950px;
	background-color:#FFFEE5;
	border-left:1px solid #4D6656;
	border-right:1px solid #4D6656;
	border-bottom:1px solid #4D6656;
	background-image: url(images/left_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}

div.menu {
	float:left;
	width:250px;
	margin-bottom:100px;
}

div.main {
	float:left;
	width:640px;
	padding:30px;
}

td.news {
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFEE5;
	border-left:2px solid #7F987D;
	border-right:2px solid #7F987D;
}