@import "jreset.css";
body
{
	background: #a12a17 url(../gfx/bg.jpg) no-repeat top center;
	color: white;
	font-family: "Arial";
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.container
{
	width: 800px;
	margin: 40px auto;
}

.nav
{
	padding-bottom: 30px;
	border-bottom: 1px solid white;
}
.nav li
{
	display: inline;
}
.nav li a
{
	float: left;
	height: 40px;
	font-size: 20px;
	margin-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.nav li a:hover
{
	text-decoration: underline;
}
.nav li a#info
{
	background: url("../gfx/info.png") no-repeat top left;
}
.nav li a#video
{
	background: url("../gfx/video.png") no-repeat top left;
}
.nav li a#listen
{
	background: url("../gfx/listen.png") no-repeat top left;
}
.nav li a#posterandbanner
{
	background: url("../gfx/poster.png") no-repeat top left;
}
ul.nav
{
	width: 800px;
	margin: 0 auto;
	overflow: auto;
}
.message
{
	width: 760px;
	padding: 20px;
	background: white;
	color: black;
}
.message a
{
	color: #861A0C !important;
}
p
{
	line-height: 150%;
	margin: 10px 0;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Arial Rounded MT Bold","Arial", "Arial";
	margin-bottom: 10px;
}
address
{
	font-style: normal;
	margin-bottom: 10px;
}
.logoheader
{
	background: url("../gfx/poster-small.png") no-repeat top right;
}
h1.logo
{
	font-size: 72px;
}

h2
{
	font-size: 30px;
}
.container a
{
	color: white;
	text-decoration: none;
}
.container a:hover
{
	text-decoration: underline;
}
a.pdf,a.jpg,a.gif
{
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	text-align: left;
	padding: 16px 0px 16px 48px;
	color: white;	
}
a.jpg
{
	background: url("../gfx/jpg.png") no-repeat left center;
}
a.pdf
{
	background: url("../gfx/pdf.png") no-repeat left center;
}
a.gif
{
	background: url("../gfx/gif.png") no-repeat left center;
}
.footer
{
	width: 100%;
	background: white;
	color: black;
	padding-bottom: 20px;
	margin-bottom: -20px;
}
.footer a
{
	color: #861A0C;
}
.footer .holder
{
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
}
.footer .facebook
{
	background: url("../gfx/facebook.png") no-repeat left top;
	padding-left: 60px;
}
.footer .facebook p
{
	margin: 0;
}
.footer ul
{
	font-size: 12px;
	float: left;
	width: 22%;
	padding: 0 10px;
}
.footer li
{
	list-style-type: square;
	margin-left: 10px;
}
.footer li a
{
	color: black;
	text-decoration: none;
}
.footer li a:hover
{
	text-decoration: underline;
}
.floatleft, .floatright
{
	margin-bottom: 40px;
}
.floatleft
{
	float: left;
	margin-right: 40px;
}
.floatright
{
	float: right;
}
.centered
{
	display: block;
	margin: 0 auto;
}
img.limitwidth
{
	width: 350px;
}
img.limitheight
{
	height: 200px;
}
#ie6notify
{
	padding: 5px;
	background: black;
	color: white;
}
.clear
{
	clear: both;
	height: 1px;
	line-height: 0;
}
.hilight
{
	border-left: 2px solid #777779;
	padding-left: 10px;
}