body {
	background-color: #5A562C;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0E0E0A;
}

.container {
	position: relative;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*		End of centering styles							*/

a:link {
	text-decoration: none;
	color: #556F7C;
}

a:visited {
	text-decoration: none;
	color: #556F7C;
}

a:hover {
	text-decoration: underline;
	color: #183882;
}

.banner1{
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 247px;
  height: 153px;
  background: url(../img/banner01.jpg) no-repeat top left;
}

.banner2{
  position: absolute;
  margin-top: 0px;
  margin-left: 247px;
  width: 299px;
  height: 153px;
  background: url(../img/banner02.jpg) no-repeat top left;
}

.banner3{
  position: absolute;
  margin-top: 0px;
  margin-left: 546px;
  width: 266px;
  height: 153px;
  background: url(../img/banner03.jpg) no-repeat top left;
}

.content {
  padding: 5px;
}

.content_table {
  position: absolute;
  margin-top: 179px;
  margin-left: 0px;
  width: 812px;
  border-collapse: collapse;
  border: none;
  padding: 0px;
}

.content_table td {
  vertical-align: top;
  background-color: #D0CCA9;
  padding: 0px;
}

.footer {
  width: 770px;
  margin-left: 7px;
  height: 35px;
  padding: 4px;
  background-color: #556F7C;
  color: #ffffff;
  font-style: italic;
  font-size: 9px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.left_border {
  background: url(../img/border_left.jpg) repeat-y top left;
  width: 12px;
}

.right_border {
  background: url(../img/border_right.jpg) repeat-y top left;
  width: 9px;
}

.slogan {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  float: right;
  width: 250px;
  color: #ffffff;
  padding-top: 4px;
}

.gallery {
  border-collapse: collapse;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #A19959;
  border-top: 1px solid #A19959;
}

.gallery td {
  text-align: center;
  background-color: #ACA468;
  padding: 7px;
}
