body {
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-color: #000000;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
body, a, td, th, p, span {
	font-family: Trebuchet MS, Tahoma;
	color: #ecd894;
	font-size: 10pt;
	line-height: 14pt;
}
a, a:visited, a:link, a:active {
	color: #ecd894;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}
table.main {
	background-image: url('../images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
a.menu {
	display: inline;
	padding: 3px 20px 3px 20px;
	margin: 5px;
	border: 1px solid #000000;
	background-image: url('../images/menubg.png');
}
td.border {
	background-image: url('../images/border.png');
	background-position: top center;
	background-repeat: repeat-y;
}
div.footer {
	text-align: right;
}
div.content {
	width: 750px;
	padding-top: 20px;
	text-align: left;
}
a.menu, a.menu:visited, a.menu:link, a.menu:active, a.menu:hover{
	text-decoration: none;
	font-weight: bold;
}
small, small a {
	font-size: 8pt;
}
strong {
	color: #ffffff;
	text-transform: uppercase;
	display: block;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
p {
	text-align: justify;
}
table.gigs th {
	color: #ffffff;
	text-transform: uppercase;
	background-color: #111111;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #24170f;
}
table.gigs td {
	border-top: 1px solid #24170f;
}
div.gigbox {
	background-color: #111111;
	border: 1px solid #24170f;
	padding: 15px 15px 3px 15px;
}
.date {
	width: 15%;
}
.venue {
	width: 65%;
}
.description {
	width: 20%;
}
div.sv-container {
	width: 750px;
	height: 600px;
}
a img:hover {
	opacity:0.8; filter:alpha(opacity=80);
}
div.social a {
	margin: 3px;
}
