body {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
	background-color:black;
	overflow:hidden;
	margin:0;
}
a:link {
	color:#C0C0C0;
	text-decoration:none;
	border-bottom:1px dashed #C0C0C0;
	display:inline;
	white-space:normal;
}
a:visited {
	color:#C0C0C0;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	border-bottom:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	display:inline;
}

#background {
height:690px;
width:990px;
background:url("./images/bg.jpg") no-repeat 0% 0%;
overflow:hidden;
}
#content {
	border:2px dashed gray;
	border-bottom:2px solid black;
	border-top:0px;
	width:756px;
	height:638px;
	margin-top:50px;
	background-color:black;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display:block;
	position:absolute;
	float:none;
	left:122px;
	overflow:auto;
}

/* buttons */
#home {
	border:0px none;
	height:30px;
	width:125px;
	background:url("./images/home.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:166px;
	z-index:3;
	text-indent:-9999px;
}

a#home {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#home:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:3;
}

#press {
	border:0px none;
	height:30px;
	width:120px;
	background:url("./images/press.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:259px;
	z-index:4;
	text-indent:-9999px;
}

a#press {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#press:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:4;
}
#discog {
	border:0px none;
	height:30px;
	width:135px;
	background:url("./images/discog.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:347px;
	z-index:5;
	text-indent:-9999px;
}

a#discog {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#discog:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:5;
}
#output {
	border:0px none;
	height:30px;
	width:135px;
	background:url("./images/output.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:450px;
	z-index:6;
	text-indent:-9999px;
}

a#output {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#output:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:6;
}
#photos {
	border:0px none;
	height:30px;
	width:130px;
	background:url("./images/photos.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:553px;
	z-index:7;
	text-indent:-9999px;
}

a#photos {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#photos:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:7;
}
#forum {
	border:0px none;
	height:30px;
	width:125px;
	background:url("./images/forum.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:652px;
	z-index:8;
	text-indent:-9999px;
}

a#forum {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#forum:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:8;
}
#contact {
	border:0px none;
	height:30px;
	width:135px;
	background:url("./images/contact.gif");
	margin:0;
	display:block;
	position:absolute;
	top:21px;
	left:745px;
	z-index:9;
	text-indent:-9999px;
}

a#contact {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
	display: block;
}
a#contact:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index:9;
}
/* end nav buttons */
/* tip div */
#tip {
display:block;
position:absolute;
top:60px;
left:350px;
height:30px;
width:300px;
font-size:14px;
font-variant:small-caps;
color:#CCC;
text-align:center;
z-index:26;
}
/* end tip div */
#shows {
display:block;
position:relative;
top:49px;
width:170px;
right:135px;
background:black;
text-align:left;
z-index:26;
float:right;
margin:1px;
padding:0px;
border-left:2px black solid;
border-bottom:2px black solid;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}
#shows a:link {
color:#C0C0C0;
text-decoration:none;
border:none;
}
#shows a:hover {
color:black;
background-color:#C0C0C0;
text-decoration:none;
}
/* tooltip stuff that worked only in FF 
a#press span {
	display:none;
}
a#press:hover span {
	position:relative;
	top:21px;
	left:20px;
	width:180px;
	display:block;
	background:#000;
	font-size:16px;
	border:1px solid gray;
	z-index:26;
}
*/
h2 {
font-size:17px;
}
h3 {
font-size:15px;
}
h2,h3 {
	clear: both;
	text-decoration:underline;
	font-style:italic;
}
p {
	text-indent:20px;
	margin:10px 20px 0 20px;
	text-align:justify;
}
p:first-letter {
font-size:14px;
}

ul li {
	width: 80%;
	text-align: left;
	list-style: none;
	vertical-align: text-top;
	padding-bottom: 10px;
}
#logo {
	border:0px none;
	height:232px;
	width:300px;
	background:url("./images/nlogo.gif");
	margin-left:0px;
	margin-top:0px;
	display:block;
	text-indent:-9999px;
	z-index:2;
	float:left;
}

#battlegod {
	border:0px none;
	height:147px;
	width:298px;
	background:url("./images/battlegod.gif");
	position:absolute;
	top:215px;
	left:0px;
	margin-left:0px;
	margin-top:0px;
	display:block;
	text-indent:-9999px;
	z-index:0;
	float:left;
}
/* 
#fistula {
	border: 0px none;
	height: 200px;
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-right: 80px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
a#fistula {
	background: url("images/fistula_cover.jpg");
	text-decoration: none;
	display: block;
}
a#fistula:hover {
	background-position: -200px 0;
}
*/
#seductress {
	border: 0px none;
	height: 200px;
	width: 200px;
	background: url("./images/seductress_cover.jpg");
	float: right;
	clear:both;
	display: block;
	margin-right:50px;
	text-indent: -9999px;
}
#seductress-media {
	border:0px none;
	height:250px;
	width:250px;
	background:url("./images/Seductress.jpg");
	float:none;
	margin-top:20px;
	margin-bottom:10px;
	display: block;
	text-indent: -9999px;
}
#promo {
	border:1px solid;
	height:250px;
	width:250px;
	background:url("./images/harkonin_promo.jpg");
	float:none;
	margin-top:20px;
	margin-bottom:10px;
	display: block;
	text-indent: -9999px;
}
#thepit {
	border: 0px none;
	height: 250px;
	width: 250px;
	background: url("images/liveatthepit_cover.jpg");
	float: none;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
}
#sermons-media {
	border: 0px none;
	height: 250px;
	width: 250px;
	background: url("./images/sermons_cover.jpg");
	float: none;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
}
#sermons {
	border: 0px none;
	height: 200px;
	width: 200px;
	background: url("./images/sermons.jpg");
	float: right;
	clear:both;
	display: block;
	margin-right:50px;
	text-indent: -9999px;
}
#ghanima-media {
	border: 0px none;
	height: 250px;
	width: 250px;
	background: url("./images/ghanima_cover.jpg");
	float: none;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
}
#ghanima {
	border: 0px none;
	height: 200px;
	width: 200px;
	background: url("./images/ghanima.jpg");
	float: right;
	clear:both;
	display: block;
	margin-right:50px;
	text-indent: -9999px;
}
#ghanima ul {
    width: 200px;
}
#bandphoto {
	border: 0px none;
	height: 473px;
	width: 600px;
	background: url("./images/bandphoto2007.jpg");
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-indent: -9999px;
}
.details {
	font-size:smaller;
	font-style:italic;
	margin-top:0px;
	margin-left:5px;
	padding:0px;
}
.quote {
font-style:italic;
margin:15px;
padding:2px;
max-width:500px;
border:1px solid gray;
background-color:#111;
z-index:26;
}
#sermons-lyrics {
display:none;
}
#ghanima-lyrics {
display:none;
}
#hat {
	border: 0px none;
	height: 264px;
	width: 200px;
	float: right;
	clear:both;
	margin-right: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
a#hat {
	background: url("images/hats.gif");
	text-decoration: none;
	display: block;
}
a#hat:hover {
	background-position: 200px 0;
}
#skullie {
	border: 0px none;
	height: 149px;
	width: 200px;
	background: url("./images/skullcap.gif");
	float: right;
	clear:both;
	margin-right: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#shirt {
	border: 0px none;
	height: 245px;
	width: 300px;
	float: right;
	clear:both;
	margin-right: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
a#shirt {
	background: url("images/t-shirt.gif");
	text-decoration: none;
	display: block;
}
a#shirt:hover {
	background-position: -300px 0;
}
#calishirt {
	border: 0px none;
	height: 257px;
	width: 300px;
	float: right;
	clear:both;
	margin-right: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
a#calishirt {
	background: url("images/calishirt.gif");
	text-decoration: none;
	display: block;
}
a#calishirt:hover {
	background-position: -300px 0;
}
#sticker {
	border: 1px solid white;
	height: 162px;
	width: 250px;
	background: url("./images/sticker.gif");
	float: right;
	margin-right: 80px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
}