﻿body {
    margin: 0px;
    padding: 0px;
}
#content{
    margin:0 auto;
} 
#menu{
    margin:0 auto;
}
#footer {
    margin:0 auto;
} 
.header
{
    height: 145px;
    width: 100%;
    background-image: url("images/headergradient.png");
    background-repeat: repeat-x;
    padding-bottom: 0px;
}
.inner
{
    height: 600px;
    width: 1000px;
    background-image: url("images/innergradient.png");
    background-repeat: repeat-x;
    padding-bottom: 0px;
    margin: auto;
}
.gallerypage
{
    height: 650px;
    width: 1000px;
    background-image: url("images/gallerygradient.png");
    background-repeat: repeat-x;
    padding-bottom: 0px;
    margin: auto;
}
.homebottom
{
    text-align: center;
    margin: auto;
    padding: 0px;
    height: 205px;
    width: 1000px;
    background-image: url("images/homegradient.png");
    background-repeat: repeat-x;
}
.txtbottom {
	color: #3c3829;
	font-family: Trajan Pro, Times New Roman, Arial, sans-serif;
	font-size: .6em;
	line-height: 1.5em;
	margin: 10px 15px 20px 15px;
}
.txt {
    text-align: left;
	color: #3c3829;
	font-family: Trajan Pro, Times New Roman, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 30px 15px 10px 15px;
}
.contact
{
    text-align: center;
	color: #3c3829;
	font-family: Trajan Pro, Times New Roman, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 30px 15px 10px 15px;
}
.navbar
{
    height: 41px;
    width: 100%;
    background-image: url("images/navbar.png");
    background-repeat: repeat-x;
}

img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.nav {
    height: 41px;
    width: 100%;
    background-image: url("images/navbar.png");
    background-repeat: repeat-x;
    text-align: center;
	list-style-type: none;
	margin-top: 0px;
}

.nav li {
    float: left;
	height: 27px;
	background-image: url("images/navtab.png");
	width: 123px;
	margin-right: 12px;
	margin-top: 7px;
}

.nav a {
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
}

.nav a:hover {
	float: left;
	background-image: url("images/navhover.png");
	width: 123px;
	height: 27px;
    background-repeat: no-repeat;	
}

.nav a.active {
    float: left;
	background-image: url("images/navactive.png");
	width: 123px;
	height: 27px;
    background-repeat: no-repeat;	
}

.navspace {
	width: 22px;
	height: 25px;
	float: right;
}
.link {
	float: left;
	text-align: center;
	margin: 10px 0px 0px 15px;
}

.link a {
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	text-align: center;
	background-image: url("images/navtab.png");
	width: 123px;
	height: 27px;
	display: block;
}

.link a:hover {
	float: left;
	background-image: url("images/navhover.png");
	width: 123px;
	height: 27px;
    background-repeat: no-repeat;	
}
.gallery
{
    float: left;
    padding: 10px 10px 0px 30px;
}

div.thumb {
  float: left;
  width: 150px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.thumb p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
