body{
	position: relative; /* IE6 Hack*/
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000; /* musta*/
	background: #ffffff  url(images/bg.gif); /* yläpalkin/reunan pystykuva!*/
}

#wrapper {
	position: relative; /* IE6 Hack*/
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 2px;
	width: 780px;
	background: #D2B48C ; /* tan*/
}

#inner-wrapper {
	position: relative; /* IE6 Hack*/
	padding: 0;
	background: #D2B48C;  /* tan*/
}

#design {
	position: relative; /* IE6 Hack*/
	height: 250px;
	/*background: url(images/Etusivu_iso_kuva.jpg) no-repeat;*/
	border-bottom: 2px solid #D2B48C; /* tan*/
}

#mainMenu {
	position: relative; /* IE6 Hack*/
	height: 40px;
	background: url(images/mainmenu.gif) repeat-x;  /* pääotsikoiden tausta (kuva)*/
	border-bottom: 2px solid #D2B48C;  /* tan*/
	
}

#mainBody{
	position: relative; /* IE6 Hack*/
	background: #ffffff url(images/laatikoiden_tausta.gif) repeat-y top left; /* kuva tasoittaa sisällä laatikoiden taustan samanlaiseksi*/
}

#left{
	position: relative; /* IE6 Hack*/
	float: left;
	width: 555px;
	min-height: 350px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 300px; /* IE6 Hack*/

}

.h1div {
	position: relative; /* IE6 Hack*/
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	font-family: verdana, arial; 
	color: #533B24; /*etusivulla näkyvät otsikot*/
	
}
.h2div {
	position: relative; /* IE6 Hack*/
	padding: 0 0 0 20px;
	height: 10px;
	line-height: 20px;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, arial; 
	color: #533B24; /*etusivulla näkyvät otsikot*/
	
}

#right{
	position: relative; /* IE6 Hack*/
	float: right;
	width: 220px;
	min-height: 350px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 350px; /* IE6 Hack*/

}	

.clear { 
	position: relative; /* IE6 Hack*/
	clear: both;
	line-height: 0px;	/*vain IE 6 varten*/
	height: 0px;	/*vain IE 6 varten*/
	font-size: 0px; /*vain IE 6 varten*/
}

#footer{
	position: relative; /* IE6 Hack*/
	height: 35px; /* IE6 Hack*/
	line-height: 35px;
	color: #533B24;
	text-align: right;
	background: url(images/footer.gif) repeat-x top left;
	border-top: 2px solid #D2B48C ;
	
}
