#container {
  border: 1px #FFF;
}

.left {
  background: #FFF;
  width: 150px;
  float: left;
}

#MenuBar1 {
  margin-left: 10px; /* 300px - 107px to allign navigation right */
}



.right {
  background: #FFF;
  border: 1px solid #000;
  float: left;
  width: 660px; /* 960px - 300px (navigation) */
  margin-top: 45px;
  margin-left: 45px;
  padding: 0.5em;
}

.clear { clear: both; }


.bandname {
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: underline;	
}
.bandmembers {
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	font-style:italic;
}
.indent {
	margin-left: 3em;
}
