@CHARSET "ISO-8859-1";


body {
	margin: 0 auto 0;
	font-family: arial;
	font-size:0.9em;
	text-align: center;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
}

#container {
	padding-top: 0px;
	width: 900px;
	margin: 0 auto 0;
	text-align: center;	
}

#mainContentMusic {
	margin-right: 170px;
	background: url('../img/lcbg.jpg') no-repeat;
	padding: 7px;
	height: 470px;
}

#header {
	height: 120px;
	overflow: hidden;
}

#menu {
	position: relative;
	width: 153px;
	float: left;
	margin-top: 0.5em;
}

#menuContents {
	position: relative;
	background: url('../img/tl.jpg') top left no-repeat #FFFFFF;
	width: 156px;
	padding: 7px 0px 8px 2px;
}


#gigs {
	width: 155px;
}

#gigContents {
	position: relative;
	background: url('../img/tl.jpg') top left no-repeat #FFFFFF;
	width: 155px;
	padding: 7px 0px 0px 7px;
	font-size: 0.8em;
}

.tr {
	background: url('../img/tr.jpg') top right no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
}

.bl {
	background: url('../img/bl.jpg') bottom left no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
}
.br {
	background: url('../img/br.jpg') bottom right no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
}

.musicBox {
	position: relative;
	float:left;
	background: url('../img/tl.jpg') top left no-repeat #FFFFFF;
	padding: 7px 0px 8px 2px;
	width: 275px;
	height: 200px;
	text-align:center;
}

.gigBox {
	clear: both;
	padding-bottom: 12px;
}
.gigDate {
	font-weight: bold;
}
.gigGig {
}
.gigLocation {
	position: absolute;
	left: 7px;
	padding-top: 1px;
	font-size:0.9em;
}
.gigPhoto {
	text-align: center;
	position: relative;
	width: 75px;
	padding: 7px 40px;
	margin: 0;
}
.gigAlbumRing {
	position: absolute;
	height: 80px;
	top: 2px;
	left: 2px;
	padding: 2px 35px;
}

#content {
	position: relative;
	padding-top: 1em;
	float: left;
	width: 900px;
	text-align: left;
}

#contents {
	padding-left: 165px;
	padding-top: 10px;
}

#footer {
	padding-top: 10px;
    display: block;
    line-height: 12px;
	color: #888888;
	clear: both;
	font-size: 10px;
	text-align: left;
}

#footer p {
	color: #888;
	vertical-align: middle;
}

#copyright {
	font-size: 9px;
	color: #b0b0b0;
}

