@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font: 76% arial,sans-serif;
	text-align: center;
	background: url(images/bg_body.jpg) top left no-repeat;
}
a, a:visited {
	color: #999;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
p {
	text-align: justify;
}
img.hspace {
	margin-left: 20px;
}
div#page {
	text-align: left;
	width: 860px;
	float: left;
}
#header {
	width: 100%;
	height: 210px;
	background: url(images/header.png) top left no-repeat;
}
h1 {
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#topmenu, #program, h1 {
	font-family: "Arial Black", Gadget, sans-serif;
}
#topmenu a, #program a {
	font-size: larger;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
#topmenu a:hover, #program a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border: 1px solid #fff;
	padding: 2px;
}

#topmenu {
	padding-top: 175px;
	padding-right: 60px;
	text-align: right;
}
#content {
	width: 735px;
	margin: 20px auto;
}
hr, .clearAll {
	clear: both;
}
.SlidingPanels {
	background-color: #000;
	color: #fff;
}
.SlidingPanelsContent {
}
#example2.SlidingPanels {
	float: left;
}
#example2 .SlidingPanelsContentGroup {
	margin: 20px 20px 20px 30px;
	float: left;
	width: 680px;
}
#example2 .SlidingPanelsContent {
	float: left;
}
.band {
	font-size: 16px;
	font-weight: bold;
}
.time {
	font-size: small;
}
.countdown {
	font-size: 36px;
}
#program {
	width: 80%;
	margin: auto;
	padding-top: 12px;
	text-align: center;
	line-height: 2.2;
}
#footer {
	width: 100%;
	clear: both;
	padding: 40px 20px 0 0;
}
