body {
  background-image:url("images/background.png");
  background-repeat: repeat-x;
  background-color: #f8f0ca;
  text-align: center;
}

.background {
  background-image:url("images/texture.png");
  background-repeat: repeat;
  width: 865px;
  height: auto;
  margin: auto;
  text-align: left;
}

/*.banner {
  background-image:url("images/banner1.png");
  background-repeat: no-repeat;
  width: 520px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
	padding: 0;
  display: inline;
	overflow: hidden;
}*/

.banner_frame {
	background: url("images/banner_frame.png") no-repeat;
	width: 514px;
	height: 233px;
	position: absolute; left: 0px; top: 0px;
	overflow: hidden;
}

.baner_parent {
	position: relative;
	float: left;
	width: 514px;
	height: 231px;
	margin-top: 11px;
	margin-left: 8px;
	overflow: hidden;
}

.bar {
  background-image:url("images/bar.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: auto;
  height: 25px;
  margin-left: 15px;
}

#column_left {
  width: 225px;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-left: 24px;
  text-align: left;
  display: inline;
}

.column_right {
  width: 600px;
  height: auto;
  float: left;
	text-align: center;
}

.contact {
  background-image:url("images/contact.png");
  background-repeat: no-repeat;
  width: 225px;
  height: 141px;
  font-family: Verdana;
  font-size: 8pt;
  text-align: left;
  padding-left: 10px;
  padding-top: 12px;
}

.content_top {
  background-image:url("images/content_top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 600px;
  height: 20px;
  margin-left: 5px;
}

.content_mid {
  background-image:url("images/content_mid.png");
 	background-repeat: repeat-y;
  background-position: top center;
  width: 600px;
  height: auto ! important;
  height: 150px;
  min-height: 150px;
  margin-left: 5px;
}

.content_bottom {
  background-image:url("images/content_bottom.png");
	background-repeat: no-repeat;
  background-position: top center;
  width: 600px;
  height: 141px;
  margin-left: 5px;
}

.corner_tl {
  background-image:url("images/corner_top_left.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 6px;
  height: 7px;
  float: left;
}

.corner_tr {
  background-image:url("images/corner_top_right.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 6px;
  height: 7px;
  float: right;
}

.corner_bl {
  background-image:url("images/corner_bottom_left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 6px;
  height: 7px;
  float: left;
}

.corner_br {
  background-image:url("images/corner_bottom_right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: auto;
  height: 7px;
}

.content_text {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
  font-family: Verdana;
  font-size: 10pt;
}

.footer {
  background-image:url("images/footer.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 824px;
  height: 27px;
  padding-top: 3px;
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
}

.footer a {
  color: #000000;
  text-decoration: none;
}

.gallery {
  background-image:url("images/gallery.png");
  background-repeat: no-repeat;
  width: 291px;
  height: 233px;
  margin-left: -9px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

h1 {
  margin-top: 0px;
}

h2 {
  background-image:url("images/rule.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 300px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Verdana;
  font-size: 14pt;
  font-style: italic;
  font-weight: normal;
}

.header {
  background-image:url("images/header.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 823px;
  height: 110px;
  margin-left: 16px;
  margin-top: -75px;
  padding-right: 20px;
  position: relative;
  vertical-align: bottom;
  text-align: right;
}

.header_text {
  padding-top: 85px;
}

img {
  border: none;
}

.menu {
  width: 174px;
  height: 31px;
  margin: 0;
}

.menu a {
  font-family: Verdana;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  display: block;
  margin: auto;
}

p {
  margin-top: 0px;
  padding-top: 10px;
}

.content_text ul {
  padding-top: 10px;
  margin-bottom: 0px;
}

.content_text p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.gallery a {
	display: block;
	width: 100%;
	height: 100%;
}

