* { 
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: 14px 'Helvetica Neue', Helvetica, Arial, san-serif;
}

body, input.btn {
	background-color: black; 
}

a, h1, .menu ul, form, input.btn, legend, .current {
	color: white;
}

input.btn, fieldset {
	border-color: white; 
}

a:hover, h2, p a, .past {
	color: #820000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}
	
a {
	text-decoration: none;
}

h1, h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	line-height: 14px;
}

hr {
    border-top: 1px solid black;
    margin: 15px 0 15px 0
}

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

p a:hover {
	text-decoration: underline;
}

#pageWrap {
	position: relative;
	top: 0;
	margin: 0 auto 50px auto;
	width: 850px;
	height: 100%;
}

#header {
	position: relative;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto 0 auto;
	width: 850px;
	height: 263px;
}

#ContentTop {
	position: relative;
	background-image: url('../images/ContentTop.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 850px;
	height: 27px;
}

#content {
	position: relative;
	background-image: url('../images/ContentBody.jpg');
	background-repeat: repeat;
	background-position: 0 0;
	width: 850px;
	padding-bottom: 10px;
}

#Nav {
	position: absolute;
	background-image: url('../images/NavBG.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 0px;
	top: 0px;
	width: 209px;
	height: 324px;
	margin: 0 0 0 51px;
}

#contentBody {
	position: relative;
	width: 500px;
	margin: 0 0 0 280px;
	min-height: 350px;
}

#contentBottom {
	position: relative;
	background-image: url('../images/ContentBottom.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 850px;
	height: 38px;
}

.menu {
	margin: 25px 25px 25px 70px;
	width: 150px;
	height: 300px
}

.menu ul {
	position: relative;
	font-size: 22px;
	line-height: 20px;
	list-style: none;
	height: 40px;
	width: 125px;
	text-align: right;
	left: 0;
	right: 0;
}

.menu li {
	margin-bottom:12px;
}

.tracks {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

.tracks td {
	padding: 5px;
}

.current, .past {
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}

form {
	font-size: 12px;
}

input.btn { 
	border:1px solid; 
	margin:6px 0 0 363px;	
}

fieldset
{
	border: 2px solid;
	width: 400px;
	padding: 12px;
}

legend {
	padding: 2px 6px;
} 

textarea {
	width: 390px;
	margin-bottom: 6px;
}

input.txt { 
	width: 390px;
	margin-bottom: 6px;
}

error {
	font-style: italic;
	color: red;
}

.song, .artist {
	font-size: 12px;
	line-height: 21px;
}

.song {
	text-align: right;
	padding-right: 10px;
}

.artist {
	padding-left: 10px;
}

.member {
	vertical-align: middle;
	padding-left: 20px
}

.gigs {
	width: 100%;
	height: 300px;
}

p.inset {
    text-align: center
}

#NextJam, #NextGig {
    color: white
}


