html { min-height: 100%; margin-bottom: 1px; }

body{
	padding: 30px 0 0;
	background-color:#000;
    font: 100.01%/1.3 Verdana,Arial,sans-serif;
	text-align:center;
	height:100%;

}

div#box{width: 50em;
padding: 20px;
margin:0 auto;
background:#fff;
height:100%;
}

div#titlebar {background:#333;
color:#FF0099;
margin:0 auto;
padding:0px
}

div#menubar {
width:50em;
background:#444;
padding:5px 0;
}

div#content {
border: 3px double black;
padding: 20px;
}

#menubar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#menubar ul li {
	margin-left: 0;
	padding: 3px 20px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	}
	
#menubar ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#menubar li a {
	color:#FF9900;
		text-decoration: none;
		width: 100%;
}
#menubar li a:hover {
		color: #fff;
		}
.bandimage1 {
	height: 300px;
	width: 300px;
	margin-right: 10px;
	float:left;
}
.clearer {clear:left; line-height:1px; visibility:hidden;}
.catbandli {list-style:none; text-align:left; background-color:#ffffff;}
.catalbumimage {	
	height: 100px;
	width: 100px;
	margin-right: 10px;
	float:left;
	}
.catalbumid {font-size:9px;}
.cattitle {font-weight:bold; font-style:italic;}
.catlisten {font-size:10px; color:#FF0000;}
.catband a{text-decoration: none;}
.catyear {font-size:9px;}
.catprice {font-size:9px;}
.catbanddescription {
	text-align:left;
	font-size:small;}
.catbandimage {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	float:left;
}
