.hidden { display: none; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

.align-right { text-align: right; }
.align-center { text-align: center; }

body {
	background-color: #610513;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 183px;
	width: 100%;
}
#nav {
	background: url(../images/nav.jpg) top left no-repeat;
	height: 76px;
	width: 933px;
	padding-top: 10px;
	padding-left: 67px;
}
#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	font-size: 16px;
}
#nav li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 12px;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav .submenu {
	background-color: #959595;
	display: none;
	min-width: 160px;
	position: absolute;
	top: 239px;
}
#nav li:hover .submenu {
	display: block;
}
#nav .submenu li {
	display: block;
	float: none;
}
#nav .submenu li a {
	font-weight:normal;
	text-align:left;
	padding: 0px 6px 0px 6px;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#youtube {
	padding-top: 50px;
}


/* Content */

#content {
	color: #fff;
	padding: 20px;
	font-size: 14px;
}
#content-home {
	background: url(../images/home-content-bg.jpg) top center no-repeat #fff;
	color: #333;
	padding: 20px;
}
.larger li {
	font-size: 16px;
	line-height: 24px;
}
#graybar {
	background-color: #999;
	color: #610513;
	font-size: 18px;
}
#content-home p {
	text-transform: uppercase;
	line-height: 2em;
}
.container h1 {
	color: #fff;
	font-weight: bold;
}
.container h2 {
	color: #fff;
	background-color: rgb(194,159,164);
	font-style:italic;
}
.container h3 {
	color: rgb(194,159,164);
	font-size: 1em;
	font-weight:bold;
}
a:link, a:active, a:visited { color: #a4a4a4; text-decoration: none }
a:hover { color: #c29fa4; text-decoration: underline }


/* Footer */

#footer {
	background-color: #999;
	margin-top: 20px;
}
#footer p {
	line-height: normal;
}
