html, body {
	margin:0;
	padding:0;
	}
body {
	/* background: url('img/bg-lines.gif') left top; */
	text-align:center;
	font-family:arial, sans-serif;
	font-size:10pt;
	}

a img {
	border:none;
	}
p.logoLink { width:300px; float:left; }

#site {
	background: url('img/bg-header.gif') left top repeat-x;
	}
#header {
	height:266px;
	background: url('img/logo2007.gif') center top no-repeat;
	}
	
#nav {
	height:30px;
	width:702px;
	margin-top:15px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	}
#nav li {
	float:left;
	list-style:none;
	margin-right:10px;
	}
#nav li a {
	line-height:30px;
	font-family:"Lucida Console",arial,sans-serif;
	text-decoration:none;
	color:#fff;
	}
	
#tekst {
	width:692px;
	margin: 0 auto;
	border-top:1px solid #fff;
	margin-top:43px;
	background: url('img/bg-text.gif') no-repeat;
	padding:20px 55px;
	text-align:left;
	}

#footer {
	height:82px;
	/* background: url('img/bg-footer.gif') left bottom repeat-x; */
	}
