body {
	background: #e1ecff url(bg.png) repeat-x;
	font-size: 9.5pt;
	font-family: "Trebuchet MS", Arial, Verdana;
	}
	
#wrapper {
	border: 1px solid #999999;
	background: white;
	width: 700px;
	margin: 0px auto 0px auto;
	}
	
#header {
	background: url(header.png) no-repeat;
	width: 700px;
	height: 88px;
	margin: 0px auto 0px auto;
	}
	
	#header h1 {
		display: none;
	}
	
#meny {
	background: url(green.png) repeat-x;
	width: 100%;
	height: 35px;
	border-top: 1px solid #69a00f;
	border-bottom: 1px solid #69a00f;
	}

#menu {
	width: 470px;
	margin: 0 0 0 138px;
	padding: 0;
	}
	
#menu li {
	list-style-type: none;
	display: inline;
	}
	
#menu li a {
	outline: 0;
	display: block;
	float: left;
	height: 27px;
	width: 100px;
	padding-top: 8px;
	margin-right: 10px;
	border-left: 1px dashed #69a00f;
	border-right: 1px dashed #69a00f;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
	
#mitten {	
	width: 100%;
	height: 29px;
	background: url(mitten.png) no-repeat;
	overflow: auto;
	}
	
#page_content {
	padding-bottom: 2em;
	width: 700px;
	overflow: auto;
	}

	
#side {
	border-right: 1px dashed #888888;
	width: 138px;
	background: url(side.png) white no-repeat top;
	float: left;
	min-height: 400px;
	}
	
#main {
	width: 450px;
	background: white;
	float: left;
	min-height: 300px;
	margin-left: 10px;
	}
	
#right {
	border-left: 1px dashed #888888;
	padding-left: 5px;
	font-size: 8pt;
	float: right;
	width: 90px;
	text-align: center;
	}

#sidemenu {
	border-top: 1px solid #888888;
	margin-top: 65px;
	margin-left: 3px;
	}
	
#sidemeny {
	margin: 0 -3px;
	padding: 0;
	}
	
#sidemeny li {
	list-style-type: none;
	display: block;
	}
	
#sidemeny li a{
	background: url(rund.png);
	margin-top: 5px;
	display: block;
	height: 25px;
	width: 137px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	outline: 0;
	}
	
#sidemeny li a:hover, #sidemeny li a#active {
	color: #552c00;
	}
	
#footer {
	width: 100%;
	height: 70PX;
	background: url(gras.png) #7db721 repeat-x top;
	}
	
#footer p {
	padding-top: 50px;
	padding-left: 20px;
	}
h3 {
	margin: 0;
	color: #52bc77;
	font-style: italic;
	text-decoration: underline;
	}