body { 
	font-family: Verdana;
    font-size: 12px;
    color: black;
	background-image: url('kuvat/bg_leather.png');
	background-repeat: repeat;
	background-color: #28333F;
}

img { border: none; }

div#wrapper {
	margin: auto;
	width: 800px;
}
div#logo {
	margin-top: 40px;
	clear: left;
	text-align: right;
}
div#leftmenu {
	float: left;
	width: 100px;
}
div.menubutton {
	margin-bottom: 1px;
	background-color: #F3F1E7;
}
div.menuhead {
	margin-bottom: 1px;
	background-color: #F3F1E7;
}
div.menumiddle {
	margin-top: 24px;
	margin-bottom: 1px;
	background-color: #F3F1E7;
}
div.menubutton:hover {
	background-color: #D8D7D2;
}
div#rightmain {
	margin-left: 100px;
	background-color: #F3F1E7;
	padding: 15px;
}
div#bottom {
	clear: both;
	text-align: right;
}

div.menubutton a {
display:block;
color: black;
text-decoration: none;
}

div.menuhead img {
	vertical-align:middle;
}

div.menumiddle img {
	vertical-align:middle;
}

div.menubutton img {
	vertical-align:middle;
}



.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#etusivuvasen {
	width: 500px;
	float: left;
}
#etusivuoikee {
	float: right;
	text-align: center;
}

.center {
	text-align: center;
}