BODY {
      background-color : #FFFFFF;
		background-image: url("images/background.jpg");
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
 		font-size: 16px;
      margin: 0px;
      text-align: center;
}

A:link, A:active, A:visited   {
	color:  blue;
	font:   bold;
	text-decoration: none;
	border: none;
}

A:hover {
	color:  green;
	font:   bold;
	text-decoration: underline;
}

.container {
  margin: 0 auto;
  width: 915px;
  text-align: center;
}

#logo {
	height: 216px;
	color: white;
	font-size: 18px;
	font-weight: bolder;
	background-color: #777515;
	text-align: center;
	margin: 0px; 
	padding: 5px; 
	border: 1px black solid;
	float: left;
}

#logo IMG {
	vertical-align: bottom; 
	margin: 0px; 
	padding: 0px; 
	border-width: 0px; 
}

#header {
	height: 226px;
	margin: 0px; 
	padding: 0px; 
	border-width: 0px;
	border: 1px black solid;
	border-left: 0px;
	vertical-align: bottom;
	float: left;
}
	
#headerImage {
	width: 735px;
	height: 193px;
	vertical-align: bottom; 
	margin: 0px; 
	padding: 0px; 
	border-width: 0px; 
}


#headerButtons  {
	width: 735px;
	height: 32px;
	text-align: center;
	vertical-align: bottom; 
	margin: 0px; 
	padding: 0px; 
	border-top: 1px black solid;
	background-color: #777515;
}

.headerButton  {
	height: 19px;
	padding: 7px; 
	color: white;
	border-right: 1px black solid;
	float: left;
	background-color: #777515;
	cursor: pointer;
	cursor: hand;
}

.headerButtonHover  {
	height: 19px;
	padding: 7px; 
	background-color: #494813;
	color: white;
	border-right: 1px black solid;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.headerButtonLast  {
	height: 19px;
	padding: 7px; 
	color: white;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.headerButtonLastHover  {
	height: 19px;
	padding: 7px; 
	background-color: #494813;
	color: white;
	float: left;
	cursor: pointer;
	cursor: hand;
}


#pageContent {
	width: 100%;
	text-align: center;
	display: inline-block;
}

#homeRight {
	width: 275px;
	text-align: center;
	float: left;
	padding: 5px; 
}

#homeCenter {
	width: 300px;
	text-align: center;
	float: left;
	padding: 5px; 
}

#homeLeft {
	width: 275px;
	text-align: center;
	float: left;
	padding: 5px; 
}


#footer {
	width: 700px;
	text-align: center;
	display: inline-block;
}

#slideshow {
	width:auto;
	height:auto;
}

#slideshow ul {margin:0; padding:0; list-style-type:none;}



#slideshow img {
	border:1px solid #FF66CC;
}
a#pics img {
	width:200px;
	height:200px;
}
a:hover#pics img { 
	width:auto;
	height:auto;
}

