body {
  background:url('graphics/body_y.gif') top left repeat-y;
  font-family: Tahoma,sans-serif;
  /* font-size:90%; */
}
#logo {
  display:block;
  text-align:right;
  background:url('graphics/logo_x.gif') bottom left repeat-x;
}
#logo .a {
  height:64px;
  background:url('graphics/logo_right.gif') bottom right no-repeat;
}
#logo img {
  position:absolute;
  left:20px;
  top:100px;
}
#navbar {
  margin:0;
  border:none;
  background-color:#00296b;
  color:white;
}
#navbar a {
  color:white;
}
#general1 {
  min-width:30em;
  background:url('graphics/main_y.gif') top right repeat-y;
}
#text {
  margin:0 130px;
}
#text blockquote,
#text .form {
  background-color:#e5e9f0;
}
#text table {
  border-collapse:separate;
  border:none;
  border-spacing:3px;
}
#text table th {
  border:none;
  background-color:#afb2b7;
  color:white;
}
#text table td {
  border:none;
  background-color:#e5e9f0;
}
#text h1 {
  /*font-family:Pristina,"Monotype Corsiva",Georgia,sans-serif;*/
  font-family:Georgia,sans-serif;
  font-weight:normal;
  color:#9e2e1c;
}
#text h2 {
  font-family:Georgia,sans-serif;
  letter-spacing:1px;
  font-weight:normal;
  color:#00296b;
}
#gallery {
  clear:none;
  position:absolute;
  right:0;
  top:170px;
  width:200px;
  padding:0px;
}
#gallery ul {
  text-align:center;
}
#gallery li {
  display:block;
}
#gallery img {
  border:5px solid #afb2b7;
  margin:10px 0px;
}
#gallery h2 {
  font-family:Georgia,sans-serif;
  font-weight: normal;
  color:#00296b;
  margin-left:8%;
}
#bottom {
  border:none;
  border-bottom:4px solid #9e2e1c;
  padding:0;
  padding-bottom:3px;
  color:white;
  margin-bottom:30px;
}
#bottom ul {
  padding:5px;
  background-color:#9e2e1c;
}
#bottom a {
  color:white;
}
#bottom li {
  border-color:white;
}
