
/* ####################### GLOBAL Styles ######################## */

body {
	background: #000;
	text-align: center;
	font-family: Georgia, Egyptian505BT, Times, Times New Roman, serif;
	font-size: 15px;
	line-height: 1.7em;
	color: #fc6;	
	margin: 0;
	padding: 0;
}

p {
	margin: .8em 0;
}

a:link, a:visited {
	color: #fc6;	
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;	
	text-decoration: none;
}


/* ####################### GENERAL & TEXT Styles ######################## */

.clear {
	clear: both;
	font: 0;
}	

h1 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.sansSerif {
	font-family: Arial, Helvetica, Chalet, sans-serif;
}

.sm {
	font-size: 13px;
	line-height: 1.4em;
}		
.lg {
	font-size: 18px;
}	

.bodyTxt {
	color: #d87328;
}

.bodyTxt  a:link, .bodyTxt  a:visited {
	color: #fc6;	
	text-decoration: none;
}
.bodyTxt a:hover, .bodyTxt a:active {
	color: #fff;	
	text-decoration: none;
}

.nav {
	color: #fff;
	line-height: 15px;
}	
.nav a:link, .nav a:visited {
	color: #fc6;	
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #fff;	
	text-decoration: none;
}

.pipe {
	color: #fc6;
}	

.navOn {
	color: #fff;
	line-height: 15px;
}
.navOn a:link, .navOn a:visited {
	color: #fff;	
	text-decoration: none;
}
.navOn a:hover, .navOn a:active {
	color: #fff;	
	text-decoration: none;
}


/* ####################### CONTAINER Divs ######################## */

#splash {
	background: url('../images/splash.jpg') top left no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 750px;
	text-align: center;
}

#splashInside {
	margin: 0;
	padding: 425px 0 0 309px;
	width: 691px;
	height: 250px;
	text-align: left;
}

#container {
	margin: 0 auto;
	padding: 0 0 0 56px;
	width: 1044px;
	text-align: left;
}

#contentWrpr {
	width: 926px;
	text-align: center;
}

/* ####################### INSIDE Divs ######################## */


#header {
	width: 926px;
	height: 197px;
	margin: 0;
	padding: 0;
}

#nav {
	width: 926px;
	height: 28px;
	margin: 0;
	padding: 13px 0 0 0;
}

#pageHeader {
	width: 926px;
	height: 144px;
	margin: 0 0 10px 0;
	padding: 0;
}

#contentBox {
	width: 876px;
	margin: 0 0 9px 0;
	padding: 24px;
	border: 1px solid #3f1518;
	text-align: left;
}

#contentFooter {
	width: 876px;
	margin: 0;
	padding: 140px 0 0 0;
	text-align: center;
}

#footer {
	width: 840px;
	height: 50px;
	margin: 0 0 45px 0;
	padding: 15px 0 0 86px;
	text-align: left;
}

#footerLeft {
	width: 520px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#footerRight {
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 15px 20px 0 0;
	text-align: right;
	float: left;
}







