/* basic elements */
body { 
	background-color: #0A0E1A;
	margin: 0px;
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	color: #8597A7;
}
body.lyrics { 
	background-color: #0A0E1A;
	margin-left: 35px;
	margin-right: 35px;
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	color: #8597A7;
}
p { 
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	color: #CACACA;
	margin: 0px;	
	text-align: justify;
}
span.news_date{
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8597A7;
}

p.bottom { 
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px; 
	color: #CACACA;
	text-align: center;
}
.news { 
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: justify;
}
p.support { 
	font: 8pt/16pt Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: left;
}
h2 {
	border-bottom: solid 1px #C6E4F7;
}
b { 
	font: 11px georgia, Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	color: white;
	}
a:link { 
	text-decoration: underline; 
	color: #C6E4F7;
	}
a:visited {
	text-decoration: underline; 
	color: #C6E4F7;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: white;
	}

/* specific divs */

#container {
	background-image: url(images/logobg2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: black;
	width: 664px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-style: solid;
	border-color: white;
	border-top: none;
	position: relative;
	}
#pageHeader { 
	width: 664px;
	height: 276px;
	}
/* using an image to replace text in an h1.*/
#pageHeader h1 { 
	background: transparent url(images/top.gif) center top no-repeat;
	width: 664px;
	display: block;
	margin: 0px;
	float: left;
	}
#pageHeader h1 span {
	height: 276px;
	width: 664px;
	display: block;
	float: left;
	}
#content {
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	padding: 0px 25px 0px 25px;
	width: 450px;
	border:0;
	border-style: solid;
	border-right: 1px #C6E4F7 solid;
	clear: left;
}
#supporting {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	width: 124px;
	float: right;
}
#footer { 
	background-position: center;
	height: 40px;
	width: 664px;
	margin: 0px;
	text-align: center;
	font: 10px georgia, Times, serif;
	color: white;
	border: 0px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#meny {
	width: 500px;
	height: 20px;
	top: 174px;
	margin: 0px;
	float: right;
	position: absolute;
	right: 0px;
	text-align: right;
}
.head {
	padding: 1px 0px 1px 3px;
	font: 12px georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #C6E4F7;
	text-align: left;
}
.text{
	background-color:transparent;
	border: none;
}

