/* Main */
body {
	margin:0px 0px 0px 0px;
	background-color:#0C0A03;
	background-image:url(design/back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	letter-spacing:1px;
}
a:link, a:visited, a:active {
	color:#4F8F85;
	font-weight:bold;
}
a:hover {
	color:#363413;
}

/* Layout */
#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:700px;
	height:300px;
}
#main {
	position:absolute;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	top:300px;
}
#one {
	position:absolute;
	left:0px;
	width:350px;
	top:0px;
}
#two {
	position:absolute;
	left:350px;
	width:350px;
	top:0px;
}
#three {
	position:absolute;
	left:0px;
	width:350px;
	top:30px;
}
#four {
	position:absolute;
	left:350px;
	width:350px;
	top:30px;
}
#five {
	position:absolute;
	left:0px;
	width:350px;
	top:130px;
}
#six {
	position:absolute;
	left:350px;
	width:350px;
	top:130px;
}
#seven {
	position:absolute;
	left:0px;
	width:350px;
	top:155px;
}
#eight {
	position:absolute;
	left:350px;
	width:350px;
	top:155px;
}
#links {
	position:absolute;
	width:700px;
	top:255px;
	margin-left:auto;
	margin-right:auto;
}
#top {
	bottom:0px;
	right:0px;
	position:fixed;
	background-color:#000000;
	font-size:10px;
}
* html #top {
	position:absolute;
}
.border {
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	background-image:url(design/back.jpg);
}

/* Headings */
h1 {
	font-size:20px;
	line-height:15px;
	text-transform:uppercase;
	font-family:Impact, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:15px;
	line-height:12px;
}

/* Links */
#index a, #index-current {
	background-image:url(design/index.jpg);
	position:absolute;
	left:0px;
	width:67px;
}
#index a:hover, #index-current {
	background-image:url(design/index-over.jpg);
	left:0px;
	width:67px;
}
#bio a, #bio-current  {
	background-image:url(design/biography.jpg);
	position:absolute;
	left:67px;
	width:111px;
}
#bio a:hover, #bio-current {
	background-image:url(design/biography-over.jpg);
	left:67px;
	width:111px;
}
#disco a, #disco-current {
	background-image:url(design/discography.jpg);
	position:absolute;
	left:178px;
	width:135px;
}
#disco a:hover, #disco-current {
	background-image:url(design/discography-over.jpg);
	left:178px;
	width:135px;
}
#gallery a, #gallery-current {
	background-image:url(design/gallery.jpg);
	position:absolute;
	left:313px;
	width:82px;
}
#gallery a:hover, #gallery-current {
	background-image:url(design/gallery-over.jpg);
	left:313px;
	width:82px;
}
#down a, #down-current {
	background-image:url(design/downloads.jpg);
	position:absolute;
	left:395px;
	width:118px;
}
#down a:hover, #down-current {
	background-image:url(design/downloads-over.jpg);
	left:395px;
	width:118px;
}
#fan a, #fan-current {
	background-image:url(design/fanlisting.jpg);
	position:absolute;
	left:513px;
	width:110px;
}
#fan a:hover, #fan-current {
	background-image:url(design/fanlisting-over.jpg);
	left:513px;
	width:110px;
}
#forum a, #forum-current {
	background-image:url(design/forum.jpg);
	position:absolute;
	left:623px;
	width:77px;
}
#forum a:hover, #forum-current {
	background-image:url(design/forum-over.jpg);
	left:623px;
	width:77px;
}

.noborder {
	border:none;
}
.line {
	border-bottom:2px solid #94171F;
	margin:0px 0px 10px 0px;
}
.under {
	text-decoration:underline;
}
.centre {
	text-align:center;
}
.brd img {
	border:2px solid #64A89D;
}
.inline {
	display:inline;
}
.highlight {
	background-color:#6BA8A0;
}
