body,html {
	background: url(../kuvat/tausta.png) center top repeat-y #1e2023;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo {
	height: 300px;
	width: 790px;
	margin: 0 auto;
	position: relative;
}

#poll {
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 150;
}

#poll-background {
	padding: 10px;
	background: url(../kuvat/transparent.png);
	position: relative;
}

#poll-close {
	top: 15px;
	right: 15px;
	position: absolute;
	z-index: 200;
	background: #895f2d;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 18px;
	height: 18px;
}

#poll-close a {
	color: #000;
	text-decoration: none;
}

#poll-close a:hover {
	color: #000;
	text-decoration: none;
}

#poll-content {
	background: #000;
	width: 490px;
	padding: 15px;
	border: 1px solid #272727;
	color: #aaaaaa;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
}

#navigointi {
	background: url(../kuvat/navigointi.png) left top repeat-x;
	height: 28px;
	margin: 0 auto 15px auto;
	font-family: Verdana;
	font-size: 11px;
	padding: 0 15px;
	float: right;
}

#navigointi div.navi-item {
	float: left;
	padding: 7px 10px;
	text-align: center;
	cursor: pointer;
}

#navigointi a {
	color: #e17a00;
	text-decoration: none;
	font-weight: bold;
}

#navigointi div.navi-item:hover {
	color: #e17a00;
	cursor: pointer;
	text-decoration: none;
}

div.column-left {
	float: left;
	width: 450px;
	padding-right: 15px;
}

div.column-right {
	float: right;
	width: 215px;
	font-size: 11px;
	font-family: Verdana;
}

div.actions {
	float: right;
	font-size: 11px;
	padding: 5px 0;
	width: 45%;
	text-align: right;
}

#container {
	width: 730px;
	padding: 15px 30px;
	color: #aaaaaa;
	margin: 0 auto;
	text-align: left;
}

#container li {
	padding: 2px 0;
}

#container span.news-date {
	color: #895f2d;
}

#container div.news-box {
	border-bottom: 1px dotted #895f2d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h1, div.title {
	text-align: left;
	margin: 0;
	color: #aaaaaa;
	font-family: Trebuchet Ms, Times, sans-serif;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 2px solid #895f2d;
}

#container a {
	color: #e17a00;
	text-decoration: none;
	font-weight: bold;
}

#container a:hover {
	color: #9a5300;
	text-decoration: underline;
}

div.content {
	padding: 15px;
	font-family: Verdana;
	font-size: 12px;
}

#footer {
	width: 730px;
	text-align: center;
	padding: 15px 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #626262;
	border-top: 1px solid #626262;
	margin: 0 auto;
}

#footer a {
	color: #895f2d;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #61421d;
	text-decoration: underline;
}

