* { margin: 0; padding: 0 }
 
BODY {
	font-family:Georgia, Times New Roman, Times, Serif;
	background:#000000;
	font-size:14px;
	margin:0 auto;
	width:770px;
	color:#fff;
	text-align:center;
}
a { color: #fff } 
a:hover  { color:red }

/* SWITCH IMAGES HERE FOR THEME CHANGES - THERE ARE 8 IMAGES AVAILABLE IN THE IMAGES FOLDER*/

.main-image { /* Index Page */
	background:url(images/m1.jpg) no-repeat; /* Example -- FROM:(images/m1.jpg) CHANGE TO:(images/m2.jpg) */
	width:770px; 
	height:448px;
	color:#fff; 
} 
.interior-image { /* Interior Pages */
	background:url(images/sm1.jpg) no-repeat; /* Example -- FROM:(images/sm1.jpg) CHANGE TO:(images/sm2.jpg) */
	width:770px;
	height:200px;
}

/* END IMAGES HERE FOR THEME CHANGES */
.navBgspace {
	height:40px; 
	padding-left:25px;
}
.line {
	margin:5px 15px 5px 15px;
	color:#fff;
	border-bottom:1px dotted #fff;
}
.redlinks {
	padding:0;
	margin:0;
    color:#7B1212;	
}
.intro {
	color:#EE7E1E;
	font-weight: bold;
	font-size:16px;
	FILTER: DropShadow(Color=#2D1B05, OffX=1, OffY=2, Positive=1);
	width:300px;
	;
	text-align: center;
}
.join-us {
	color:#fff;
	font-weight: bold;
	font-size:15px;
}
.form { 
	font-size:10px;  
	background:#fff url(images/field-bg.gif); 
	color:#411D10; 
	border:1px solid #666; 
	height:20px; 
	width:135px;
}
.form2 {
	font-size:10px;
	background:#fff;
	color:#411D10;
	border:1px solid #872A05;
	height:17px;
	width:125px;
}
.small {
	font-size: 10px; 
	color: #333; 
}
.small-wh { 
	font-size: 10px; 
	color: #fff; 
	text-decoration: none;
}
.whitelinks { 
	font-size: inherit; 
	color: #fff; 
	text-decoration: underline;
}
.small-wh a:hover { 
	font-size: 10px; 
	color: #9E2F03; 
	background: #fff; 
	text-decoration: none; 
}
.pic-border { 
	background: #fff; 
	border: 1px solid #382712; 
}
.scrollbar { 
	SCROLLBAR-FACE-COLOR:#9E6B31; 
	SCROLLBAR-HIGHLIGHT-COLOR:#D4A670; 
	SCROLLBAR-SHADOW-COLOR:#382712; 
	SCROLLBAR-3DLIGHT-COLOR:#382712; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#382712;  
	SCROLLBAR-DARKSHADOW-COLOR:#382712;  
}
.box {
	font-size:11px;
	padding:5px;
	background:#5E4012 url(images/box-bg.gif);
	border:1 solid #382712;
}
.newsletterbox { 
	font-size:10px; 
	color:#fff; 
	padding:15px; 
	background:#9E2F03; 
	border:1px solid #872A05;
}
.table {
	font-size:12px;
	background:#2C3954 url(images/table-bg.gif);
	font-weight: bold;
}
.bottom-nav {
	background:url(images/bottom-bg.gif);
	padding:5px;
	color:#fff;
	font-size:10px;
	height:25px;
}
h2 {
	font-size:14px;
	color:#fff;
}

