/* Generated by KompoZer */
div#header {
  width: 900px;
  height: 150px;
}
div#body {
  margin: 0px;
  background-color: #ffccff;
  width: 900px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  position: relative;
  background-image: url(images/background.jpg);
  background-repeat: repeat-y;
}
div#footer {
  background-color: #993399;
  width: 900px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: white;
}
div#wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  position: relative;
}
div#menu {
  background-color: #993399;
  width: 900px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: white;
  padding-bottom: 5px;
  padding-top: 6px;
}
div#sidebar {
  border-left-style: none;
  width: 190px;
  float: left;
  height: 100%;
  position: relative;
  background-color: transparent;
}
a {
  text-decoration: none;
  color: #663366;
}
a:hover {
  color: #cc0000;
}
div#menu a {
  color: white;
  text-decoration: none;
}
div#tcube {
  margin: 10px;
  padding: 10px 5px 5px;
  background-color: #cc66cc;
  width: 310px;
  float: left;
}
div#menu a:hover {
  color: #cc0000;
}
div#body2 {
  width: 700px;
  margin-left: 195px;
}
