html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999595;
	font-size: 10px;
	line-height: 12px;
}

object {
	outline: none;
}

a {
	outline: 0;
	color: #999595;
	text-decoration: none;
}

a:hover {
	color: black;
}

a:active {
	outline: none;
}

#bottom a {
	text-decoration: underline;
}

img {
	border: 0;
}

.selected {
	color: black;
}

#splash {
	position: fixed;
	width: 100%; height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 1000;
}

#splash img {
	position: relative;
	margin: 0 auto;
}

#splash-spacer {
	height: 50%;
	width: 100%;
	float: left;
	margin-bottom: -367px;
}

#spacer {
	height: 50%;
	width: 100%;
	float: left;
	margin-bottom: -360px;
}

#content {
	position: relative;
	clear: left;
	margin: 0 auto;
	width: 1000px;
	height: 710px;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}

#top {
	position: absolute;
	width: 960px;
	height: 70px;
	top: 0px;
	left: 20px;
	z-index: 2;
	border-bottom: 1px solid black;
}

#middle {
	position: absolute;
	width: 960px;
	height: 280px;
	top: 80px;
	left: 20px;
	z-index: 0;
}

.slideshow  > .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 280px;
	z-index: 0;
}

#bottom {
	position: absolute;
	width: 960px;
	height: 290px;
	top: 370px;
	left: 20px;
	z-index: 2;
}

#footer {
	position: absolute;
	width: 960px;
	height: 20px;
	top: 670px;
	left: 20px;
	z-index: 2;
}

#logo {
	position: absolute;
	bottom: 0px;
	width: 200px;
	height: 50px;
	right: 0px;
	z-index: 3;
}

#logo img {
	position: absolute;
	width: 200px;
	bottom: 10px;
}

#left-column {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 307px;
	z-index: 3;
	font-size: 17px;
	line-height: 19px;
	color: black;
	border-bottom: 1px solid #999595;
}

#left-column-gigs {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 307px;
	z-index: 3;
	font-size: 17px;
	color: black;
	border-bottom: 1px solid #999595;
}

.album-thumbs {
	width: 100px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
}

.album-thumbs-newsticker {
	float: left;
	width: 70px;
	height: 70px;
	padding-right: 10px;
}

#middle-column {
	position: absolute;
	top: 0px;
	left: 326px;
	height: 100%;
	width: 307px;
	z-index: 3;
	color: black;
	border-bottom: 1px solid #999595;
}

.heading {
	font-size: 17px;
	line-height: 18px;
	color: black;
	border-bottom: 1px solid #999595;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.gig, .column-text {
	font-weight: 600;
	font-size: 11px;
	color: black;
}

.gig {
	margin-bottom: 10px;
}

.column-text {
	margin-bottom: 5px;
}

#right-column {
	position: absolute;
	top: 0px;
	left: 652px;
	height: 100%;
	width: 307px;
	z-index: 3;
	color: black;
	border-bottom: 1px solid #999595;
}

.field {
	margin-top: 10px;
	color: black;
	line-height: 16px;
	height: 16px;
	width: 200px;
	margin-bottom: 10px;
}

input[type="text"] {
	width: 220px;
	height: 16px;
	background-color: #CCCCCC;
	border: none;
	line-height: 16px;
	font-size: 10px;
}

#mailing-fields input {
	width: 220px;
	height: 16px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	border: none;
	line-height: 16px;
	font-size: 10px;
}

#mailing-fields #submit {
	position: absolute;
	width: 60px;
	background: transparent;
	right: 10px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #999595;
	margin-top: 0px;
}

#mailing-fields #submit:hover {
	color: black;
}

#mailing-text {
	line-height: 16px;
}

#mailing-text div {
	margin-bottom: 10px;
}

#submit {
	position: absolute;
	background: transparent;
	right: 15px;
	border: 0px;
	margin-left: -7px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #999595;
	margin-top: -27px;
}

#submit:hover {
	cursor: pointer;
	color: black;
}

#twitter {
	margin-right: 8px;
}

#facebook img {
	position: absolute;
	width: 70px;
	margin-top: 4px;
	top: 0px;
}

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

.newsticker li {
	height: 140px;
}

.border-grey {
	border: 1px solid #999595;
}

#more-gigs {
	position: absolute;
	right: 0px;
	margin-top: -5px;
	font-size: 14px;	
}

.newsticker {
	line-height: 14px;
}

.float-left-news {
	float: left;
	padding-right: 5px;
	width: 70%;
	font-weight: 600;
	font-size: 11px;
}


