
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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



div.footer p {
	font-size: 8pt;
	color: white;
	text-align: center;
}




body {
	margin: 0px;
	background-color: #c1c3c8;
	background-image: url(../img/mainbg.gif);
	background-repeat: repeat-x;
	background-position: left 130px;
	font-family: helvetica, arial,sans-serif;
}
div#topbar {
	width: 100%;
	height: 130px;
	background: white;
	margin-bottom: 30px;
	border-bottom: 1px solid #858585;
}
#topbar h2 {
	margin: 40px 0 5px 0;
	text-align: right;
}
#topbar h3 {
	margin: 0px;
	text-align: right;
}
.bounds {
	width: 840px;
	margin: auto;
}
img#mainlogo {
	padding: 5px 0 0 0;
}
.container {
	width: 800px;
	height: 300px;
	margin: 0 auto 30px auto;
	background: white;
	padding: 20px;
}
a img {
	border: 0px;
}
a {
	border: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: silver;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	color: #858585;
	margin-bottom: 20px;
}
ul#shows {
	margin-bottom: 10px;
}
#shows a{
	display: block;
	background: silver;
	padding: 15px 15px;
	font-weight: bold;
	font-family: helvetica, arial,sans-serif;
	font-size: 15px;
	color: white;
	margin-bottom: 2px;
	text-decoration: none;
}
#shows a:hover {
	background: #b6b6b6;
}
#shows a.current {
	background: #858585;
}
p {
	font-size: 12px;
	line-height: 15px;
}
a {
	color: #dd7e37;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


