* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.wrapper {
  margin: 0 auto;
  width: 935px;
  padding-left: 10px;
}

/* Header */
#header  {
  background: #000000;
}

#nav li {
  display: inline;
}
#nav li a {
  float: left;
  padding: 15px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
  background: url('images/arrow.png') 50% 0 no-repeat;
}
#nav li a:hover {
  background: #7e56ab url('images/arrow.png') 50% 0 no-repeat;
  color: white;
}

/* Flash */
#flash {
  background: url('images/flash-bg.jpg');
  padding-top: 12px;
}
#flash .wide {
  background-color: #000000;
  padding-bottom: 16px;
}
#flash #theFlash {
  position: relative;
  left: -18px;
}

/* Links */
#links {
  /* background: url('images/links-bg.jpg') 0 0 repeat-x; */
  height: 240px;
  background-color: #000000;
}

#links .wrapper {
}

.picLink {
  float: left;
  border: 0;
  margin-right: 47px;
}

.picLink2 {
  float: left;
  border: 0;
}
