html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #512115;
	color: #000;
	padding: 0;
	text-align: center;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font: 0.8em/1.5em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8em;
}
h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

a {
	color: #69010E;
	text-decoration: underline;
}
a:hover {
	color: #69010E;
	text-decoration: none;
}

a:focus {
	color: #FF9900;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #D9BE9F;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background-image: url(../_images/bg-content.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}
#header {
	background-color: #3A0203;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(../_images/banner.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 800px;
}


#nav {
	padding-top: 198px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 235px;
	font-size: .75em;
	color: #F2D5B1;
	width: 570px;
}

#nav a {
	color: #FDE5BF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:link {
	color: #FDE5BF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #fde5bf;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#nav a:focus {
	color: #980112;
}

.copyright {
	font-size: 0.9em;
	color: #69010E;
	font-style: normal;
}

#contentWrapper #sidebar {
	float: left;
	width: 145px;
	font: 1.4em/1.3em "Times New Roman", Times, serif;
	padding: 25px 28px 20px 50px;
}
#contentWrapper #content {
	margin: 0 0 0 220px;
	padding: 25px 20px 15px;
}
.clearFloat {
  clear: left;
  display: block;
}
#slideshow {
	float: right;
	height: 353px;
	width: 300px;
	border: 1px solid #000000;
	margin: 10px;
}
#footer {
	height: 28px;
	width: 800px;
	background-image: url(../_images/footer.jpg);
	background-repeat: no-repeat;
}
#box {
	width: 165px;
	margin: 10px;
	float: right;
	background-color: #F1B65E;
	padding: 15px;
	border: 1px solid #000000;
}

/*Photo Gallery*/

#gallery {
	width:540px;
	height:285px;
	position:relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#gallery b.default {
	position:absolute;
	left:0px;
	top:10px;
	width:380px;
	height:285px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	border:1px solid;
	border-color:#5A2804;
	width: 380px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 285px;
}
#gallery b.default span {
    display:block; 
	color:#fff; 
	font-family:verdana, arial, sans-serif; 
	font-weight:normal; 
	font-size:11px; 
	width:350px; margin:0 auto;
	}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:170px;
	position:relative;
	float:right;
	}
#gallery ul li {
	display:inline;
	width:47px;
	height:47px;
	float:left;
	margin:0 0 5px 5px;
	 }
#gallery ul li a {
	display:block;
	width:45px;
	height:45px;
	text-decoration:none;
	border:1px solid #5A2804;
	 }
#gallery ul li a span {
     display:none;
	 }
	 
#gallery ul li a img {
	display:block;
	width:45px;
	height:45px;
	border:0;
	 }
#gallery ul li a:hover {
	white-space:normal;
	border-color:#000000;
	  }
#gallery ul li a:hover b {
	position:absolute;
	left:-385px;
	top:0px;
	width:380px;
	height:285px;
	text-align:center;
	z-index:20;
	 }
#gallery ul li a:hover span {
     display:block; 
	 color:#fff; 
	 font-family:verdana, arial, sans-serif; 
	 font-weight:normal; 
	 font-size:11px; 
	 width:350px; 
	 margin:0 auto;
	 }
#gallery ul li a:hover img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #5A2804;
	 }
#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#572504;
	background:#777;
	 }
#gallery ul li a:active b, #gallery ul li a:focus b {
     position:absolute; 
	 left:-380px; 
	 top:0; 
	 width:380px; 
	 height:285px; 
	 text-align:center; 
	 background:#888; 
	 z-index:10;
	 }
#gallery ul li a:active span, #gallery ul li a:focus span {
     display:block; 
	 color:#fff; 
	 font-family:verdana, arial, sans-serif; 
	 font-weight:normal; 
	 font-size:11px; 
	 width:350px; 
	 margin:0 auto;
	 }
#gallery ul li a:active img, #gallery ul li a:focus img{
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #5A2804;
	 }
#image-table {
	float: right;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	width: 285px;
}
