body {
  background-color: #EFEFEF;
  text-align: center;
}

#main {
  margin: 2px;
  min-width: 800px;
  width: 75%;
  margin: 0 auto;
  background-color: #FFD302;
  text-align: left;
  border-style: ridge;
  border-width: 3px 2px;
}

#header {
  margin: 0 auto;
  background: url(../images/header.jpg) no-repeat top center;
  display: block;
  height: 108px;
  border-bottom: 1px solid gray;
}

#header span {
  display: none;
}

a:link {
  text-decoration: none;
  color: #00A000;
}

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

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

#content {
  min-height: 600px;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  font-family: Verdana, Times New Roman, Times, serif;
}

#info {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 50px;
}

#info h1 {
  font-style: oblique;
  color: #336699;
  font-size: 2em;
}

.photo_center {
  text-align: center;
}

#presentation {
  border-style: double;
  width: 60%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  text-align:left;
}
