<style type="text/css">

*{ margin: 0; }

img{
	border: none;
	}

body {
	background-image:url(images/waves.jpg);
	/*background-position: center; */
	background-repeat: no-repeat;
	text-align: center;
	min-width: 850px;
	background-color: #141414;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #FFFFFF;
	line-height: 1.3;
	
	
}

.caption{
	font-size:10px;
	color: #333333;
}

.subtle{
	color: #CCCCCC;
}




#wrapper {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: double;
	border-width: thick;
	background-color: #999999;
	border-color: #000000;
	/*
	border-color: #333333;
	*/
}

#page {
	margin:0 auto;
	width: 850px;
	text-align: left;
	background-color: #000000; 
	}
	
#header {
	text-align: center;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#header_left{
	padding-top: 7px;
	float: left;
	width: 530px;
	}
	
#header_right{
	float: right;
	width: 320px;
	text-align: right;
	}

#nav {
	height: 26px;
	text-align: center;
	background-color: #CCCCCC;
	}

#nav_left{
	padding-top: 5px;
	float: left;
	width: 530px;
	border-right: solid;
	border-width: thin;
	border-color: #333333;
	}
	
#nav_right{
	float: right;
	width: 300px;
	border-bottom: solid;
	border-width: thin;
	border-color: #333333;
	}

#media_player {
	background-color:#CCCCCC;
	text-align: left;
	height: 21px;
	padding-top: 5px;
	}

#footer{
	background-color: #CCCCCC;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	}

#footer_left{
	width: 400px;
	text-align: left;
	float: left;
	text-align: left;
}

#footer_right{
	width: 300px;
	text-align: left;
	float: right;
	text-align: right;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F0F0F0;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


/* HOME PAGE */

#main {
	height: auto;
	width: 100%;
	clear: both;
	}

#scroll{
	border-style: ridge;
	border-color: #333333;
	border-width: 2px;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#home {
	background-image:url(images/content_background_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 278px;
	text-align: justify;
	padding-top: 7px;
}

#home_blurb {
	width: 320px;
	background-color: #4A585B;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#home_hits{
	line-height: 1.2;
	padding-left: 20px;
}

/* INTERNAL PAGES */

#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* DISCOGRAPHY */

#discography{
}

#discography_left{
	width: 490px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	float: left;
	border-style: ridge;
	border-color: #333333;
	border-width: 2px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	height: 548px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#discography_right{
	width: 297px;
	padding: 10px;
	float: right;
}

#3albums{
	clear: left;

}


#album{
	width: 118px;
	height: 155px;
	text-align: left;
	padding: 18px;
	float: left;
	line-height: 1.2;
	font-size: 11px;
	}

#hit{
	padding-top:10px;
}

.cover{
}

.credits{
}

</style>
