body {
	text-align: center;
	min-width: 1048px;
	background: #E8E8E8 url(../pix/tausta.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


#wrapper {
	margin:0 auto;
	width:1048px;
	text-align: left;
	background-color: #EFF4F8;

}

/*Yläpalkki ja navigointi***************************************************/

#y {
	background: url(../pix/y2.jpg) no-repeat top left;
	width: 1048px;
	height: 158px;
	position: relative;
}

#navi {
	width: 709px;
	position: absolute;
	top: 133px;
	left: 8%;
	float: left;
}

ul#menu {
	margin:0;
	padding:0;
	border: 0;
   display:block;
}

ul#menu li {
	margin:0;
	padding:0;
	border: 0;
	list-style:none;
	display:block;
	text-decoration:none;
	width:130px;
	height:28px;
   	float: left;
	text-align: center;
	padding-bottom: -2px;
}

.yhteydenotto{
	padding-left: 15px;
}

ul#menu li a {
	display:block;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

 ul#menu li a{
	color: #F2F2EF;
}

ul#menu li a:hover, ul#menu li a:active{
	color:#8FB5D2;
}

.selected{
	height: 25px;
	color:#BEDAF6 !important;
	background: transparent url(../pix/selected.gif) no-repeat top left;
}




/*Sisältöosa***************************************************/

#yla {
	background: url(../pix/yla.jpg) no-repeat;
	height: 32px;
	width: 1048px;
}

#container {
	position: relative;
	background: url(../pix/yla_vasen.jpg) no-repeat top left;
	min-height: 600px;
	max-height: 1528px;
	overflow: hidden;
}

#oikea {
	position: relative:
	float: right;
	background: url(../pix/yla_oikea.jpg) no-repeat top right;
	min-height: 600px;
	max-height: 1528px;
	overflow: hidden;
}


#left {
	width: 173px;
	float: left;
	padding-left: 10px;
	font-weight: bolder;
}

.valikko {
	padding-left: 10px;
}

.alavalikko {
	font-weight: normal;
	padding-left: 30px;
}

#center {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.reuna {
	width: 2px;
	height: 600px;
	background: url(../pix/reuna.jpg) repeat-y;
	float: left;
}

#ajankohtaista {
	background: url(../pix/ajankohtaista.jpg) no-repeat;	
	width: 208px;
	float: left;
	padding-top: 40px;
	margin-left: 10px;
	padding-left: 10px;
	min-height: 73px;
	max-height: 600px;
}

#teksti {
	padding-right: 20px;
	font-size: 0.9em;
}

#footer {
	background: url(../pix/footer.jpg) no-repeat;
	clear: both;
	width: 1048px;
	height: 34px;
}


