body {
  margin: 0px;  
  background: black url("bg.jpg");
  font-family: Garamond, Book Antiqua, Bookman Old Style, Times New Roman, serif;
  color: #FFFFFF;
  font-size: 18px;
}

input,select {
  border: 1px solid white;
  background: black url("bg_dark.jpg");
  font-family: Garamond, Book Antiqua, Bookman Old Style, Times New Roman, serif;
  color: #FFFFFF;
  font-size: 14px;
}

#header {
  background:url("header.jpg") no-repeat top left;
  width: 783px;
  height: 240px;  
}

#header h1 {
  margin: 0px;  
  display: none;
}

#container {
  position: relative;
  margin: 0px auto;
  width: 783px;
  background: black url("bg_dark.jpg");
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

#footer {
  vertical-align: bottom;
  text-align: center;
  letter-spacing: 10px;
  font-size: 15px;
  padding-top: 20px;
}
a { color: #DEE2E2; text-decoration: none;}
a:hover { color: #B3BDBC; }

#menu {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#menu ul {
  font-size: 18px;
  list-style: none; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  text-align: center; 
  font-variant: small-caps;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}
#menu li {
  display: inline;
  padding: 2px;
}
#menu img {
  vertical-align: middle;
}
#content {
  margin: 0px;
  padding: 20px;
}

#content p {
  letter-spacing: 1px;
  line-height: 150%;
}

#content a {
  border-bottom: 1px dashed #7E8585;
}
#content a.noborder {
  border: 0px;
  font-size: 10px;
}

.center {
  text-align:center;
}

img.center {
  text-align:center;
  margin: 0px auto;
}

h2 {
  margin-bottom: 0px;
}

p {
  margin-top: 5px;
  text-align: justify;
}

dd {
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 150%;
}

img { border: 0px; }
