body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: Verdana, sans-serif;
}

h1,h2,h3,h4,h5 {
    color: #af9346;
}
a, a:visited {
    color: #af9346;
    text-decoration: none;
}
a:hover {
    color: #000;
}
#wrap {
    width: 900px;
    margin: 0 auto;
}
#header {
    background: url('/images/header.jpg') no-repeat center top;
    width: 900px;
    height: 200px;
}

#content {
    background: #fff;
    padding: 20px;
}

#menu {
    background: #000;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 30px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    display: inline-block;
    position: relative;
    height: 28px;
    padding-top: 2px;
}
#menu ul li a, #menu ul li a:visited {
  color: #af9346;
  font-size: 13pt;
  padding: 0 10px;
  text-decoration: none;
}
#menu ul li a:hover {
}
#menu ul li:hover {
    background: #fff;
}

#menu ul li ul {
    display: none;
}
#menu ul li ul li {
    display: block;
    text-align: left;
}
#menu ul li ul li a {
    padding: 0 10px;
    white-space: nowrap;
}
#menu ul li:hover ul {
  background: none repeat scroll 0 0 #000;
  display: block;
  left: 25px;
  position: absolute;
  top: 30px;
}


.gold-text {
    color: #af9346;
}

#footer {
    color: #fff;
    text-align: center;
    font-size: 10pt;
}
#footer h2 {
    color: #af9346;
}
#ITSGallery {
  text-align: center;
}

#ITSGallery img {
  margin: 5px;
  box-shadow: 5px 5px 5px #af9346;
}
.goldshadow {
    box-shadow: 5px 5px 5px #af9346;
}
