@charset "UTF-8";
body {
	font: 14px "Century Gothic", "Avante Garde", "Avant Garde Gothic", Geneva, Verdana, sans-serif;
	background: #5B5C5E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 874px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg.jpg) repeat-x #E4E2D6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #top {
	background:#918661;
	height:20px;

}
.oneColFixCtr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #nav_box {
  
   background: url(../images/logo.png)  no-repeat;
   height:53px;
   padding: 26px 0px 0px 0px;
}
#logo_image {
	width: 150px;
	float: right;
	height: 38px
}
.oneColFixCtr #nav  {
	height:41px;
	border-top: #CCCCCC 1px solid;
	
}
.oneColFixCtr #flash {
 	margin:  20px 0 20px 0;

}
.oneColFixCtr #gallery {
	 margin:  20px 0 20px 0;
	 height:50px;
	 

}

.oneColFixCtr #gallery_item {
		width:200px;
	padding:15px;
	margin:15px;
	border:#333333 1px solid;
	display:inline;
}
.oneColFixCtr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	
}
.oneColFixCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

#image {
	background:url(../images/DSC_3330.jpg);
	width:854px;
	height:342px;
	margin:  20px 0 20px 0;
}
#image1 {
	margin:  20px 0 20px 0;
	width: 854px;
}
#splashNav {
	padding-left: 50px;
	width: 292px;
	height: 59px;
	padding-top: 42px;
	
}

a #splashNav  {
	background: url(../images/splashPage3Buttons.png);
	color:#F90;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
	
}
a:hover #splashNav  {
	background: url(../images/splashPage3Buttons.png);
	color:#FFF;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:underline;
}