body
{
}
/* CSS layout */
.StorRamme
{	border:none 3px #e0e0e0;
	padding:10px;
	background-color:whitesmoke;
	
}
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 980px;
	border:solid 2 silver;
	
}

#left_col {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:1000px;
	padding-left:2px;
	border-right:solid 2px silver;
}

#page_content {
	margin-right: 205px;
	margin-left: 201px;
	padding:0 5px 0 5px;
	height:1000px;
	border-right:solid 2px silver;
}
#page_content_l {
	margin-right: 205px;
	margin-left: 201px;
	padding:0 5px 0 5px;
	height:1000px;
	border-right:solid 2px silver;
}
#page_content_R {
	margin-right: 205px;
	margin-left: 201px;
	padding:0 5px 0 5px;
	height:1000px;
	border-right:solid 2px silver;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	height:1000px;
}

#footer {
text-align:center;
}

