* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #000;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}
div#wrapper {
	margin: 10px auto;
	width: 900px;
	text-align: left;
}
div#header {
	padding: 3px 3px 16px 3px;
}
div#contents {
	padding: 16px 3px 0 3px;
	height: 548px;
	width: 900px;
	background: #000 url(../images/frontpic.jpg) no-repeat 0 6px;
}
div#text {
	padding: 16px 3px 0 3px;
	height: 548px;
	width: 660px;
}

/* Navigasjon */

ul {	list-style: none;	display: inline;}li {	display: block;	float: left;	text-align: left;	padding-right: 32px;}li a {
	font-size: 1.4em;
	color: #aaa;	text-decoration: none;	border-bottom: none;}li a:hover {	text-decoration: none;}

/* Tekststiler */

p {
	font-size: 1.33em;
	line-height: 1.6em;
	margin-bottom: 1.33em;
}
p.q {
	font-style: italic;
	margin-bottom: 0;
}
h1 {
	font-size: 3.3em;
	font-weight: normal;
	margin-bottom: 0.1em;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	padding-top: 0.8em;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.7em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
	font-weight: normal;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}