html {
    margin:0px;
    padding:0px;	
}
body {
    text-align:center;
    margin-top:0px;
    padding:0px;
    margin-bottom:0px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	color: #A4A4A4;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #800000;
}

#container { 
    margin:0px auto;
    padding:0px;
    text-align:left;
    width:800px;
}
#header {
	width:800px; 
	height:130px; 
	margin-bottom:15px;
}

#merchFooter{
	width:800px;
	height:75px;
	float:left;
	margin-top:35px;
}

#menu{
	width:800px;
	height:25px;
}
#button{
	width:114px;
	height:25px;
	float: left;
}

#body{
	width:800px;
	height:400px;
	margin-top:10px;
}

#bandMember{
	width:350px;
	height:150px;
	border: white groove 4px;
	margin:5px;
	float:left;
}

#playlist{
	width:800px;
	float:left;
	border:white groove 4px;
}


#band{
	width:800px;
	float:left;
	border: white groove 4px;
}

#gallery{
	width:375px;
	height:340px;
	overflow:auto;
	float:left;
	border: white groove 4px;
	margin-left:10px;
}

#downloads{
	width:375px;
	height:340px;
	overflow:auto;
	float:left;
	border: white groove 4px;
	margin-left:10px;
}

#title{
	width:375px;
	height:auto;
	border: white groove 4px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;

}

#merchHolder{
	width:250px;
	height:350px;
	margin-left:55px;
	border:white groove 3px;
	float:left;
}

#merchTrackList{
	width:350px;
	border:white groove 3px;
	float:left;
	margin-left: 50px;
}

#repLeft{
width:375px;
float:left;

}

#repRight{
width:375px;
float:right;

}

#writtenMedia{
width:770px;
float:left;
border:white groove 3px;
margin-top:10px;
margin-left:10px;
scroll:auto;
}

#writtenMediaLeft{
width:375px;
float:left;
}

#writtenMediaRight{
width:375px;
float:right;
}

.style1 {
	font-family: "Sydnie";
	font-size: 36px;
}
.style2 {
	font-family: "Arial Narrow";
	font-size: 16px;
}
