body
{
    margin: 0px;
    padding: 0px;  
    background: #000 url(img/red.png); 
}
#background
{
	position: absolute;
	display: none; 
	background: url(img/background.jpg); 
	background-position: center top; 
	background-repeat: no-repeat;
	width: 100%;
	height: 726px;
}
#outer-container
{
	position: relative;
  width: 100%; 
  background: #000;
  z-index: 4;
}

#container
 {  
 	position: relative;
	top: 0px;;
	z-index: 8;
 	color: #AAA; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; 
 	padding: 0; 
	padding-top: 200px;
    width: 100%;
 }
#header-container
{
	width: 100%;
	background-image: url('img/header_background.png');
	height: 132px;
	display: block;

}
#header
{
	background-image: url('img/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 132px;
	display: block;
}
#lower_container
{
	background-image: url(img/red.png);
	width: 100%;
	height: 300%;
	padding: 0;
	margin: 0;
}
#headmenu
{
	position: relative;
	top: 97px;
	text-align: left;	
	display: block;
	width: 1035px;
}
#headmenu ul li
{
	font-size: 20px;
	color: #CCC;
	font-weight: bold;
}
#jumble
{
	text-align: left;	
	display: block;
	width: 1035px;
	background-image: url('img/stripes.png');
}
#footer
{
	text-align: center;
	background: #000;
	width: 100%;
	padding-bottom: 5px;
}
.menu 
{
	margin: 0px;
	padding-left: 40px;
	padding-bottom:10px;
	font-size: 14px;
	color: #aaa;
}
.menu li span
{
	color: #aa0008;
}
a { color: #aaa; text-decoration: none; }
a:visited { color: #aaa; }
a:active { color: #aaa; }
a:link { color: #aaa; }
a:hover { color: #ddd; }

.thumb a
{
	background: #000;
	padding: 5px;
	padding-right: 10px;
	color: #AA0008;
}

.menu li
{
	display: inline;
}
#content
{
	clear: both;
	padding-left: 40px;
	background-image: url(img/dark.png);
}
#picture_index li
{
	padding: 5px;
	background-image: url(img/red.png);
}
#bar-right
{
	float: right; 
	background-image: url(img/dark.png); 
	width: 170px; 
	padding-left: 20px;
	padding-bottom: 50px;
	padding-top: 176px;
	padding-right: 10px;
}
h1 
{
	color: #AA0008; 
	font-size: 30px; 
	padding-top: 40px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 
{
	color: #AA0008; 
	font-size: 18px; 
	padding-top: 40px; 
	margin-top: 0px;
}

#concertindex
{
	list-style: none;
	padding-left: 0px;
	padding-bottom: 100px;
	margin-bottom: 0px;
}
input, textarea
{
	background-color: transparent;
	border: 1px solid #AA0008;
	color: #AAA;
}
.search-form
{
	margin-right: 30px;	
}
.search-form input
{
	padding: 1px;
	margin: 0px;
}
#concertindex
{
	margin-top: 0px;
}
#concert-details
{
	list-style: none;
	padding-left: 0px;
}
#concert-details li
{
	margin-left: 25px;
}
#concert-details h3
{
	margin-left: -25px;
	color: #AA0008;
	background: #000;
	padding: 6px 6px 6px 25px;;
	width: 130px;
	font-weight: bold;
	font-size: 12px;
}
#respond
{
	padding-top: 20px;
}
.commentlist 
{
	padding-left: 0px;
}
#footerlist
{
	padding-top: 10px;
	list-style: none;
	padding-left: 0px;
	font-size: 12px;
	text-align: left;
}
#footerlist li
{
	padding-left: 50px;
	padding-right: 50px;
}