@charset "UTF-8";
/* ---------- basic styling ---------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../assets/backtile.jpg);
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
#clear {
	clear: both;
	}
/* ---------- position container elements ----------*/
#header {
	position: relative;
	background: url(../assets/header.jpg) no-repeat top left;
	height: 170px;
	}
#header h1 {
	margin-left: -9000px;
	}
#header #logoImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 126px;
	background: url(../assets/logo.jpg) no-repeat;
	}
/* ----- main nav styles ----- */
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 800px;
	list-style: none;
	background: url(../assets/nav.jpg) repeat-x top left;
	}
#header ul li {
	float: left;
	}
#header ul a {
	padding: 0 .8em;
	font-size: 12px;
	line-height: 2em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: url(../assets/nav_divider.jpg) no-repeat left top;
	}
#header ul a.first {
	background: none;
	}
#header ul a:hover {
	color: #990003;
	}
/* ---------- content ----------*/
#content {
	float: left;
	background-color: #FFFFFF;
	width: 800px;
	}
#content ul {
	margin: 0;
	padding: 0;
	color:#990003;
	list-style: none;
	}
#content #title {
	padding: 1em 0;
	width: 800px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #561216;
	text-align: center;
	}
#content #video {
	padding: .5em .5em;
	width: 350px;
	height: 280px;
	float: left;
	}
#content #text1 {
	padding: 7em .5em;
	float: right;
	width: 400px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #561216;
	text-align: center;
	}
#content #text2 {
	padding: 7em .5em;
	float: left;
	width: 500px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #561216;
	text-align: center;
	}
#content #picture {
	float: right;
	}
#content #test {
	text-align: left;
	}
#content #test img {
	margin: 0 10px 0 0;
	}
/* ----------- bottom bar ---------- */
#bottomBar {
	float: left;
	width: 800px;
	height: 150px;
	}
#footer {
	padding: 1em .5em;
	color: #fff;
	font: .8em Arial, Helvetica, sans-serif;
	background: #000;
	margin-top: 0;
	}
#footer a {
	padding: 0 .5em;
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #990003;
	}