body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(grafikk/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
}
p {
	margin: 0 0 10px 0;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 230px;
	background-color: #000;
	background-image: url(grafikk/header.jpg);
}
#mainmenu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 37px;
	/*border-top: 1px dashed #333414;
	border-bottom: 1px dashed #333414;*/
	background-color: #000;
}
#submenu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 15px;
	background-image: url(grafikk/submeny.gif);
	background-repeat: repeat;
}
#adcontainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 100px;
	border-bottom: 1px dashed #333414;
	background-image: url(grafikk/ad_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#contents {
	margin: 0 auto;
	padding: 25px 55px 10px 55px;
	position: relative;
	width: 650px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
	border-bottom: 1px dashed #333414;
	background-color: #000;
	background-image: url(grafikk/pattern_bg.gif);
	/*background-repeat: no-repeat;
	background-position: center top;*/
}
#footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 20px;
	background-color: #FFF;
	background-image: url(grafikk/bg_content.jpg);
	background-position: center bottom;
}
#goodies {
	position: relative;
	margin: 0;
	padding: 4px 10px 0 10px;
	width: 235px;
	height: 50px;
	left: 410px;
	top: 23px;
	border-left: 1px dashed #575829;
	border-right: 1px dashed #575829;
	color: #FFF;
	line-height: 15px;	
}
#newsletter {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 200px;
	right: 55px;
	top: 25px;
}
a:link {color: #FFF; text-decoration: underline}
a:visited {color: #FFF; text-decoration: underline}
a:hover {color: #8E8A62; text-decoration: underline}
a:active {color: #FFF; text-decoration: underline}

#goodies a:link {color: #FFF; text-decoration: none}
#goodies a:visited {color: #FFF; text-decoration: none}
#goodies a:hover {color: #8E8A62; text-decoration: underline}
#goodies a:active {color: #8E8A62; text-decoration: none}

a.gbook:link {color: #FFF; text-decoration: none}
a.gbook:visited {color: #FFF; text-decoration: none}
a.gbook:hover {color: #8E8A62; text-decoration: none}
a.gbook:active {color: #8E8A62; text-decoration: none}

.center {
	text-align: center;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.dato {
	font-size: 9px;
}
.news {
	width: 350px;
	text-align: justify;
}
.newsletter {
	text-align: justify;
}
.newsletterfield {
	width: 160px;
	height: 12px;
	font-size: 10px;
}
.hoyrestill {
	text-align: right;
}
.discoalbum {
	border: 1px solid #FFF;
}
.discoalbumheader {
	font-size: 16px;
	font-weight: bold;
}
.lyricsheading {
	font-size: 16px;
	font-weight: bold;
}
.livetekst {
	font-size: 14px;
}
.guestbookfield {
	width: 240px;
	font-size: 10px;
}
.guestbookinputsize {
	font-size: 12px;
}
.error {
	color: #FF0000;
}
.bilde {
	border: 7px solid #1D1C1A;
}
.bilde:hover {
	border: 7px solid #38352B;
}

