html {
	min-height: 100%;
	height: auto;
}

body {
  /* background: url(../images/water_bg.jpg) center bottom repeat-x; */
  background-color: white;
  margin: 0px;
  padding: 0px 0 50px 0;
  font-family: Arial, Times New Roman;
  font-size: 12px;
  color: black;
}

#all {
  width: 780px;
}

#nav {
  width: 200px;
  margin-top: 140px;
  padding-left: 20px;
}

.nav_element {
  padding: 5px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #b90800;
}

#nav a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #b90800;
}

#nav a:hover {
  text-decoration: underline;
}

#header {
  width: 780px;
}

#logo {
  background: url(../images/logo.jpg) no-repeat;
  width: 403px;
  height: 94px;
}

#tel {
  background: url(../images/tel.jpg) no-repeat;
  width: 377px;
  height: 94px;
  position: absolute;
  margin: 0 0 0 403px;
}

#main_banner {
  background: url(../images/banner.jpg) no-repeat;
  width: 780px;
  height: 180px;
}

#testimonials {
  background: url(../images/testimonials.jpg) no-repeat;
  width: 299px;
  height: 242px;
}

.top_line {
  background: url(../images/top_line.jpg) no-repeat;
  width: 780px;
  height: 18px;
}

.art_title {
  color: #2F70AA;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding: 6px 0 0 20px;
}
