html, body, table, tr, td, ul, li, span, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a:link    { text-decoration: underline;
             color: #ffffff; }
a:hover { text-decoration: underline;
             color: #000000; }
a:visited { text-decoration: underline;
             color: #ffffff; }

body, html {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 0.8em Verdana, sans-serif; 
	line-height: 1; 
	color: #000;
}

#wrapper {
	width: 780px;
	padding: 0;
	margin:  10px auto 20px auto;
	min-height: 1750px;
}

#header {
	height: 188px;
	width: 780px;
	background: #000000;
	border-top: 10px solid #CCCCCC;
	border-right: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#navbarhome li a {
background:  url(../images/navigation/home.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
padding: 0;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbarnews li a {
background:  url(../images/navigation/news.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
padding: 0;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbarartists li a {
background:  url(../images/navigation/artists.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
padding: 0;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbartours li a {
background:  url(../images/navigation/tours.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
padding: 0;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbardownloads li a {
background:  url(../images/navigation/downloads.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
padding: 0;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbarstore li a {
background:  url(../images/navigation/store.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbaraboutus li a {
background:  url(../images/navigation/aboutus.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbarcontact li a {
background:  url(../images/navigation/contact.gif) 0 0 no-repeat;
margin-top: 0;
list-style: none;
width: 95px;
height: 54px;
text-decoration: none;
float: left;
color: #ffffff;
list-style: none;
}

#navbarhome li a:hover, #navbarnews li a:hover, #navbarartists li a:hover, #navbartours li a:hover, #navbardownloads li a:hover, #navbarstore li a:hover, #navbaraboutus li a:hover, #navbarcontact li a:hover, {
background-position: -95px 0px;
padding: 0;
width: 95px;
text-decoration: none;
float: left;
}

#nav {
	width: 780px;
	height: 45px;
	border-right: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#newsscroll {
	width: 780px;
	height: 70px;
	border-right: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#main {
	position: absolute;
	width: 780px;
	border-right: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#main2 {
	position: absolute;
	width: 780px;
	border-right: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#maintable {
	width: 800px;
	background-color: #131d14;
	border-right: 10px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

#leftside {
	position: relative;
	width: 180px;
	margin-left: 8px;	
	margin-top: 5px;
}

#leftsidedata {
	width: 180px;
	padding: 0 0 0 6px;	
	margin-top: 7px;

}

.left { 
	background: #5D755B; 
	padding-top: 5px;
	border-bottom: 5px solid #131d14;
	width: 200px;
	margin-top: 5px;
} 

#content {
	width: 343px;
	left: 228px;
	margin-top: 5px;
}

#contentdata {
	width: 343px;
	padding: 0 0 0 8px;
	margin-top: 7px;
}


#rightside {
	position: relative;
	left: 571px;
	margin-top: 5px;
}

#rightsidedata {
	padding: 0 0 0 8px;	
	margin-top: 7px;
}

.right { 
	background: #5D755B;
	padding-top: 5px; 
	border-bottom: 5px solid #131d14;
	width: 200px;
	margin-top: 5px;
}
	
p.leftcolumn {
 border: 1px solid black; 
	width: 178px; 
	left: 0; 
	margin: 0px 0px 5px 5px; 
	padding: 5px;
	background: #C6B536; 
	color: #000000; 
 line-height: 1.4em;
}

p.rightcolumn {
 border: 1px solid black; 
	width: 178px; 
	left: 0; 
	margin: 0px 0px 5px 5px; 
	padding: 5px;
	background: #C6B536; 
	color: #000000;
	line-height: 1.4em;
}

#footer {
	position: relative;
	background: #cccccc;
	height: 10px;
	width: 780px;
}

.center { 
	border-bottom: 5px solid #131d14;
	margin-top: 5px;
}

p.content {
	line-height: 1.4em;
	font-size: 1.2em;
	color: #ffffff;
	padding: 10px;
	background: #1A281B;
	border: solid 1px #898D68;
}

img.home { 
 display: inline; 
	border: 1px solid black;
	margin: 0px 0px 5px 5px; 
}

.trivia {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.trivia  a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.trivia a span {
	display: none; 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.trivia a:hover span { 
	display: block; 
	position: realtive; 
	z-index: 100; 
	color: #ffffff;
	text-align: right; 
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

.NewsItemTitle { 
	font: bold 14px verdana, arial, san-serif;
 position: relative;
	color: #000000;
	background: #C6B536;
	border: 1px solid black;
 padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px 5px; 
	width: 183px; }