			body {
				font: 12px/18px helvetica,arial,sans-serif;
				background: #fff;
				color: #222;
				margin: 0px;
				padding 0px;
				*text-align: center;
			}
			a {
				color: rgb(0,100,120)
			}
			h1 {
				font-size: 16px;
				text-transform: uppercase;
				font-weight: normal;
			}
			h2 {
				font-size: 14px;
			}
			.smaller {
				font-size: 10px;
			}
			
			#outer {
				margin: 40 auto;
				width: 910px;
				*text-align: left;
			}
			#inner {
				position: relative;
				width: 910px;
				height: 600px;
			}
			
			#logo {
				position: absolute;
				top: 80px;
				left: 0px;
			}
			
			#content {
				position: absolute;
				top: 115px;
				right: 0px;
				width: 540px;
				1height: 540px;
				1overflow: hidden;
			}
			#content #forside {
				1width: 540px;
			}
			
			#tekst {
				border-top: solid 1px #ddd;
				border-left: solid 1px #ddd;
				padding: 40px;
				width: 460px;
				*width: 540px;
				height: 460px;
				*height: 540px;
				1overflow: auto;
			}
			#tekst b {
				text-transform: uppercase;
			}
			
			ul#navigation {
				position: absolute;
				top: 180px;
				left: 0px;
				width: 300px;
				list-style-type: none;
				margin: 0;
				padding: 0;
				font-size: 14px;
				line-height: 30px;
				text-transform: uppercase;
			}
			ul#navigation li a {
				color: #555;
				text-decoration: none;
			}
			ul#navigation li a:hover {
				color: #000;
			}
			a.navigation_hilite {
				font-weight: bold;
				font-size: 16px;
				color: #000;
				background: url('img/button_hilite2.jpg') top right no-repeat;
				padding-right: 20px;
			}
			
			ul#image_index {
				float: left;
				list-style-type: none;
				margin: 10px 0px;
				padding: 0px;
				
			}
			ul#image_index li {
				display: inline;
			}
			ul#image_index li a {
				padding-right: 10px;
				text-decoration: none;
			}
			
			a#image_menu {
				float: right;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 11px;
				margin-top: 8px;
			}

