body {
	margin:0;
	background:#ffffff url('background.gif') repeat-X top left;
	font-family:arial helvetica sans-serif;
	font-size:1.2em;
}
#header {
	margin:0;
}
#header a {
	border:0;
}
#header img {
	border:0;
}
#navigation {
  margin-left:85px;
	margin-right:10px:
}
#navigation ul {
  list-style:none;
	padding:0;
	margin:0;
}
#navigation li {
	display: inline; 
  margin-left:5px;
}
#navigation a {
  text-decoration:none;
  color:black;
}
#navigation a:hover {
  text-decoration:underline;
}
#navigation a:visited {
  color:black
}
#navigation a:active {
  color:red;
}
#content {
	margin-left:85px;
	margin-right:10px:
}
#gallery {
	background-color: white;
	padding: 5px;
	width: 520px;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #bbb;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}
.setListItem { 
	margin:0; 
}
.setListTitle { 
	font-weight:bold; 
}
.setListArtist {
	font-style:italic; 
	margin-left:10px; 
}
.gigdate {
  font-weight:bold;
}
.gigVenue {
  font-style:italic;
}
.gigMap {
  color:blue;
}
.about {
	clear:both;
	padding-bottom:10px;
}
.about h2 {
	font-size:1.2em;
}
.about img {
	float:left;
	border:0;
	padding-right:10px;
}
.about hr {
	clear:both;
}
