body	{
	background-color: #000000;
	margin: 0px;
}

table, td	{
	border-collapse: collapse;
}

#header	{
	width: 1000px;
	background-image: url(header.jpg);
	height: 263px;
}

#meny {
	margin-top: 200px;
	height: 35px;
	width: 900px;
	margin-left: 60px;
	font-family: sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
	
	
	
    
    
}

#meny a {
	color: #E56318;
	text-decoration: none;
}

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


#content	{
	width: 800px;
	background-repeat: repeat;
	background-image: url(content.jpg);
	border-top-color: #E56619;
	border-right-color: #E56619;
	border-bottom-color: #E56619;
	border-left-color: #E56619;
}
#innhold {
	margin-left: 80px;
	width: 850px;
	border: thin none #E55C16;
	border-top-color: #E45914;
	border-right-color: #E45914;
	border-bottom-color: #E45914;
	border-left-color: #E45914;
	border-top-style: none;
}

#innhold a {
	color: #E56318;
	text-decoration: none;
}

#innhold a:hover {
	text-decoration: underline overline;
	color: #E56318;
}



#footer	{
	width: 1000px;
	height: 95px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
#content #innhold .style3 table {
	background-color: #3B2B11;
	border: 1px dotted #E45914;
}
