.content_main {
	margin: 0 0 70px 0;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 666px;
}

.main {
	width: 666px;
	background: url(../images/main.png) repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	float:left;
	overflow: visible;
	padding: 0 0 20px 0;
	margin-top: 6px;
}	
.down {
	width: 666px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	height: 10px;
	float: left;
	background-position: top;
}

.content_right {
	float: left;
	width: 172px;
	/*margin-top: 66px;*/
	background: url(../images/meny_head.png) no-repeat;
}

.meny_y {
	background-image: url(../images/meny_y.png);
	background-repeat: repeat-y;
	float: left;
	width: 172px;
	padding: 23px 0px 23px 0px;
	margin-top: 6px;
}
.meny_down {
	background-image: url(../images/meny_down.png);
	background-repeat: no-repeat;
	float: left;
	width: 173px;
	height: 4px;
	margin-bottom: 20px;
}

