/***********************************************/
/* Layout                             */
/***********************************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #000000;
}

#wrap {
	width:1000px;
	margin: auto;
	height: 580px;
}

#header {
	height: 100px;
	width: 1000px;
	background-image: url(graphics/head.jpg);
	background-repeat: no-repeat;
}

#bg {
	width:100%;
	background-repeat: no-repeat;
	margin: auto;
	height: 550px;
	background-image: url(graphics/content-bg.jpg);
	background-color: #eeeeee;
}	

#content {
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 110px;
	margin-left: 110px;
	padding-top: 20px;
	height: 420px;
	width: auto;
}

#contentNoBG {
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 112px;
	margin-left: 112px;
	padding-top: 20px;
	height: 420px;
	width: auto;
	background-color: #EEEEEE;
}

#singleContentInner {
	width:auto;
	height: 408px;
	margin-left: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	}	
	
#colHomeLeft {
	float:left;
	width:325px;
	margin-left: 10px;
	padding-top: 10px;
	}
		
#colHomeRight {
	float:right;
	width:365px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
	padding-left: 20px;
	height: 408px;
	padding-top: 10px;
	}	
	
#colMusicLeft {
	float:left;
	width:220px;
	height: 100%;
	}	
	
#colMusicCenter {
	top: 10px;
	margin-left: 245px;
	margin-right: 245px;
	}
	
#colMusicRight {
	float:right;
	width:220px;
	height: 408px;
	}
	
#colCreditsLeft {
	float:left;
	width:290px;
	height: 100%;
	}	
	
#colCreditsCenter {
	top: 10px;
	margin-left: 292px;
	margin-right: 158px;
	}
	
#colCreditsRight {
	float:right;
	width:156px;
	height: 408px;
	}
	
#colBioLeft {
	float:left;
	width:335px;
	margin-left: 10px;
	padding-top: 10px;
	}
		
#colBioRight {
	float:right;
	width:355px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
	padding-left: 20px;
	height: 408px;
	padding-top: 10px;
	}	
	
#footer {
	height: 28px;
	clear:both;
	text-align: center;
	padding-top: 6px;
	width: 650px;
	color: #999999;
	margin-left: 170px;
	position: absolute;
	top: 555px;
			}


/***********************************************/
/* Nav                            */
/***********************************************/
#navbar {
	margin: 0px;
	height: 22px;
	list-style: none;
	padding-top: 78px;
	padding-left: 110px;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 22px;
	text-indent: -5000px;
	width: 60px;
}

#navbar #home {
	background-image: url(graphics/btn-hm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navbar #homeCurrent {
	width: 60px;
	height: 22px;
	background-image: url(graphics/btn-hm.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#navbar #home:hover {
	background-position: 0 -22px;
}

#navbar #music {
	background-image: url(graphics/btn-mu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navbar #musicCurrent {
	width: 60px;
	height: 22px;
	background-image: url(graphics/btn-mu.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#navbar #music:hover {
	background-position: 0 -22px;
}

#navbar #credits {
	background-image: url(graphics/btn-cr.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navbar #creditsCurrent {
	width: 60px;
	height: 22px;
	background-image: url(graphics/btn-cr.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#navbar #credits:hover {
	background-position: 0 -22px;
}

#navbar #bio {
	background-image: url(graphics/btn-bi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navbar #bioCurrent {
	width: 60px;
	height: 22px;
	background-image: url(graphics/btn-bi.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#navbar #bio:hover {
	background-position: 0 -22px;
}

#navbar #contact{
	background-image: url(graphics/btn-co.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navbar #contactCurrent {
	width: 60px;
	height: 22px;
	background-image: url(graphics/btn-co.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#navbar #contact:hover {
	background-position: 0 -22px;
}

			
/***********************************************/
/* Global Definitions                             */
/***********************************************/

* {
	margin:0;
	padding:0;
}

/***********************************************/
/* Fonts, Etc.                           */
/***********************************************/

.pagetitle {
	font-size: 18px;
	font-weight: bold;
}

.h1 {
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #8A0000;
	font-weight: bold;
}

a:visited {
	color: #694545;
	font-weight: bold;
}

a:hover {
	color: #D22B00;
	font-weight: bold;
	text-decoration: underline overline;
}

#list {
	margin-left: 16px;
	padding-top: 6px;
	}
	
ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
LI.list2
	{
	background-image: url(graphics/sm-bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
