body {
	margin: 20px;
	background: url(images/band_silhouette_background.jpg) repeat-x left bottom #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #000;
}

h2 {
	font-size: 1.6em;
	padding-bottom: 10px;
	color: #000000;
}

h3 {
	font-size: 1.6em;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}

h4 {
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 10px;
	color:#000099;
}

p, ul, ol {
	margin-top: 5px;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #A42424;
}

a:hover {
	background: none;
	text-decoration:underline;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}
.padr {
	padding-right: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 153px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: right;
	width: 320px;
	color: #FFFFFF;
}

#logo h1 {
	float: right;
	padding: 12px 12px 0 0px;
	font-size: 1.8em;
	text-transform: lowercase;
	text-align: right;
	color:#FFFFFF;
}

#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 910px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(images/menu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
	background: url(images/textareafade.jpg) no-repeat left top;
	border: 3px solid #C9C0C1;
	border-top: none;
}
#pad_page {
	padding: 0 20px 0 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 20px 0 0 20px;
}
#wide_content {
	float: left;
	width: 884px;
	padding: 20px 0 0 20px;
}
#narrow_content {
	float: left;
	width: 464px;
	padding: 20px 0 0 20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 15px 0 0 0;
	color: #ccc;
	background-color: #CCCCCC;
	height: 100%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background-color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}



#sidebar ul li {

}

#sidebar li li {

	border-bottom-style:none;
}

#sidebar h2 {
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 10px;
}

#sidebar p {
	text-align: justify;
	padding-bottom: 10px;
}

#sidebar a {
	color: #ccc;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#entry p{
	color:#000000;
	padding: 0 20px 0 20px;
	line-height:14px
}

#entry a{
	color:#0000ff;
}


/* Footer */

#footer {
	width: 910px;
	height: 100px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
.enquiries {
	background-color: #000000;
	padding: 10px;
}


/* About Band Sidebar */

#side_about {
	float: right;
	width: 360px;
	height: 100%;
	text-align: right;
	margin: 20px 20px 0 0;
}


/* Photo Sprocket */

#photo_sprocket{
width: 600px;
}

/* Quote holder */

#quote_holder{
background:#FFDDDE;
font-family: Courier, mono;
font-size: 12px;
width: 580px;
padding:5px 10px 5px 10px;
margin: 0 0 20px 0;
line-height:150%;
}

.quote {
	text-align:right;
}
.quote a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* FAQ */

#accordion {
	margin:20px 20px 0 0;
}

h2.toggler {
	cursor: pointer;
	border: 1px solid #000;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: sans-serif;
	font-size: 16px;
	background:#000099;
	color: #fff;
	margin: 0 0 4px 0;
	padding: 3px 5px 3px 5px;
}

div.element p {
	margin:0px;
	padding:4px 0 12px 0;
}


/* Img */

#img_floatleft{
	padding-bottom:20px;
	padding-right:20px;
	float: left;
}

/* Play */

.play{
	background-image: url(images/playbutton.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
