@charset "utf-8";

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #b70;
  color: #000;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

img {
  border: none;
}

#container {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #f90;
}

#header_index {
  margin: 0;
  padding: 0;
  background-image: url(../graphics/banner_new_2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 120px;
}

#header_other {
  margin: 0;
  padding: 0;
  background-image: url(../graphics/banner_thin.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 75px;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#nav ul {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #b70;
  list-style-type: none;
  color: #fff;
}

#nav ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#nav ul li a {
  margin: 0;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #b70;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
}

#nav ul li a:hover, #nav ul li a#current {
  background-color: #f90;
  color: #000;
}

#content {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0 20px;
}

#index_photos {
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  width: 400px;
  height: 300px;
}

#gallery_photos {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  height: 640px;
}

.pics {
  margin: 0;
  padding: 0;
  position: relative;
}

#footer {
  clear: both;
  padding: 0 10px;
  background: #b70;
  text-align: center;
  font-size: smaller;
} 

#footer p {
  margin: 0;
  padding: 10px 0;
  color: #fff;
}

#title_index {
  margin: 0;
  padding: 0;
  height: 60px;
  background-image: url(../graphics/title_index.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -999999px;
}

#title_other {
  margin: 0;
  padding: 0;
  height: 60px;
  background-image: url(../graphics/title_small.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -999999px;
}