body {
	background-image: url("images/body_tausta.jpg");
	background-repeat: repeat-x;
	background-color: #8a8258;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Lucida Grande;
	font-size: 12px;
	text-align: center;;
	padding: 0;
}

h3 {
	width: 100%;
	border-bottom: 1px solid #423c20;
	border-left: 16px solid #423c20;
	font-family: sans-serif;
	padding-left: 5px;
	font-size: 15px;
	color: #423c20;
}

#runko {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#otsikko {
	background-image: url("images/otsikko.jpg");
	height: 175px;
	border-left: 1px solid #595026;
	border-right: 1px solid #595026;
	width: 900px;
}

#main {
	background-image: url("images/tausta.jpg");
	width: 900px;
	border-left: 1px solid #595026;
	border-right: 1px solid #595026;
	border-bottom: 1px solid #595026;
}

#footer {
	text-align: right;
	font-size: 10px;
	color: #b2a97a;
}

.vasenpalkki {
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url("images/logo.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.vasenpalkki ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.vasenpalkki a {
	font-size: 14px;
	color: #423c20;
	text-decoration: none;
	text-transform: uppercase;
	width: 80%;
	padding: 2px 5px 2px 5px;
}

.vasenpalkki a:hover {
	text-decoration: underline;
	color: #5c5c5c;
}

.vasenpalkki li {
	display: inline
}

.selected {
	font-weight: bold;
}

.content {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	font-size: 12px;
}