body {
	font-family: Arial, Helvetica, sans-serif;
 	text-align: center;
 	font-size: 1em;
 	margin: 0px;
 	color: #FFFFFF;
 	line-height: 1em;
 	padding: 0px;
 	background: #000000;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}

#container { 
 	margin: 0 auto;
 	padding:0px;
 	width: 900px;

}


#logo {
 	height: 90px;
 	width: 900px;
 	background-repeat: no-repeat;
 	background-position: right top; 
 	padding: 0px;
 	margin: 0px;
 
}
#logo div{
	background: url(../images/BrightonGoesGospel_small2.jpg) no-repeat;
   height: 90px;
 	width: 900px;
 	background-repeat: no-repeat;
 	background-position: left bottom; 
 	padding: 0px;
 	margin: 0px;
 
}


#topnavigation {
	font: 0.8em Verdana, Helvetica, sans-serif;
	height:30px;
	width:900px;
	text-align:center;

}
#topnavigation ul {
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	text-align: center;
	white-space:nowrap;
}
#topnavigation li{
	float: left;
	list-style: none;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#topnavigation a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	height:22px;
	padding: 0px 10px;
	line-height:20px;
}


#headerimage { 
 	margin: 0px;
 	padding: 0px;
 	width: 900px;
 	height: 350px;
 	padding: 10px 0px; 
 	border-top:1px solid #fff; 
 	border-bottom:1px solid #fff;
}

#content, #concert_photos{ 
	font-size: 0.8em;
	border: 0px;
	display: block;
 	width: 900px;
	color: #FFF;
 	text-align: justify;
 	margin: 15px auto;
 	padding: 0px;
 	width: 900px;
 	line-height: 1.5em;
	background-color: #000000;
}


#content a:link, a:visited, a:hover, a:active, #concert_photos a:link, a:visited, a:hover, a:active{
	color: #FF9900;
} 

.contenttitle {
 	color: #FF9900;
 	font-weight: bold;
 	font-size: 1em;
 	margin: 20px 0px 5px 0px;
}

.orange {
	color: #FF9900;
}

.clear { 
	clear: both; 
	background: none; 
}

.img_wrap_outer {
	float: left;
	background: url( ../images/shadow.gif ) no-repeat bottom right;
	margin: 10px 10px 10px 0;
	
}
.img_wrap_inner {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	padding: 12px;
	position: relative;
	left: -2px;
	top: -2px;
}

#concert_photos img{
	margin:15px;
	border:5px solid white;
}

ul.thumbnail_list{
margin:0;
padding:0;
list-style:none;
}

ul.thumbnail_list li{
	float:left;
	display:inline;
	margin-left:0;
}
ul.thumbnail_list li img{
	width:118px;
	height:79px;
}

ul.thumbnail_list li img.vert{
	width:60px;
}
