html ,body{
	height: 100%;
	}

body {
	background-color: #6B6350;
	background-image: url('../images/hashback.gif');
	background-repeat: repeat;
	background-position: 50% 0px;
	margin: 0px;
	
	font-family: Arial;
	font-size: 12px;
	}
p { margin-top: 0; }
h1 { margin-top: 0;
	height: 30px;
	background-repeat:no-repeat;

	}
h1 span{	display:none;
	}
h1#photos { background-image:url("../images/headers/photos.gif");}
h1#song-list { background-image:url("../images/headers/song-list.gif");}
h1#repeat-clients { background-image:url("../images/headers/repeat-clients.gif");}
h1#band-bio { background-image:url("../images/headers/band-bio.gif");}
h1#music { background-image:url("../images/headers/music.gif");}
h1#references { background-image:url("../images/headers/references.gif");}
h1#contact { background-image:url("../images/headers/contact.gif");}
img {border: 0px;
	margin: 0px;}
#portalheader {
	background-color: Black;
	
	height: 30px;
	width: 100%;
	
	}

#wrapper {
	background-color: #FFF;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;


	}

#header {
	background-image: url(../images/header_01.jpg);
	background-repeat:no-repeat;

	height: 205px;

	}
#logo {
	position: relative;
	top: -30px;
	visibility: visible;
	height: 104px;
	width: 322px;
	float: right;
}
#menu {
	background-image: url(../images/header_02.jpg);
	width: 100%;
	height:35px;
	vertical-align: bottom;
	}
#topmenu {

	}
#wrapcon {
	background-image: url(../images/header_03_wave_04.jpg);
	background-repeat: no-repeat;
	width: 100%;
	}
#content {
	width: 720px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	}
#footer {
	height: 50px;
	width: 720px;
	background-color: #221f17;
	font-size: 12px;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #015182;
	}
#footer a {
	color: #00aeef;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer span{
float: right;
}
.floatleft
{
	float: left;
	margin-right: 10px;
}
.floatright
{
float: right;
margin-left: 10px;

}
.columnleft
{
	width: 350px;
	float: left;
	margin-right: 10px;
}
.columnright
{
	width: 350px;
	float: right;
	margin-left: 10px;
	
}

.columnright span, .columnleft span
{
	width: 350px;
	text-align: right;	
	font-weight: bold;
	background: red;
}
.clients ul
{
  float: left;
  width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients li {
  float: left;
  width: 240px;
  margin-bottom: 5px;
  padding: 0;
} 
.bio {
	width: 720px;
		overflow: hidden;
}
.photos ul
{
  float: left;
  width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.photos li {
	float: left;
	width: 180px;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
} 
.photos img{
	margin: auto;
	border: 2px solid #999;
	background-color: #EEE;
	padding: 5px;
}
.photos img:hover{
	border: 2px solid #444;
}
.photos a {

}
.songs {

}
.songs ul
{
  width: 720px;
  margin: 0;

  padding: 0;
  list-style: none;
  
}
.songs li {
  float: left;
  width: 360px;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
} 
.songs li.alt0, .songs li.alt3 {
	  background: #d1f0fc;
	}
.songs li.listtop {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.songs span {position: absolute; top: 0; right: 20px; }

.blurb {
	font-style: italic;
}
.name {
width: 350px;
	margin-top: .5em;
	margin-bottom: 2em;
	text-align: right;
		font-weight: bold;

	
}
.testimonials ul{
  width: 720px;
  margin: 0;

  padding: 0;
  list-style: none;
}
.testimonials li {
  
  width: 360px;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}
.testl {
width: 350px;
float: left;
}
.testr {
width: 350px;
float: right;
}