/* Generated by KaZcadeS */
body {
  margin: 0;
  padding: 0;
  background-color: #3333ff;
  color: #ffffff;
  font-family: Times New Roman,Times,serif;
  width: 800px;
}
a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #cccccc;
}
a:active {
  color: #999999;
}
a:hover {
  color: #33ccff;
}
#container {
  width: 800px;
}
div {
  border: none;
}
#header {
  float: none;
  width: 800px;
  height: 80px;
}
#main-holder {
  float: left;
  width: 625px;
}
#extra {
  background-color: #3333ff;
  float: right;
  position: relative;
  width: 164px;
  margin-top: 75px;
}
#main {
  float: right;
  width: 480px;
  margin-top: 75px;
}
#nav {
  border: 3px groove #ffffff;
  margin-left: 2px;
  padding-left: 2px;
  float: left;
  width: 130px;
  margin-top: 75px;
}
#footer {
  float: left;
  width: 800px;
}

