/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #000;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top no-repeat #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0px;
	color: #e82626;
	padding-bottom: 10px;
	border-bottom: 1px solid #e82626;
}

h2 {
	font-size: 1.4em;
	color: #000;
	margin: 10px 0px;
}

a {
	color: #e82626;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #000;
	width: 244px;
	padding: 2px;
}

#container {
	margin: auto;
	width: 890px;
	padding: 15px 30px;
	text-align: left;
}

#content {
	float: right;
	width: 620px;
	padding-bottom: 40px;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: square;
	margin-bottom: 5px;
}

#members {
	margin-left: 1px;
	width: 618px;
}

#members img {
	float: left;
	margin: 0px 2px;
}

.entry {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

#nav {
	float: left;
	width: 195px;
	padding-bottom: 40px;
}

#nav ul {
	margin-top: 38px;
}

#nav li {
	margin-bottom: 10px;
}

#nav li a {
	display: block;
	width: 195px;
	height: 30px;
	background-position: bottom;
	text-indent: -9999px;
}

#nav li a:hover, #nav .on a {
	background-position: top;
}

.btn_homepage {
	background-image: url(../images/btn_homepage.png);
}

.btn_latest_news {
	background-image: url(../images/btn_latest_news.png);
}

.btn_gigs {
	background-image: url(../images/btn_gigs.png);
}

.btn_the_band {
	background-image: url(../images/btn_the_band.png);
}

.btn_media_samples {
	background-image: url(../images/btn_media_samples.png);
}

.btn_contact_us {
	background-image: url(../images/btn_contact_us.png);
}

#footer {
	font-size: 0.8em;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer li {
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}

.spacer {
	width: 1px;
	height: 200px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #000;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}