<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ecf3f5;
}
#bottom{
	padding-top:20px;
	padding-bottom:40px;
	background-color: #1e0101;
	background-image: url(img/bg_bottom.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #191919;
	}
a, img { outline:0 }

#wrapper {
	margin:0 auto;
	width:960px;
}

#container-top {
	display:block;
	width:960px;
}

#container {
	display:block;
	width:960px;
}

#content {
	display:block;
	padding-bottom: 20px;
	;
}
#navContainer {
	height: 25px;
	float:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 40px;
}
#nav {
	width:960px;
	height:52px;
	margin-top:0px;
	margin-bottom:10px;
}

#box {
	width:290px;
	height:140px;
	margin:9px;
	float:left;
	display:block;
	border:1px solid #333;
}

#box_wrapper{
	margin:0 auto;
	width:960px;
}

#box img {
	width:290px;
	height:140px;
}

.body_text {
	font-size: 14px;
	color: #1A1A1A;
}

.page_heading {
	clear:both;
	font-family: 'Rock Salt', cursive;
	font-size: 24px;
	color: #350000;
	font-weight: bold;
}

.pageHeadingBG {
	width: 523px;
}

/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}

/* - Footer Setup - */

#footer {
	margin-left:-10px;
	height: 80px;
	padding-top: 20px;
	background-color: #000;
}
.footer_text {
	font-size: 11px;
	color: #FFF;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 12px;
	color: #b0c5d9;
	text-decoration:none;
}
a.footer_link:hover {
	color: #FFF;
	text-decoration:none;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 14px;
	color: #900;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}

/* - Shadow Under Main Banners - */

.shadow {
	background:url(img/featured-bottom-shadow.png) top center no-repeat; 
	width:960px; 
	height:26px;
}

/* - Gallery - */

.imgGallery {
	border:2px solid #fff;
	margin:1px;
	padding:1px;
	width:103px;
	height:80px;
}

/* - Contact Form Setup - */

.contact_text {
	color:#333;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #fff;
	margin:8px 0;
}
</pre></body></html>