@charset "UTF-8";
body {
	text-align: center;
	background-color: #281914;
	font-size:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top:15px;

}
#topbar {
	position: absolute;
	height: 160px;
	width: 840px;
	left: 0px;
	top: 0px;
	background-color: #DDD3C6;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	
}
#logo {
	position: absolute;
	height: 160px;
	width: 280px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;	
}

#facebook {
	position: absolute;
	height: 30px;
	width: 520px;
	left: 310px;
	top: 0px;
	text-align: right;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#facebook a {
	color:#A81811;
	text-decoration:none;
}

#tagline {
	position: absolute;
	height: 30px;
	width: 520px;
	left: 280px;
	top: 30px;
	margin: 0px;
	padding: 0px;	
}

#animation {
	position: absolute;
	height: 58px;
	width: 560px;
	left: 280px;
	top: 60px;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #A81811;
	border-bottom-style: solid;
	border-bottom-width: 2.4pt;
}

#navigationbar {
	position:absolute;
	left:280px;
	top:122px;
	width:560px;
	height:40px;
	background-color: #FFFFFF;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #A81811;
	text-decoration:none;
}

#hazebox {
	border-color: #321C0F;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat;
	background-image: url(images/bknds/beigetransp.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

#hazebox p{
	word-spacing: normal;
	text-align: left;
	padding: .4em;
}

#hazebox h1 {
	font-size: 1.3em;
	color: #A81811;
}
#hazebox h3 {
	font-size: 1.2em;
	line-height: .8em;
	color: #A81811;
}

#footer {
	position:absolute;
	left:0px;
	width:840px;
	top:640px;
	padding-bottom: 10px;
	background-color: #DDD3C6;
	height: auto;
	border-top-color: #A81811;
	border-top-style: solid;
	border-top-width: 3px;
	white-space: nowrap;
	padding-top: 10px;
	text-align: left;
}
#footer a {
	color: #A81811;
	font-size: 1.1em;
	text-decoration:none;
}


#footerleft {
	position:absolute;
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 375px;
	clear: both;
	top: 10px;
}
#footerleft a {
	text-decoration: none;
	color: #000000;
}
#footerright {
	position: relative;
	width: 340px;
	left: 0px;
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	color: #000000;
	white-space: nowrap;
	padding-bottom: 5px;
}
#subfooter {
	position:absolute;
	width:840px;
	background-color: #000;
	color: #DFD3C5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;

}
#subfooter p {
	color: #DED2C5;
	text-decoration: none;
	font-size: 0.7em;
}


#subfooter a {
	color: #DED2C5;
	text-decoration: none;
}
