body {
    background: #000000 url('images/background2.jpg') no-repeat center center;
	font: 75%/1.4em Verdana, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
}
* {
	padding: 0;
	margin: 0;
}
p {
	padding-top: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 40px;
}
.bigmargin {
	padding-left: 70px;
}
a {
	color: #999999;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a:hover {
	color: #000000;
	background: #CCCCCC;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #0062D3;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.2em;
	color: #6994F5;
	margin-bottom: 0em;
	margin-top: 0.4em;
}
h3 {
	font-size: 1em;
	color: #0062D3;
	font-style: italic;
	padding-bottom: 3px;
	padding-top: 0.2em;
}

.quotetext {
	font-size: 0.8em;
	font-weight: bold;
}


.t {background: url(images/border_tc.gif) 0 0 repeat-x; width: 860px;}
.b {background: url(images/border_bc.gif) 0 100% repeat-x}
.l {background: url(images/border_cl.gif) 0 0 repeat-y;}
.r {background: url(images/border_cr.gif) 100% 0 repeat-y}
.bl {background: url(images/border_bl.gif) 0 100% no-repeat;}
.br {background: url(images/border_br.gif) 100% 100% no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.tl {background: url(images/border_tl.gif) 0 0 no-repeat}
.tr {background: url(images/border_tr.gif) 100% 0 no-repeat; padding: 10px 30px;} 

#wrapper {
	position: relative;
	width: 860px;
	margin: 0 auto;
}

#mainContent { 
	clear: both;
	width: 860px;
	padding: 0;
	display: block;
	background: #FFFFFF url(images/border_cr.gif) top right repeat-y;
}

#header { 
	position: relative;
	top: 0;
	left: 0;
	width: 860px; 
}
#headspace {
	position: relative;
	height: 122px;
	float: left;
}
#logo { 
    position: relative;
    float: right;
    width: 263px; 
	height: 147px;
	background: url('images/logo1.jpg') #000000 top left no-repeat;
}

#footer {
	color: #FFFFFF;
	font-size: 0.8em;
	width: 860px;
	text-align: center;
}

#panels {
	float: right;
	position: relative;
	width: 200px;
	padding: 5px;
	margin-left: 30px;
	background: url('images/panelbackground.gif') repeat-y top left;
	overflow: visible;
}

#quote {
	margin-bottom: 15px;
}

#didyouknow {
	margin-bottom: 15px;
}

.smallertext {
	font-size: 0.76em;
}

/*---------- MENU BAR ------------*/
#topmenubar {
	position: relative;
	clear: left;
	float: left;
	height: 23px;
	left: 30px;
}
#topmenubar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topmenubar li {
	float: left;
	margin: 0;
}
#topmenubar li a {
	background: #000000 url('images/menuslither_idle.gif') repeat-x bottom left;
	float: left;
	display: inline;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: .25em 1em;
}
#topmenubar .rhs {
	border-right: 1px solid #FFFFFF;
}
#topmenubar li a:hover, a:focus {
	background: #003D85 url('images/menuslither_hover.gif') repeat-x bottom left;
	color: #FFFFFF;
}
#topmenubar li a:active, #index .navhome, #about .navabout, #discography .navdiscography, #purchase .navpurchase, #gallery .navgallery, #forum .navforum, #contact .navcontact {
	background: #FFFFFF url('images/menuslither_active.gif') repeat-x bottom left;
	color: #000000;
}