/* Layout Stylesheet */ 

  body {
	text-align:center;
	}


#top
{	
	width:999px;
	height:606px;
	border:solid 0px #EEEEEE;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative; top:0px;
	padding:0px;
	display:block;
}

#bio
{
	width:1111px;
	border: solid 2px #220000;
	margin-left:auto;
	margin-right:auto;
}

#album
{
	float:none;
	width:1111px;
	height:auto;
	border: solid 2px #220000;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#cover
{
	float:left;
	width:420px;	
	border: solid 0px #EEEEEE;
}
#tracklist
{
	position:relative; left:5px; top:5px;	
	text-align:left;
	float:left;
	width:auto;
	padding-right:10px;
	border: solid 2px #EEEEEE;
	border-left:0px;
	border-right:0px;
}

#tracklist li
{
	color:#DDDDDD;
	list-style:none;
}

#albumblurb
{
	position:relative; right:30px; top:5px;
	text-align:left;
	float:right;
	width:303px;	
	border: solid 2px #AA0000;
	border-left:0px;
	border-right:0px;
}

#albumart
{		
	text-align:left;
	border: solid 2px #AA0000;
	border-left:0px;
	border-right:0px;
	width:999px;
	padding:10px;
	position:relative;left:10px;
	float:left;
}

img
{
	margin:5px;
	}


img.left {
	float:left;
	display:table;
	border:0px;
}

img.right {
	float:right;
	display:table;
	border:0px;
}

h1 {
	margin:0px;
	color:#DDDDDD;
	font-family:verdana;
	font-variant:small-caps;
	font-size:80px;
}

h2 {	
	margin:0px;
	color:#DDDDDD;
	font-family:verdana;
	font-variant:small-caps;
	font-size:40px;
}
h3 {
	margin:0px;
	color:#DDDDDD;
	font-family:verdana;
	font-variant:small-caps;
	font-size:20px;
}

p   {
	color:#DDDDDD;
	}

a
{
	color:#EEEEEE;
}

a:visited {
	color:#FFFFFF;
	}
	
#bottom
{
	color:#DDDDDD;
	border:0px;
	text-align:center;
	position:relative;top:00px;
	display:block;
	width:auto;
}
