* { margin: 0; padding: 0 }
BODY {
	font-family:Tahoma, Geneva, Helvetica;
	font-size:0.7em;
	margin:0 auto 10px auto;
	color:#FF3300;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg.gif);
}
/* LINK & TEXT STYLES */
a:hover {

}
a {
	margin:0
}
.date { font-weight:bold; color:#F44B09 }
.orangeText {
	color:#FF3300
}

/* 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	
}
#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;
}
select { font-size:90%; height:16px; border:1px solid #321708; }
.spacer {  padding-top:5px; clear:both }
.clear { clear:both }
.spotLightscrollbar {
	width:170px;
	height:235px;
	margin:0 auto 20px auto;
	overflow:auto;
	font-size:90%;
	padding-right:8px;
	text-align:left;
	clear:right
}
