#container_new
{
	background-color: white;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	border:1px solid #9EBF6E;
	height:100%;
	clear:both;
	overflow:auto;
	margin-top:10px;
	
}

#header
{
	height: 50px;
	background-color: #666;
	margin-bottom: 10px;
}

#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}

#sisalto
{
	float: left;
	width: 550px;
	background-color: white;
	margin-bottom: 10px;
	text-align:left;
	margin-top: 10px;
	font-size:11px;

}

#sisalto_levea
{
	float: left;
	width: 700px;
	background-color: white;
	margin-bottom: 10px;
	text-align:left;
	margin-top: 10px;
	font-size:11px;
}

#menu
{
	float: left;
	width: 190px;
	margin-left: 5px;
	margin-right: 10px;
	background-color: #9EBF6E;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top:5px;
}

#menu a
{
color:black;
}

#menu a:hover
{
color:red;
background-color:yellow;
}

#oikea
{
	float: right;
	width: 180px;
	margin-right: 5px;
	background-color: white;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size:11px;
	padding-right:5px;
}

#footer
{
	clear: both;
	height: 50px;
	background-color: #666;
}