html, body, h1, h2, h3, p {
	margin:0;
	padding:0;
}
body {
	color:#505050;
	font:12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size:2em;
	margin-bottom:0.75em;
}
h2 {
	font-size:1.5em;
	margin:1em 0 0.25em;
}
a, img {
	border:0;
	outline:0 none;
}
a {
	color:#02253A;
	white-space:nowrap;
}
p {
	margin:0 0 1em;
}

#canvas {
	border:1px solid #efeee6;
	margin:0 auto;
	width:780px;
}

#content {
	background:url(venstre.gif) repeat-y left top;
	clear:both;
	float:left;
	position:relative;
	width:100%;
}

.header img {
	vertical-align:bottom;
}

.header .nav a {float:left;text-decoration:none}

.header .nav ul {
	background:url(menu_top_bg.jpg) no-repeat left top;
	display:inline;
	float:right;
	height:49px;
	line-height:49px;
	list-style:none;
	margin:0;
	padding:0;
	width:538px;
}

.header .nav ul li {
	display:inline;
}

.header .nav ul li a {
	color:#514826;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:0 1.5em;
}

.section .nav {padding-bottom:210px;float:left}

.section .nav ul {
	background:url(menu_left_bg.jpg) no-repeat left bottom;
	float:left;
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0 0 50px 0;
	width:244px;
}

.section .nav li {
	background:url(menu_left_item_bg.png) no-repeat center bottom;
	display:block;
	padding:0.5em 0 1em 2em;
}

.section .nav a {
	color:#02253A;
	text-decoration:none;
}

.section .nav a:hover {
	color:#603913;
}

.section .article {
	margin-left:250px;
	padding:15px;
}

#hook {
	background:url(speider.gif) no-repeat right bottom;
	height:200px;
	width:220px;
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
}

.footer {
	background:url(bunn.gif) left top;
	clear:left;
	color:#603913;
	font-size:90%;
	padding:15px 10px 10px;
}

* html .footer {height:0}

