body{
	margin:20px;
	padding:0;
	font-size: 12px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align:center;
	background: url(kuvat/bg-green.gif) repeat;
}

#wrapper{
	width:800px;
	margin: auto;
	text-align:left;
	border: 1px solid #000000;
	padding: 10px;
	background: url(kuvat/bg-yellow.jpg) repeat;
}

#header-top{
	clear:both;
	width:100%;
	/*line-height:80px; ???*/
	margin:0;
	background: no-repeat url(kuvat/header/header-top.png);
	height: 5px;
	font-size: 5px;
}

#header-middle{
	clear:both;
	width:100%;
	height:260px;
	margin:0;
	background: url(kuvat/header/logo.jpg) no-repeat;
}

#header-bottom{
	clear:both;
	width:100%;
	margin:0;
	background: no-repeat url(kuvat/header/header-bottom.png);
	margin-bottom: 10px;
	height: 5px;
	font-size: 5px;
}

#sidebar{
	float:left;
	width:170px;
	margin-right:10px;;
}

#sidenav-top{
	background: no-repeat url(kuvat/sidenav/top.png);
	float:left;
	width:170px;
	height: 5px;
	font-size: 5px;
}

#sidenav-middle{
	text-align: center;
	background: url(kuvat/sidenav/middle.png) repeat-y;
	float:left;
	width:170px;
}

#sidenav-bottom{
	background: no-repeat url(kuvat/sidenav/bottom.png);
	float:left;
	width:170px;
	height: 4px;
	font-size: 4px;
	margin-bottom:10px;
}

#content{
	float:right;
	width:620px;
	margin-bottom:10px;
}

#content-top{
	float:right;
	width:620px;
	background: url(kuvat/content/top.png) no-repeat;
	height: 4px;
	font-size: 4px;
}

#content-middle{
	float:right;
	width:620px;
	background: repeat-y url(kuvat/content/middle.png);
	padding-bottom:8px;
	min-height: 300px;
}

#content-bottom{
	float:right;
	width:620px;
	background: url(kuvat/content/bottom.png) no-repeat;
	height:5px;
	font-size: 5px;
}

#footer-top{
	clear:both;
	width:100%;
	/*line-height:80px; ???*/
	margin:0;
	background: no-repeat url(kuvat/footer/footer-top.png);
	height: 5px;
	font-size: 5px;
}

#footer-middle{
	clear:both;
	width:100%;
	margin:0;
	background: repeat-y url(kuvat/footer/footer-middle.png);
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}

#footer-bottom{
	clear:both;
	width:100%;
	margin:0;
	background: no-repeat url(kuvat/footer/footer-bottom.png);
	height: 5px;
	font-size: 5px;

}