p,div,font,h1,h2,h3,h4,h5,ul,li,a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
}
/* {border: 1px solid red;}*/

body {
	background: #FFFFCE url(../images/background.jpg) no-repeat fixed top center;
	padding: 0;
	margin: 0;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 775px;
}

div#header {
	width: 100%;
	padding: 0 1px;
	margin: 0;
	height: 200px;
	border-bottom: 2px solid #760000;
	background: transparent url(../images/header.jpg) no-repeat top left;
}
div#header h1, div#header h2, div#header div#listenlive a span {
	display: none;
}
div#header div#listenlive {
	float: right;
	top: 0px;
	width:150px;
	height: 200px;
	background: transparent;
}
div#header div#listenlive a {
	display: block;
	width: 100%;
	height: 100%;
}

div#content {
	width: 545px;
	margin: 0;
	padding: 40px 25px 10px 30px;
	float: right;
}
div#content h3 {
	color: #760000;
	font-size: 1.2em;
	font-weight: 900;
}
div#content h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
div#content h5 {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
div#content p, div#content address, div#content form div, div#content ol, div#content ul {
	font-size: 0.8em;
	font-style: normal;
	margin-left: 20px;
}
div#content a {
	color: #000000;
}
div#content a:hover {
	text-decoration: none;
}
div#content form#contact label {
	font-size: 0.8em;
	float: left;
	width: 85px;
	margin-left: 20px;
}
div#content form#contact textarea, div#content form#contact input[type="text"] {
	width: 250px;
	margin-bottom: 5px;
}
div#content table.toplist {
	width: 525px;
	margin-left: 20px;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.8em;
}
div#content table.toplist tr.alt {
	background-color: #DADADA;
}
div#content table.toplist tr:hover {
	background-color: #808080;
}
div#content table.toplist td.artist {
	width: 200px;
	vertical-align: top;
}
div#content table.toplist td.song {
	width: 300px;
	vertical-align: top;
}
div#content table.toplist td.number {
	font-weight: bold;
	width: 25px;
	text-align: center;
}
div#content table.toplist td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px 0;
}
div#content table.toplist td a:hover {
	text-decoration: underline;
}

div#linklist {
	float: left;
	width: 175px;
	height: 100%;
	padding: 25px 0 40px 0;
	margin: 0;
	background: #760000;
}
div#linklist ul {
	width: 165px;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#linklist ul li {
	display: block;
}
div#linklist ul li a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	color: #FFFFCE;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 0.8em;
}
div#linklist ul li a:hover {
	color: #000000;
	background-color: #808080;
}

div#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 0.9em;
	background: transparent;
}

/*div#content * {border: 1px solid red;}

div#linklist * {border: 1px solid red;}*/

body#splash {
	background: #FFFFCE url(../images/splash.jpg) top center repeat-x;
	padding: 0;
	margin: 0;
}

body#splash div#splashlogo {
	text-align: center;
	padding: 50px 0 20px 0;
	margin: 0 auto;
	width: 200px;
	height: 250px;
}
body#splash div#splashlogo img {
	margin: 0 auto;
	border: 0;
}
body#splash div#splashlogo p {
	padding: 0;
	margin: 0;
}
body#splash div#splashlogo p a {
	color: #760000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

body#splash div#splashcontent {
	width: 100%;
	padding-bottom: 50px;
}
body#splash div#splashcontent p {
	font-size: 0.8em;
	color: #000000;
}
body#splash div#splashcontent h3 {
	color: #760000;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
}

body#schedule {
	background: #FFFFCE;
}
body#schedule table {
	width: 775px;
	border: 1px solid #808080;
	border-collapse: collapse;
	margin-top: 20px;
}
body#schedule table th {
	width: 99px;
	border: 1px solid #808080;
	background-color: #760000;
	color: #FFFFCE;
}
body#schedule table th.time {
	width: 80px;
}
body#schedule table td {
	height: 80px;
	border: 1px solid #808080;
	font-size: 0.7em;
}
body#schedule table td h5 {
	padding: 0;
	margin: 0;
}
body#schedule a {
	color: #000000;
}
body#schedule a:hover {
	text-decoration: none;
}

img.right {
	float: right;
	border: 0;
}
img.left {
	float: left;
	border: 0;
}
img.center {
	margin: 0 auto;
	border: 0;
}
p.center, h1.center, h2.center, h3.center, h4.center {
	text-align: center;
	margin: 0 auto;
}
