﻿body 
{
  background-color: #d8c398;
  background-image: url("Art/Background.jpg");
  color: #333;
  font-family: Georgia, serif;
	font-size: 14px;
}

a, div, form, img, h1, h2, h3
{
  border: 0;
  margin: 0;
  padding: 0;
}

a, a:visited
{
  color: #339;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

h1
{
  font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e4b6b;
	margin-bottom: 20px;
}

#bounds
{
  margin: 0 auto;
  width: 1030px;
}

#content
{
}

#slideshow
{
  background-color: #d8c398;
  border: 15px solid #c39e72;
  height: 600px;
  text-align:center;
  width: 1000px;
  overflow: hidden;
}

#slideshowButtons
{
  height: 30px;
  margin-bottom: 6px;
  text-align: center;
}

#slideshowButtons img
{
  border: 1px solid #c39e72;
}

#btnPrevious
{
  margin-right:6px;
}

#logo
{
  margin: 20px auto 0 auto;
  width: 140px;
}

#menu
{
  border-bottom: 1px solid #c39e72;
  height: 20px;
  margin: 0 0 30px 0;
}
#menu .left
{
  float: left;
  text-align: left;
}
#menu .right
{
  float: right;
  text-align: right;
}

#menu a, #menu a:visited
{
	color: #000;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bolder;
	margin: 0 15px;	
	padding: 0;
	text-decoration: none;
}

#menu a:hover
{
	color: #46648d;
}

#footer
{
  border-top: 1px solid #c39e72;
  color: #7b6347;
  margin-top: 40px;
  padding-top: 4px;
  text-align: center;  
}

.textBlock
{
  background:url('Art/Lighten50.png');
  padding:10px;
}

.galleryThumb
{
  display:inline-block;
  font-size: 18px;
  height: 180px;
  margin: 0 25px 25px 25px;
  text-align: center;
  width: 200px;
}

.galleryThumb img
{
  height: 133px;
  margin-bottom: 6px;
  width: 200px;
}