body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: Ar ial;
  background-color: black;
  text-align: justify;
  background-repeat: repeat-y;
  color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #3399ff;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #33ccff;
}
a:hover {
  color: #33ccff;
  text-decoration: underline;
}
#header {
  margin: 0px auto;
  padding: 10px 0px;
  background: black url(images/header.png) repeat scroll 0% 50%;
  width: 770px;
  height: 110px;
}
#header h1 {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  color: #3399ff;
  font-size: 3em;
  text-transform: uppercase;
}
#header h2 {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
}
#menu {
  border-style: solid none;
  margin: 0px auto;
  padding: 5px 0px;
  width: 770px;
  background-color: black;
  border-top-color: #333333;
  border-bottom-color: #333333;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
}
#menu li {
  display: inline;
}
#menu a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
#menu a:hover {
  background-color: #333333;
}
#content {
  margin: 0px auto;
  padding: 0px;
  width: 770px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: normal;
}
#content p, #content ul, #content ol {
  line-height: 150%;
}
#footer {
  margin: 0px auto;
  padding: 2px;
  background: black none repeat-y scroll center top;
  clear: both;
  width: 771px;
  font-size: 9px;
  text-align: center;
  color: #333333;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #330033;
  border-bottom-color: #330033;
}
a[href^="http://"]:after, a[href^="https://"]:after {
  margin: 0 0 0 2px;
  content: url(images/icon_external_link.png);
}
