body {
  background:black;
  color: #f4fefd;
  font-family: Arial,Helvetica,sans-serif;
  margin:0;
  text-align: center;
  font-size: 16px;
}
#main {
  margin: 40px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
  position: relative;
  height: 514px;
}
#mainImg {
  position:absolute;
  width:900px;
  height:513px;
  top:0;
  left:0;
  border: solid 1px #f4fefd;
}
#head {
  position: absolute;
  left:30px;
  top: 15px;
}
#head h1 {
  font-size: 2em;
  margin-bottom: 5px;
  margin-top: 40px;
}
#head h2 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 0 40px;
}

#flash {
  position: absolute;
  width:162px;
  height:65px;
  top:67px;
  left:644px;
}
#greenNoStar {
  position: absolute;
  width: 220px;
  height: 216px;
  top: 176px;
  left: 618px;
}
#blue1 {
  position: absolute;
  width: 227px;
  height: 225px;
  top: 166px;
  left: 606px;
}
#blue2 {
  position: absolute;
  width: 216px;
  height: 217px;
  top: 171px;
  left: 620px;
}

#star {
  position: absolute;
  width:71px;
  height:62px;
  top:204px;
  left:656px;
}
#pubs {
  position: absolute;
  top: 322px;
  left: 1px;
  width: 412px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
}
#pubs img {
  margin-top: 8px;
  position: absolute;
}
#pubsa {
  float:left;
  height: 500px;
  margin: 18px 10px;
}
#pubsb {
  position: relative;
}
#pubs1,#pubs2 {
  padding-left: 10px;
}
#menu1 {
  bottom: 167px;
}
#menu2 {
  top: 390px;
}
.Menu {
  position: absolute;
  left: 20px;
  position: absolute;
  text-transform: lowercase;
  font-size: 1.2em;
}
.Menu li {
  margin: 0 0 10px 0;
  list-style-type: none;
  cursor: pointer;
}
.Menu li a {
  color: #4dded9;
  text-decoration: none;
}
.SubMenuHead {
  text-align: right;
  margin-right: 5.5em;
}
#menu2 .SubMenuHead {
  margin-right: 1em;
}
.SubMenu {
  position: relative;
  border-left: 1px solid #f4fefd;
  left: 85px;
  top: -25px;
  padding: 0;
}
.SubMenu li{
  margin: 5px 0 10px 5px;
  font-size: 0.8em;
  text-align: left;
}
.SubMenu li a:hover {
  color:#e4bf19;
}

#sherry {
  position: absolute;
  top: 330px;
  left: 50px;
}

#oval {
  position: absolute;
  left:100px;
  top:120px;
}
#published {
  width: 100%;
  text-align: center;
  margin-top:30px;
}
#published a {
  color:#4dded9;
  position: relative;
  top: 2px;
  text-decoration: none;
}
#published a:hover {
  text-decoration: underline;
}
#published img {
  vertical-align: middle;
}

#info {
  margin: 0 auto;
  width: 600px;
  font-size: 14px;
  color:#ccc;
  padding-top: 20px;
  font-size: 0.8em;
}
#infoTop {
  border-bottom: 1px solid #444;
  margin: 0 auto;
  width: 250px;
}

#copyright {
  color: #d0a529;
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
