* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #111;
	font-family: courier, monospace, sans-serif;
	font-size: 80%;
	text-align: center;
}

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: line-through;
}

input, textarea {
	font-family: courier, monospace, sans-serif;
	font-size: 14px;
}

q {
	background: yellow;
	display: block;
	margin: 10px;
}

#container {
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 760px;
}

#header {
	background: transparent url(http://thisisdll.co.uk/images/polaroids.jpg) no-repeat -80px 0px;
	height: 160px;
}

#header h1 {
	background: transparent url(http://thisisdll.co.uk/images/ddl_logo.gif) no-repeat top left;
	height: 160px;
	text-indent: -9999em;
	width: 348px;
}

#header ul {
	list-style: none;
	overflow: hidden;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	font-size: 16px;
	text-align: center;
	width: 90px;
}

#content {
	margin: 0 20px;
	zoom: 1;
}

#content h1, h2, h3, h4, h5, p {
	margin: 1em 0 0;
}

#content h1, h2, h3, h4, h5 {
	background: yellow;
	font-size: 140%;
}

#content h1 {
	font-size: 160%;
}

#content ul , #content p, #song_titles {
	font-size: 120%;
}

#content ul {
	margin: 1em 2em;
}

#content #gigwatch {
	background: #FFF;
	border: 5px dashed #000;
	line-height: 130%;
	margin: 20px 5px 5px;
	padding: 5px;
	text-align: center;
}

#content #gigwatch p {
	margin: 0;
}

#footer {
	background: #222;
	color: #FFF;
	margin-top: 10px;
	padding: 20px;
}

#footer #contact {
	margin-bottom: 10px;
	width: 330px;
}

#footer form fieldset {
	border: none;
}

#footer form fieldset legend {
	background: yellow;
	color: #000;
}

#footer form fieldset legend, #footer form fieldset label, #footer form fieldset input, #footer form fieldset textarea {
	display: block;
	margin: 5px 0;
	text-align: left;
	width: 330px;
}

#footer form fieldset textarea {
	height: 200px;
}

#footer #contact_shit {
	float: left;
	width: 330px;
}

#footer #other_shit {
	display: inline;
	float: left;
	margin-left: 40px;
	text-align: center;
	width: 330px;
}

#footer #other_shit a {
	color: yellow;
	font-size: 18px;
}

#footer #contact_shit form {
	padding-bottom: 10px;
}

#footer p {
	clear: both;
	text-align: center;
}

/* Gallery CSS - may move to own file */
	#gallery {
		margin: 10px 0;
		text-align: center;
		width: 100%;
	}
	#gallery ul {
		list-style: none;
		margin: 0 auto;
	}
	div#gallery.dynamic ul li {
		display: inline;
	}
	div#gallery.dynamic ul li a img {
		border: 5px solid #000;
		margin-bottom: 5px;
		margin-right: 5px;
		height: 12%;
		width: 12%;
	}
	div#gallery.dynamic ul li a img:hover {
		border-color: yellow;
	}
	#gallery h2 {
		margin-bottom: 10px;
		text-align: left;
	}
/* End Gallery CSS */