* { margin: 0; padding: 0 }
BODY { 
	font-family:Tahoma, Geneva, Helvetica;
	background:#000 url(images/bg.gif) no-repeat fixed top center;  
	font-size:0.7em; 
	margin:0 auto; 
	color:#fff;
}
/* LINK & TEXT STYLES */
a:hover { color:#fff; text-decoration:underline }
a { color:#F44B09; margin:0 }
.date { font-weight:bold; color:#F44B09 }
.orangeText { color:#FA692D }

/* BACKGROUND IMAGE STYLES */
#bodyBg { 
	background:#242626 url(images/mid-main.gif) center repeat-y; 
	width:752px;
}
#table {  width:752px; margin:0 auto }
#navBar { 
	background:url(images/nav-bg.gif) no-repeat; 
	width:525px; 
	height:17px; 
	margin:0 0 3px 0; 
	padding-top:8px; 
	text-align:center
}
#navBar li { list-style:none; margin:0 7px; display:inline  }
.left { float:left; position:relative }
.right { float:right; padding-right:12px; position:relative  }
.welcome { width:300px; padding:18px; float:left; position:relative }
.content { padding:35px 30px 30px 30px }
#footer { 
	background:url(images/bottom-main.gif) no-repeat; 
	font-size:80%; 
	color:#fff; 
	height:11px; 
	padding:20px 0 0 10px; 
}
#footer a { text-decoration:none }
.divBar { background:url(images/div-bar.gif) no-repeat; width:289px; height:9px; margin:5px 0 }
#photoGallery { 
	height:140px;
	width:525px;
	background:url(images/photo-bg.jpg) repeat-x;  
	SCROLLBAR-FACE-COLOR:#919191;
	SCROLLBAR-HIGHLIGHT-COLOR:#D7D8DA; 
	SCROLLBAR-SHADOW-COLOR:#D7D8DA; 
	SCROLLBAR-3DLIGHT-COLOR:#242626; 
	SCROLLBAR-ARROW-COLOR:#000000; 
	SCROLLBAR-TRACK-COLOR:#000000;  
	SCROLLBAR-DARKSHADOW-COLOR:#242626; 	
}
#photoGallery img { border:1px solid #CCC }
.mainPic { border:1px solid #000 }
.photoScroll { padding:35px 8px 0 8px; width:518px; height:100px; overflow:auto } 

/* FORM AND MISC STYLES */
.form { font-size:80%; border:1px solid #321708; height:18px; width:165px }
.contactForm { 
	font-size:95%; 
	color:#333;
	border:1px solid #321708;
	height:100px; 
	width:270px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4AA8D6', startColorstr='#FFFFFF', gradientType='0');
}
select { font-size:90%; height:16px; border:1px solid #321708; }
.spacer {  padding-top:5px; clear:both }
.clear { clear:both }
.spotLightscrollbar { 
	width:170px;
	height:218px;
	margin:0 auto 20px auto;
	overflow:auto;
	font-size:90%;
	padding-right:8px;
	text-align:left;
	clear:right;
	SCROLLBAR-FACE-COLOR:#919191; 
	SCROLLBAR-HIGHLIGHT-COLOR:#D7D8DA; 
	SCROLLBAR-SHADOW-COLOR:#D7D8DA; 
	SCROLLBAR-3DLIGHT-COLOR:#242626; 
	SCROLLBAR-ARROW-COLOR:#000000; 
	SCROLLBAR-TRACK-COLOR:#000000;  
	SCROLLBAR-DARKSHADOW-COLOR:#242626;  
}