body {
	font: normal 14px Georgia, 'Times New Roman', Times, serif;
	color: #FFFFD0;
	background-color: #000000;
}

img {
	border-style: none;
}

div.main {
	/* hack to get non-compliant browsers to center table */
	text-align: center;
}
table.main {
	table-layout: auto;
	width: 800px;
	border-style: none;
	border-width: 1px;
	border-color: #ff0000;
	border-spacing: 0px;
	border-collapse: collapse;
	/* center the table */
	margin-left: auto;
	margin-right: auto;
	/* correct for the hackish div text-align above */
	text-align: left;
}
table.main > tbody > tr {
	vertical-align: top;
}

/************************************************************
 * Header styles
 */

.logo {
	width: 100%;
	text-align: right;
}
.banner {
	width: 100%;
	text-align: center;
	padding-bottom: 0;
}
.nav {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font: normal 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
.nav span {
	background-color: #333333;
	padding: 0 12px 0 12px;
}
.clearFix {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	/* background: red; */
}
#concertsLink {
	color: #ff3333;
	font-weight: bold;
}

/************************************************************
 * Left bar styles
 */

.leftBar {
	width: 231;
	font: normal 14px 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
.emailList {
	width: 170;
}

/************************************************************
 * Main content styles
 */

.pageContent {
	width: 713;
	padding-left: 24px;
}

/************************************************************
 * Footer styles
 */

.copyright {
	font: normal 7pt "Trebuchet MS",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #999999;
	width: 100%;
	padding-top: 2em;
}

/************************************************************
 * Old styles
 */
a:link {
	color: #DAA520;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #DAA520;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #FFCC99;
	background-color: transparent;
	text-decoration: none; 
}
