*, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #620d07;
	font-weight: bold;
}

#container {
	width: 826px;
	margin: 0 auto;
	background: transparent url(../images/bg.jpg) top center no-repeat;
	padding: 0 6px;
}

#header {

	}
	#header h1 {
		background: transparent url(../images/header.jpg) top left no-repeat;
		height: 168px;
		width: 826px;
		text-indent: -9999px;
	}
	#header ul {
		list-style: none;
		background: transparent url(../images/menu.jpg) top left no-repeat;
		width: 826px;
		height: 45px;
		}
		#header ul li {
			display: inline;
			}
			#header ul li a {
				display: block;
				float: left;
				height: 45px;
				text-indent: -9999px;
				outline: none !important;
			}
			#header ul li.nav1 a {
				width: 90px;
				}
			#header ul li.nav2 a {
				width: 100px;
				}
			#header ul li.nav3 a {
				width: 130px;
				}
			#header ul li.nav4 a {
				width: 100px;
				}
			#header ul li.nav5 a {
				width: 100px;
				}
			#header ul li.nav6 a {
				width: 120px;
				}

#slideshow {
	padding: 17px 0 0 20px;
	background: transparent url(../images/slideshow-bg.jpg) top left no-repeat;
	width: 806px;
	height: 230px;
	}
	#slideshow div {
		background: transparent url(../images/slideshow-frame.jpg) top left no-repeat;
		width: 585px;
		height: 193px;
		padding: 8px;
	}

#sidebar {
	float: right;
	width: 280px;
	}
	#sidebar .upcoming h2 {
		background: transparent url(../images/upcoming-head.jpg) top left no-repeat;
		height: 42px;
		width: 280px;
		text-indent: -9999px;
		margin-bottom: 8px;
	}
	#sidebar .upcoming div {
		background: transparent url(../images/upcoming-bg.jpg) top right no-repeat;
		height: 100px;
		width: 240px;
		padding: 18px 20px;
		margin-bottom: 8px;
		}
		#sidebar .upcoming h3 {
			color: #620d07;
		}
		#sidebar .upcoming em {
			color: #620d07;
			font-weight: bold;
		}
		#sidebar .upcoming p a {
			color: #620d07;
			font-weight: bold;
		}
	#sidebar .feat-media h2 {
		background: transparent url(../images/feat-media-head.jpg) top left no-repeat;
		height: 42px;
		width: 280px;
		text-indent: -9999px;
		margin-bottom: 8px;
	}
	#sidebar .feat-media div {
		background: transparent url(../images/feat-media-bg.jpg) top right no-repeat;
		text-align: center;
		height: 185px;
		width: 240px;
		padding: 18px 20px;
	}

#content {
	width: 540px;
	}
	#content h2 {
		background: transparent url(../images/awakening-head.jpg) top left no-repeat;
		height: 42px;
		width: 540px;
		text-indent: -9999px;
		margin-bottom: 7px;
	}
	#content div.bg {
		background: transparent url(../images/content-bg.jpg) top left no-repeat;
		height: 367px;
		width: 503px;
		padding: 36px 14px 18px 24px;
		}
		#content div.bg div {
			overflow-x: hidden;
			overflow-y: auto;
			height: 349px;
			padding-right: 10px;
		}
		#content div.bg div img {
			float: left;
			margin: 0 10px 10px 0;
		}
		#content div.bg div h3 {
			color: #620d07;
		}
		#content div.bg div h3 a.arrow {
			color: #620d07;
			padding-left: 10px;
			background: transparent url(../images/arrow.gif) left 5px no-repeat;
			text-decoration: none;
			margin-left: 2px;
		}
		#content div.bg div ul li {
			padding: 10px 0 10px 10px;
		}
	
#footer {
	background: transparent url(../images/footer-bg.jpg) top center no-repeat;
	padding: 20px 0;
	}
	#footer p {
		color: #92682c;
		font-size: 11px;
		line-height: 28px;
		}
		#footer p a {
			color: #92682c;
		}
		#footer p a img {
			float: right;
		}