﻿/* CSS layout */
#mast_head {
	width: 850px;
	top: 0px;
	padding-left: 0px;
	position: absolute;
	background-image: url('../Images/Salgsnett_header.png');
	background-repeat: no-repeat;
	height: 118px;
}
#left_col {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #404040;
	background-image: url('../Images/left_col_bckg_1.png');
	background-repeat: repeat-y;
	height: 100%;
	bottom: 0px;
}
#right_col {
	background-position: right top;
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	top: 0px;
	background-image: url('../Images/right_col_bckg_1.png');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	left: 717px;
	font-size: small;
}
#page_content {
	margin-right: 201px;
	margin-left: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: 118px;
	bottom: 0px;
}
#container {
	position: absolute;
	width: 850px;
	top: 118px;
	bottom: 0px;
}
