body	{
	background-color: #53412d;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#side td, table	{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}


#header	{
	width: 993px;
	height: 364px;
	background-image: url('img/design/header.jpg');
	text-align: center;
	font-family: Georgia,Serif, Times New Roman;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;

}

#header a	{
	color: black;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#header a:hover	{
	text-decoration: overline underline;
	color: #53412d;
}

#innhold	{
	width: 993px;
	background-repeat: repeat-y;
	background-image: url('img/design/line.jpg');
}


#footer	{
	width: 993px;
	height: 75px;
	background-image: url('img/design/footer.jpg');
}


#footer-tekst{
	text-align: center;
	font-family: Georgia,Serif, Times New Roman;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

#tekst	{
	font-family: Georgia,Serif, Times New Roman;
	margin-left: 30px;
	margin-right: 30px;
}


h2	{
	color: #402c17;
	font-style: italic;
	border-bottom: 1px solid #402c17;
}

a	{
	color: #53412d;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}