body {
	margin: 0px;
	padding: 0px;
}
#banner {
	height: 90px;
	width: 100%;
	background-color: #021A15;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8D0A26;
	color: #FFFFFF;
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	padding-top: 60px;
	font-size: 36px;
	text-align: center;
	background-image: url(images/back.jpg);
}
#banner a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 450px;
	height: 55px;
	padding-top: 10px;
	margin: auto;
}
#banner a:hover {
	background-image: url(images/headlink.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #FFFFFF;
	padding-top: 9px;
	padding-left: 0px;
}

#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: auto;
}
#nav ul li a.active {
	text-decoration: underline;
	color: #8D0A26;
	background-image: url(images/ahover.jpg);
}
#nav ul li a.active:hover {
	background-image: url(images/a.jpg);
	color: #021A15;
}
#menu {
	width: 200px;
	height: auto;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	float: left;
}
#content {
	width: 535px;
	float: right;
	padding-right: 30px;
	padding-left: 15px;
	height: auto;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #8D0A26;
	margin: 0px;
	padding: 0px;
}
.cat {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #8D0A26;
	font-size: 24px;
	border-bottom-color: #8D0A26;
	display: block;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#meny ul li {
	display: block;
}
#menu ul li a {
	text-decoration: none;
	color: #021A15;
	display: block;
	font-size: 18px;
	width: 180px;
}
#menu ul li a:hover {
	background-color: #EBEBEB;
	color: #8D0A26;
}


#red {
	color: #8D0A26;
	text-decoration: underline;
}
#nav {
	width: 100%;
	height: 75px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	font-weight: bold;
	color: #021A15;
	list-style-type: none;
	padding: 0px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul li {
	display: block;
	width: 120px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#nav ul li a {
	text-decoration: none;
	color: #021A15;
	font-size: 24px;
	height: 55px;
	width: 120px;
	padding-top: 20px;
	display: block;
	text-align: center;
	float: left;
	background-image: url(images/a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav ul li a:hover {
	background-image: url(images/ahover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: underline;
	color: #8D0A26;
}
#footer {
	clear: both;
	width: 100%;
	margin: auto;
	height: 50px;
	padding-top: 50px;
	font-family: "trebuchet MS", arial, "times New Roman", sans-serif, serif;
	color: #021A15;
	text-align: center;
	background-color: #F0F0F0;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
#footer a {
	text-decoration: underline;
	color: #8D0A26;
}
