div.container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative;

	background-color: white;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	overflow: hidden;
	top: -9px;
}

div.header {
	height: 200px;
	width: 900px;
	background-image: url(sommarjobb.png);

}

div.menu_shadow {
	background-image: url(shadow2.gif);
	margin-bottom: 10px;
	clear: both;
	width: 900px;
	height: 10px;
}

div.left_column {
	width: 170px;
	margin-left: 20px;
	margin-bottom: 30px;
	float: left;
	background-image: url(menu_bg.gif);
	border: 1px solid #999999;
	}

div.main_column {
	background-color: #ffffff;
	width: 505px;
	margin-bottom: 15px;
	margin-left:	15px;
	margin-right:	15px;
	height: auto;
	clear: none;
	float: left;
}


div.right_column {
	margin-bottom: 60px;
	margin-right: 20px;
	float: right;
	clear: right;
	width: 150px;
	height: auto;
}

div.menuright 
{
	padding-top:		10px;
	padding-bottom:		15px;
	background-color: #ededed;
	margin-top: 0px;
	height: auto;
	width: auto;
	float: none;
	clear: both;
}


div.footer {
	background-color: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 900px;
	color: #333;
	margin: 25px 0 0 0;
	clear: left;
	border-top: 3px solid #cccccc;
}
