* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

body {
	background: #551813;
}

h1 {
	text-align:		center;
	font-size:		30px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-weight:	normal;
	color:			#fff;
	margin:			40px 0 5px 0;
}

hr {
	background:		none;
	width:			120px;
	border-bottom:	1px solid #fff;
	margin: 		0 auto 20px auto;

}

/* ______________________ NAV ___________________________ */

#nav {
	background:		#622410;
	}
	
#nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top:		1px solid #fff;
	border-bottom:	1px solid #fff;
		} 
#nav li { 
	display: inline;
		}
#nav li a {
	text-decoration: none;
	padding: .1em 1em;
	color: #fff;
	display:	inline-block
	}	
#nav li a.sel, #nav li a:hover, #nav li a:active  {
	background-color:	#8b452f;
	text-decoration:	none;
	}

/* ______________________ END NAV _______________________ */

#content {
	width:			760px;
	color:			#fff;
	min-height:		400px;  
	height:			auto !important;  
	height:			400px; 
	padding:		20px 0;
}

#content img.hero {
	border:			1px solid #fff;
}

#content ul {
	margin-bottom:	0.5em;
	margin-left:		20px;
	list-style-position:	inside;
	list-style-type: 	circle
}
.copy {
	width:			425px;
	float:			left;
	margin-right:	65px;
}
	
#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 10px auto;
    width: 760px;
	font: 12px Arial, Helvetica, sans-serif;
}
.box p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
.description {
	border: 4px solid #fff;
	width: 562px;
	margin-bottom: 10px;
}
.description .title {
	background: #B6212D;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
}
.description .content {
	background: #b9d8d5;	
	padding: 10px 15px;	
}

ul {
	list-style-position: inside;
}
ul li {
		line-height: 1.5em;
}
#background {
background-image:none;
}	
#background {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/bg-dots.gif) repeat fixed left top;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
}
#header {
		/*
		background: #fff;
	border: 4px solid #fff;
		*/
		margin-bottom: 10px;

}

#hero {
		margin-bottom: 10px;
	
}

#hero img {
	border: 4px solid #fff;
}
#hero .heroContent {
	float: left;
	width: 262px;
	padding: 10px;
	margin-right: 10px;
	background: #b9d8d5;
	border: 4px solid #fff;
}

table.facts {
	margin-bottom:			1em;
	}

table.facts th, table.facts td {
	padding:				2px 3px;
}

table.facts th {
	background:				#900;
	text-align:				left;
	}

table.facts tr.subHead td {
	font-weight:			bold;
	}
	
table.facts tr.alt td {
	background:				#773520;
	}
	
table.facts tr.subHead td {
	background: 			#300;
	}

table.facts th span {
	font-size:				1.2em;
	padding-right:			1em;
}
