html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center;color: #fff;
		background-color: #000;}
p{margin:0 10px 10px}

div#header {height: 110px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	background-image: url(../images/header.jpg);
}
#mainnav
	{
		font: 140% arial,sans-serif;
		background-color: #272727;
		color: #fff;
		padding: 4px 0;
		margin-bottom: 22px;
		height: 20px;
	
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#mainnav li a:hover
	{
		text-decoration: underline;
		color: #fff;
	}
	
		a:link { color: #ecdf48; }
	a:visited { color: #ecdf48; }
	a:active { color: #ecdf48; }
	
	a:hover 
	{
		color: #fff;
		
	}
	
	h1
	{
		color: #B52C07;
		font: 170% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	
	h2
	{
		color: #B52C07;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
div#container{text-align:left}
div#content p{line-height:1.4}
div#content-big p{line-height:1.4}
div#mail{background:#272727}
div#gigs{background:#272727}
div#band{background:#272727}
div#footer{color: #FFF}
div#footer p{margin:0 260px 0 0;padding:5px 10px}

div#container{width:760px;margin:0 auto}
div#content{float:left;width:460px}
div#content-big{width:760px}
div#mail{float:right;width:280px}
div#gigs{float:right;clear:right;width:280px}
div#band{float:right;clear:right;width:280px}
div#footer{font: 75% arial,sans-serif;text-align: right;clear:both;height: 90px;background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(../images/footer.jpg); }