/* CSS Document */
body {
	background-image: url("./../images/site/background.gif");
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #727272;
	font-size: 12px;
}

#site {
	width: 604px;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 10px auto 10px auto;
}
#bar_top, #bar_bottom {
	width: 604px;
	height: 20px;
	background: url("./../images/site/bar_small.gif") repeat-x;
}
#header {
	width: 604px;
	height: 134px;
	background-image: url("./../images/site/header.gif");
}

/* Menu Styles */
#menu {
	width: 604px;
	height: 25px;
	background: url("./../images/site/bar_large.gif") repeat-x;	
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	height: 25px;
	background: url("./../images/site/menu_split.gif") right no-repeat;
}
#menu_news {
	width: 39px;
	background-image: url("./../images/site/text/news.gif");
}
#menu_members {
	width: 52px;
	background-image: url("./../images/site/text/members.gif");
}
#menu_bio {
	width: 16px;
	background-image: url("./../images/site/text/bio.gif");
}
#menu_live {
	width: 19px;
	background-image: url("./../images/site/text/live.gif");
}
#menu_downloads {
	width: 62px;
	background-image: url("./../images/site/text/downloads.gif");
}
#menu_guestbook {
	width: 48px;
	background-image: url("./../images/site/text/guestbook.gif");
}
#menu_images {
	width: 30px;
	background-image: url("./../images/site/text/images.gif");	
}
#menu_news, #menu_members, #menu_bio, #menu_live, #menu_downloads, #menu_images, #menu_guestbook {
	display: block;
	height: 25px;	
	padding: 0px 24px 0px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Content Styles */
#content {
	width: 574px;
	background-color: #19191A;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
#news {	margin-left: 182px; }
#songs {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 166px;
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 10px;	
}
#songs_bar {
	width: 166px;
	height: 23px;
	background-image: url("./../images/site/songs.gif");	
}
#songs_bg {
	width: 158px;
	background-color: #000000;
	padding: 2px 4px 2px 4px;
	margin-top: 1px;
}

/* Other Styles */
.black_line {
	width: 604px;	
	height: 3px;
	background-color: #000000;
	margin: 1px 0px 1px 0px;
	font-size: 0px;
}
h1 {
	margin: 0px 0px 4px 0px;
	font-size: 18px;
	color: #a12200;
}
h2 {
	margin: 0px;
	font-size: 14px;
	color: #a12200;
}
h3 {
	margin: 0px;
	font-size: 10px;	
	color: #a12200;
}
img { border: none; }
#zarph {
	width: 150px;
	text-align: center;
	margin: 10px auto;
}
.line {
	background: transparent url("./../images/site/dots_x.gif") repeat-x;
	height: 1px;
	font-size: 1px;
	margin: 10px 0px 10px 0px;
}
#songs .line { margin: 2px 0px 2px 0px; }
.arrow {
	display: block;
	width: 17px;	
	height: 17px;
	background-image: url("./../images/site/arrow.gif");
	float: right;
	margin-top: 7px;
}
a:link, a:visited {
	color: #a12200;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 
td { text-align: center; }
input, textarea {
	background-color: #1f1f1f;
	border: 1px solid #727272;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #727272;	
}