body 
{
	background-image:url(images/Untitled-2-500black.gif);
	background-color:transparent;
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

#container
{
	width:500px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	background-image:url(images/header-500.gif);
	margin:0;
	height:75px;
	width:500px;
	margin-top:0;
	background-repeat:no-repeat;
	border:none;
}

#navigation
{
	color:white;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	top:53px;
	margin:0;
	padding-left:1px;
	text-align:left;
}

#navigation ul
{
	margin:0;
	padding:0;
	width:100%;
}

#navigation ul li
{
list-style:none;
display:inline;
border-right:2px solid white;
padding-right:8px;
padding-left:4px;
.padding-left:12px;
background-image:none;
}

#navigation ul li.nav-last-item
{
	border-right:none;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active 
{
	text-decoration:none;
	color:white;
}

#navigation ul li a:hover
{
	text-decoration:underline;
}

#main-page-content
{
	padding:13px;
	margin-top:-60px;
}

.div-correct
{
	margin-top:0;
}

#main-page-content #top-box
{
	background-position:bottom right;
	background-repeat:no-repeat;

}

#main-page-content #top-box h1
{
	
	font-size:28px;
}

#main-page-content #top-box p
{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-page-content #top-box ul li
{
	list-style:square;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main-page-content
{
	margin-top:-20px;
}

#main-page-content #left-band-box
{
	background-color: #eaeaea;
	/*height:285px;*/
	/*width:180px;*/
}

#main-page-content #left-band-box h2
{
	margin-top:20px;
	font-size:17px;
}

#left-band-box img
{
	padding:2px;
	border:1px solid #222;
}

#left-band-box a:link, #left-band-box a:visited, #left-band-box a:hover, #left-band-box a:active
{
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}

#band-image-inner img
{
	margin:0px;
}

#band-image-inner
{
	padding:4px;
	background-color:white;
	margin:0px;
	border:1px solid black;
	position:relative;
	width:109px;
	height:94px;
	/*top:-5px;
	left:-6px;*/
}

#band-image-outer
{
	background-color:#8a8a8a;
	width:100px;
	position:relative;
	top:-30px;
	margin:15px;
}

#band-image-outer h3
{
	position:relative;
	top:-25px;
	left:10px;
	display:inline;
	padding:0;
	margin:0;
	color:white;
	height:0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

h2.current-projects-title
{
	font-size:14px;
	border:1px solid red;
}

.right-band-box
{  	
	/*background-color:#F3F3F3;
	background-repeat:repeat-x;*/
	padding:10px;
}

.right-band-box h4
{
	color:#8a0f0a;
	font-size:16px;
	margin-top:0;
	margin-bottom:0;
}

.right-band-box p
{
	margin:0;
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}


#band-image-inner img
{
	margin:0;
	padding:0;
}

#band-image-inner
{
	padding:4px;
	background-color:white;
	border:1px solid black;
	position:relative;
	width:217px;
	height:187px;
	top:-5px;
	left:-6px;
}

#band-image-outer
{
	background-color:#8a8a8a;
	width:225px;
	position:relative;
	top:-7px;
	
}

#band-image-outer h3
{
	position:relative;
	top:-25px;
	left:10px;
	display:inline;
	padding:0;
	margin:0;
	color:white;
	height:0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

.right-band-box
{  	
	/*background-image:url(images/band-box-bg.jpg);
	background-repeat:repeat-x;*/	
	padding:10px;
}

.right-band-box h4
{
	color:#8a0f0a;
	margin:0;
	font-size:14px;
}

.right-band-box p
{
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

.right-band-box ul li
{
 line-height:20px;
list-style-type:square;
font-weight:bold;
font-size:14px;
}

/* DISCOGRAPHY PAGES STUFF */

/* MAIN BOX FOR EACH ARTIST */
.discography-section
{
	background:url(images/discog-panel-bg.jpg) repeat-x;
}

.discography-section h2
{
	margin:4px 0 10px 0;
	padding: 1px 0 1px 4px;
	text-align:left;
	text-transform:uppercase;
	color:white;
	background-color:black;
	width:226px;
}

.discography-section h3
{
  margin: -1px 35px 10px 67px;
text-align:right;
padding-right:10px;
	color:white;
	background-color:black;

}

img.play-button
{
margin:-8px;
}

.album-pics
{
	padding-top:10px;
	width:230px;
	padding-left:4px;
}

/* END DISCOGRAPHY PAGE STUFF */