body {
	font: 12px/18px verdana, arial, sans-serif;
	}

a {
	color: #CC0000;
	}

p {
	margin: 0 0 10px 0;
	}
	
ul {
	margin: 0 0 20px 0;
	}
	
li {
	margin: 0 0 6px 0;
 	}	
	
h1 {
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
	margin-bottom: 10px;
	}	
	

	
h4 {
	cursor: pointer;
	color: #CC0000;
	}
	
hr {
	border: 1px dashed #999;
	}

button {
	border: 1px solid #333;
	height: 25px;
	}


	
img {
	border: 0px;
	}

#container {
	border: 1px solid #DDD;
	overflow: auto;
	}
	
#header {
	height: 100px;
	width: 1080px;
	background: #666 url('../images/header.jpg') no-repeat 0 0;
	}
	
.red {
	background-color: #CC0000;
	}
	

.grey {
	background-color: #DDD;
	}
	
.sidePad5 {
	padding: 0 5px;
	}

.justify {
	text-align: justify;
	}

	
#menu {
	background: #333 url('../images/menu-bg.gif') no-repeat 0 0;
	height: 105px;
	}
	
.logo {
	height: 100px;
	background: #333;
	}

.menu {
	height: 100px;
	padding: 15px 0 0 0;
	
	}
	
.col1 {
	width: 120px;
	float: left;
	}
	
.col1 li {
	margin-bottom: 1px;
	}
	
.col2 li {
	margin-bottom: 1px;
	}

.col2 {
	width: 300px;
	float: right;
	}


.schedule {
	height: 100px;
	background-color: #CC0000;
	}

/* Content */
#content {
	width: 1080px;
	background-color: #FFF;
	margin: 0;
	}
	
.content {
	padding: 0 20px 0 45px;
}
	
.left li {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #EEE;
	}	

h3 {
	margin-top: 0;
	padding-top: 0;
	}	
	
.left li.description {
	margin-top: 0;
	padding-top: 0;
	}

.boxList li {
	height: 76px;
	width: 260;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;

	}
	
.boxList li .thumbnail {
	height: 75px;
	width: 75px;
	margin: 0 10px 0 0;
	float: left;
	}
	
#right .boxList  a {
	color: #CC0000;
	}

.album {
	min-height: 150px;
	margin-bottom: 20px;
	width: 600px;
	float: left;
	}

.album .thumbnail {
	height: 150px;
	width: 150px;
	margin: 0 20px 0 0;
	float: left;
	}

.album .description {
	width: 430px;
	float: right;
	}
	

#profile li .bio {
	width: 175px;
	float: left;
	}


#footer {
	text-align: center;
	margin: 15px 0 0 0;
	}

/** Hide Music Player **/
.sample {
	display: none;
	}

.sample2 {
	display: none;
	}

.sample3 {
	display: none;
	}

/** buy cd **/
.purchase {
	width: 420px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	overflow: auto;
	padding-top: 5px;
	}

.price {
	float: left;
	width: 300px;
	}
	
.buy {
	float: left;
	width: 100px;
	}

/** Musicians **/
.name {
	font-size: 14px;
	color: #CC0000;
	
	}
	
.expandable {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	}	
	
.expandable img {
	float: left;
	padding: 0 10px 5px 0;
	}

	
li .description {
	margin-top: 0;
	font-size: 11px;
}