body {
	background-image: url('../grafisk/bakgrunn.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

body, html {
	height: 100%;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	width: 922px;
	margin: auto; 
}
* html #wrapper {
  height: 100%;
}

#header {
	background-image: url('../grafisk/header.jpg');
	background-repeat: no-repeat;
	height: 221px;
}

#content {
	color: #655434;
	margin-top: 0px;
}

#meny {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#hoved {
	background-image: url('../grafisk/boks1.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 922px;
}

#boks1 {
	background-color: #d0ceba;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.boks2 {
	background-image: url('../grafisk/boks2.jpg');
	background-color: #d0ceba;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.bloggbilde {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

#bildeboks {
	background-image: url('../grafisk/bildeboks.jpg');
	background-color: #a69e89;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 190px;
}

#bunn {
	background-color: #443d35;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 7px;
	color: #ddd0c4;
	float: right;
}

h2 {
	font-size : 14pt;
}

a {
	color: #655434;
	text-decoration: underline;
}

#bunn a {
	color: #ddd0c4;
}

#meny a {
	margin-right: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#meny a:hover {
	text-decoration: underline;
}

img {
	margin: 0;
}