body {
	margin: 0;
	font: small verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}
img {
	border: none;
}
#runko {
	width: 900px;
	background-color: #eeeeee;
	background-image: url(bg1.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#blank {
	width: 78px;
	float: left;
}
#container {
	width: 745px;
	float: left;
	background-color: #f3f3f3;
}
#header {
	width: 685px;
	height: 40px;
	padding: 30px;
	background-color: #ffffff;
}
#headerbar, #footer {
	width: 725px;
	background-color: #808081;
	font-size: 10px;
	color: #ffffff;
	padding: 2px 10px;
}
#footer {
	clear: both;
	text-align: center;
	font: 10px arial, helvetica, sans-serif;
}
#content {
	width: 560px;
	float: left;
	padding-top: 1em;
	padding-bottom: 2em;
	background: #fff;
	padding-left: 25px;
}
#navi {
	width: 160px;
	float: left;
	background-color: #ececec;
	padding-top: 1em;
	padding-bottom: 0; 
	border-bottom: 1px solid #808081; 
}
#navi a.menu {
	display: block;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #808081;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navi a.menu:hover {
	text-decoration: none;
	color: #99999C;
	background: #fcfcfc;
}
a {
	color: #808081;
	text-decoration: none;
}
a:hover {
	color: #c0c0cc;
	text-decoration: none;
}
