@charset "utf-8";
/* CSS Document */


#container{
	width: 960px;
	height: alto;
}
	
body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	
}

#bandList {
	color: #FFFFFF;
	height: 450px;
	text-align: left;
	overflow: auto;
}
#header {
	height: 120px;
}

#topSpacer {
	text-align: left;
	padding-left: 10px;
	height: 30px;
}

#left {
	float: left;
	width: 180px;
}

#center {
	float: left;
	height: 100px;
	width: 600px;
}

#search {
	float: left;
	width: 800px;
}

#right {
	float: left;
	width: 180px;
}

	#clear {
		clear: both;
	}

#news {
	margin:10px;
	text-align: left;
	color: #FFFFFF;
}

#profile {
	margin:10px;
	height: 300px;
	overflow: auto;
	text-align: left;
	color: #FFFFFF;
}

#reviews {
	margin:10px;
	height: 130px;
	text-align: left;
	color: #FFFFFF;
}

#signup {
	width: auto;
	height: 300px;
	margin:10px;	
}

signupWrapper {
	width: auto;
	text-align: center;
	height: 300px;
	margin:10px;	
}

#signupLabel {
	width: 120px;
	height: auto;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
}

#signupField {
	width: 280px;
	text-align: left;
	float: left;
}

#results {
	height: 190px;
	overflow: auto;
}

#menu {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

#login {
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #820000;
	text-decoration: underline;
}
a:active {
	color: #820000;
	text-decoration: underline;
}

.super {
	vertical-align: super;
	font-size:11px;
}
