* {
  margin: 0;
  padding: 0;
}
body {
  padding-top: 0;
  background-color: #01111d;
  color: #ffffff;
  font-family: verdana,arial,sans-serif;
  text-align: left;
  letter-spacing: 1px;
}
a {
  color: #ffffff;
  font-size: 14px;
}
a:hover {
  color: #01a9c0;
}
.more {
  float: right;
  font-size: 11px;
  color: #add8f9;
  font-weight: bold;
  text-decoration: none;
}
.clear {
  clear: both;
}
p {
  margin: 20px 0;
  line-height: 16px;
  font-size: 14px;
}
#container {
  margin: 0 auto;
  width: 873px;
}
#menu {
  background-image: url(images/menu.jpg);
  width: 862px;
  height: 90px;
  position: relative;
}
#menu li {
  position: absolute;
  top: 50px;
  list-style-type: none;
}
#m01 {
  left: 160px;
}
#m02 {
  left: 305px;
}
#m03 {
  left: 450px;
}
#m04 {
  left: 590px;
}
#m05 {
  left: 730px;
}
#menu a {
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#menu a:hover {
  color: #01a9c0;
}
#header {
  background-image: url(images/header.gif);
  background-repeat: repeat-y;
  width: 873px;
}
#logo {
  margin: 0 0 20px 80px;
  width: 240px;
  height: 46px;
  float: left;
  display: inline;
}
#dj {
  background: transparent url(images/dj.jpg) no-repeat scroll right top;
  width: 873px;
  height: 407px;
  float: right;
  display: inline;
}
#welcome {
  margin: 0 0 0 77px;
  width: 210px;
}
#welcome h2 {
  padding: 0 0 10px 5px;
  color: #d4e5f2;
  font-family: Arial;
  font-size: 18px;
}
#welcome p {
  width: 200px;
}
#welcome img {
  border: 3px solid #ffffff;
}
#middle {
  background-image: url(images/middle.gif);
  width: 873px;
  height: 21px;
}
#middle2 {
  background-image: url(images/middle2.gif);
  width: 873px;
  height: 22px;
}
#content {
  background-image: url(images/content.gif);
  width: 873px;
}
#left {
  margin: 0 0 0 85px;
  float: left;
  width: 435px;
  display: inline;
}
#right {
  margin: 0 62px 20px 0;
  float: right;
  width: 258px;
  height: auto;
  display: inline;
}
#right a img {
  border:  none;
  margin: 8px 8px 8px 0;
}
#footer {
  background-image: url(images/footer.gif);
  background-repeat: no-repeat;
  width: 873px;
}
#footer p {
  margin: 0;
  padding: 30px 0 0;
  height: 58px;
  width: 873px;
  text-align: center;
  font-size: 11px;
}
#footer a {
  font-size: 11px;
}

@media print {
  h1 { background: transparent none repeat scroll 0%;
  color: #000000;
  font-family: Rubik ExtraBold;
  font-style: italic;
}
  nav, aside { display: none;
  }
  body, article { margin: 0;
  padding: 0;
  width: 100%;
  }
}
