body{
	background-color: white;
	color: #3f3921;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	margin: 0; padding: 0;
}
h1 {
	margin-top: 0px;
	/*width: 600px;*/
	border-bottom: 1px solid #999278;
	border-left: 20px solid #999278;
	padding-left: 5px;
	font-size: 20px;
	font-weight: normal;
}
.img {
	float: left;
	border: none;
}
img {
	border: none;
}
#runko {
	margin-right: auto;
	margin-left: auto;
	width: 965px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
}

#main {
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	
	padding: 10px 50px 0 50px;
}
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
#mainmenu {
	padding-bottom: 10px;
	border-bottom: 1px solid #c4bda1;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainmenu li {
	padding: 0 10px 0 0px;
}

#mainmenu a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #262009;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #60593d;
}
#mainmenu .selected,#mainmenu .selected a {
	text-decoration: underline;
}

#ajankohtaista {
	float: left;
	margin-left: 10px;
	width: 280px;
	border-left: 1px solid #c4bda1;
	padding-left: 10px;
}


/* Uutiset */

.uutisotsikko
{
	padding: 4px 0px 2px 4px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	
}

.uutisteksti
{
	padding: 5px 10px 10px 10px;
}

