body,html {
	background: url(/kuvat/bodybg.png);
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
    width: 784px;
    margin: 0 auto;
}

#logo {
    height: 296px;
}

#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 {
	font-family: Trebuchet Ms;
	font-size: 11px;
    font-weight: bold;
    color: #6d5b38;
    text-align: center;
    background: #c2b79b;
    padding: 5px 0;
}

    #navigointi a {
        color: #6d5b38;
        text-decoration: none;
    }
    
    #navigointi a:hover {
        color: #6d5b38;
        text-decoration: underline;
    }

#container {
	padding: 15px 30px;
	color: #544c35;
	margin: 0 auto;
	text-align: left;
    background: #e3d7b7;
}

div.column-left {
	float: left;
	width: 60%;
    background: #FFF;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.column-right {
	float: right;
    padding: 15px;
	width: 30%;
	font-size: 11px;
}

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

    #container li {
        padding: 2px 0;
    }

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

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

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

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

#container a:hover {
	color: #87650b;
	text-decoration: underline;
}

div.content {
	padding: 10px 0;
	font-family: Trebuchet Ms;
	font-size: 12px;
    position: relative;
}

#footer {
    background: url(/kuvat/footer.png) top no-repeat;
	text-align: center;
	padding: 0 0 30px 0;
	font-family: Trebuchet Ms, sans-serif;
	font-size: 11px;
	color: #595144;
	margin: 0 auto;
    position: relative;
}

#footer a {
	color: #87650b;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #87650b;
	text-decoration: underline;
}

