html {
	background-image: url(/img/tausta.jpg);
	background-repeat: repeat;
}

body {
	background-image: url(/img/tausta_valkoinen.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}

img, div {
	padding: 0;
	margin: 0;
	border: 0;
}

#document {
	width:866px;
	margin: 0 auto;
	position: relative;
}

#ylavalikko {
	width:866px;
}

#ylavalikko img {
	float: left;
}

#menu {
	clear: both;
	float: left;
	background: #0C4DA2 url(/img/menu.jpg) no-repeat top left;
	height: 50px;
	width: 866px;
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0;
	padding: 0 12px;
	list-style-type: none;
	border-left: 2px solid #FFF;
	float: left;
}

#menu ul li:first-child {
   border-left: none;
}

#menu ul li a {
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

#menu ul li a:hover {
  color: #000;
}

#content {
	width:380px;
	padding: 40px 20px 0 20px;
	font-size: 12px;
	float: left;
	min-height: 400px;
}

#page-etusivu #content {
	float: right;
}

#sidebar {
	width:365px;
	padding: 30px 25px 30px 25px;
	float: left;
	text-align: center;
}

#alavalikko {
	width:866px;
	z-index:3;
	background-color: #FFFFFF;
	bottom: 0px;
	position: absolute;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #03C;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {
	color: #0033CC;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #0033CC;
	text-decoration: none;
}

#kantis {
	position: absolute;
	top: 20px;
	right: -160px;
}

