#kehys {
	background-image: url('logo.png');
	margin: 20px auto;
	padding-top: 230px;
	width:722px;
	background-repeat: no-repeat;
	}


#header	{
	float: top;
	width: 722px;
	}
#valikko {
	filter:alpha(opacity=70);
	moz-opacity:0.7;
	khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin-top: 20px;
	height: 22px;
	border-bottom: 1px;
	font: 11px Verdana, sans-serif;
	width: 100%;
	background-image: url('valikkotausta.png');
	list-style-type: none;
	}

#sisalto {
	filter:alpha(opacity=70);
	moz-opacity:0.7;
	khtml-opacity: 0.7;
	opacity: 0.7;
	/*float: left;*/
	padding: 20px 100px 15px 10px;

	border: 2px solid #bbb;
	width: 608px;
	margin-bottom: 30px;
	background-image:url('contentCandy.png');
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position: top right;
	background-color: #876; //876
	}

#otsikko {
	float: top;
	width: 678px;
	height: 28px;
	padding: 0px;
	margin-bottom: 20px;
	}

#valikkolista li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	}

#valikkolista li a, #valikkolista li a:link {
	color: #555;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	}

#valikkolista li a:hover {
	color: #000;
	border-bottom: 2px solid #999;
	cursor: pointer;
	background: #eee;
	}

#valikkolista li a#aktiivinen, #valikkolista li a#aktiivinen:link {
	color: #000;
	cursor: default;
	font-weight: bold;
	border-bottom: 2px solid #f90; /* #999 */
	}

#valikkolista li a#aktiivinen:hover {
	border-bottom: 2px solid #f90;
	background: #eee;
	}