* { 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 10px 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;
	overflow:hidden;
}
#wrapper {  width:752px; margin:0 auto }
#header { 
	width:752px;
	height:151px;
	clear:both;
	text-align:center
}
#leftSpotLights, #pageTitlebar { 
	width:200px; 
	float:left; 
	margin:0 0 0 8px; 
	display:inline; 
	text-align:center
}
#rightSide { width:525px; float:left; margin:0 0 0 10px; display:inline; }
#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 { width:475px; margin:28px auto }
#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 { 
	float:left; 
	height:140px;
	width:525px;
	background:url(images/photo-bg.jpg) repeat-x;  
	overflow:auto; 
}
#photoGallery img { margin:0 2px 0 0; border:1px solid #CCC }
.mainPic { border:1px solid #000 }
.photoScroll { padding:35px 8px 0 8px; width:2000px; height:70px } /* INCREASE WIDTH FOR ADDITIONAL HORIZONTAL PHOTO SPACE */

/* 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;
}
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
}