body {
	margin: 0;
	font-family: arial, verdana, tahoma;
	background: url('kuvat/tausta.gif') repeat-y;
}

#kokosivu {
	width: 749px;
	border-right: 1px black solid;
}

#logo {
	background: url('kuvat/logo.jpg') no-repeat;
	width: 100%;
	height: 170px;
	clear: both;
}

#logo div {
	font-size: 0;
	color: white;
}

#valikko {
	float: left;
	width: 140px;
}

#valikko ul {
	margin: 0;
	padding: 0;
}

#valikko li {
	background: url('kuvat/valikko.gif') 100% 0 no-repeat;
	width: 120px;
	height: 23px;
	margin-top: 5px;
	padding-left: 15px;
	list-style-type: none;
}

#valikko a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#valikko div {
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#valikko div a {
	font-size: 12px;
	color: #428BAC;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#leipa {
	float: right;
	width: 540px;
	padding: 0px 30px 30px 30px;
	font-size: 13px;
	color: black;
}

#leipa a {
	font-weight: bold;
	text-decoration: none;
}

#leipa li {
	list-style-type: square;
	color: black;
}

h1 {
	font-size: 16px;
	color: #428BAC;
}

input, textarea {
	border: 1px #428BAC solid;
	background-color: #9ACADE;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}