body {
	background: #00050a url(../images/header-bg-pre.jpg) no-repeat top center;
	color: #fff;
	font-size: 14px;
	height: 100%;
	margin: 0;
	text-align: center;
}
body, p, input, select, textarea {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
}
a {
	color: #32afde;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
br.clear {
	clear: both;
}

#wrapper {
	background-image: url(../images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 180px;
	width: 100%;
}

/* content */
#content {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#content-about {
	padding-right: 280px;
	padding-top: 20px;
}
#content-about a:hover {
	color: #d6ba43;
}
#content-about p {
	line-height: 150%;
	padding-bottom: 20px;
}
#content-about h3 {
	color: #d6ba43;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-bottom: 6px;
	text-transform: uppercase;
}
#content-book {
	left: 50%;
	margin-left: 90px;
	padding: 0 0 60px 0;
	position: absolute;
	top: 170px;
	width: 291px;
}
#content-book a.book {
	display: block;
}
#content-book a.chapter {
	background-image: url(../images/pdf-icon.png);
	background-repeat: no-repeat;
	color: #e5c556;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 45px;
	padding: 0 0 8px 26px;
	text-transform: uppercase;
}

#content-book a:hover {
	color: #32afde;
}

#content-about-events,
#content-about-more {
	float: left;
	font-size: 11px;
	padding-top: 10px;
	width: 200px;
}
#content-about-events {
	margin-right: 60px;
}
#content-about-events h2,
#content-about-more h2 {
	color: #486c86;
	float: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-right: 15px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

#live-stream {
	padding: 50px 0 30px 0;
}
#live-stream h3 {
	background-image: url(../images/header-live.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 715px;
}
#live-stream h3 span {
	display: none;
}
div.live-stream-video {
	float: left;
	width: 400px;
}
ul.live-stream-info {
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	width: 300px;
}
ul.live-stream-info li {
	border-bottom: 1px #999 dotted;
	padding: 8px 0;
}
ul.live-stream-info li.title {
	font-size: 18px;
	font-weight: bold;
}
div.live-sept12 {
	background-image: url(../images/divider.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 0 10px 0;
}
#map-and-books {
	padding-top: 30px;
}
#map-link {
	display: block;
	float: left;
	height: 178px;
	margin-right: 50px;
	width: 463px;
}
#book1-link,
#book2-link {
	border: 5px #243f50 solid;
	display: block;
	margin-top: 33px;
	float: left;
}
#book1-link:hover,
#book2-link:hover {
	border: 5px #355e7d solid;
}
#book1-link {
	margin-right: 30px;
}
#map-link span,
#book1-link span,
#book2-link span {
	display: none;
}

#video-thumbs {
	padding-top: 50px;
}
#video-thumbs h3 {
	background-image: url(../images/header-videos.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 719px;
}
#video-thumbs h3 span {
	display: none;
}

div.video-thumb a {
	border: 4px #202e3b solid;
	display: block;
	float: left;
	margin: 20px 14px 0 0;
	height: 98px;
	width: 128px;
}

div.video-thumb a:hover {
	border: 4px #355e7d solid;
}

#videos {
	background-image: url(../images/divider.png);
	background-position: 0 20px;
	background-repeat: no-repeat;
	padding: 50px 0 80px 0;
}
#videos div.video {
	background-image: url(../images/divider.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 30px 0 20px 0;
}
ul.video-details {
	float: right;
	width: 280px;
}
ul.video-details li {
	border-bottom: 1px #999 dotted;
	padding: 8px 0;
}
ul.video-details li strong {
	color: #898989;
	font-weight: bold;
}


/* footer */
#footer {
	color: #617a90;
	letter-spacing: 0.09em;
	font-size: 10px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#footer-back {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	margin-bottom: 10px;
	width: 728px;
}
#footer-back span {
	display: none;
}
#footer-j12 {
	background-image: url(../images/footer-j12.png);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	margin-top: -45px;
	position: relative;
	width: 55px;
}
#footer-j12 span {
	display: none;
}

div.error h1 {
	color: #d6ba43;
	font-weight: bold;
	font-size: x-large;
	letter-spacing: 0.09em;
	padding-bottom: 6px;
	text-transform: uppercase;
}
div.error p {
	line-height: 190%;
	margin: 20px 0;
}

div.error {
	padding-bottom: 400px;
}

