div#header {
  padding: 0px;
  background: #7f7f7f url(logo.jpg) no-repeat scroll center;
  width: 900px;
  height: 228px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
div#menu {
  font-family: Arial,Verdana,Sans-serif;
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 190px;
}
body {
  font-family: verdana,arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  background-color: #333333;
}
#main {
  margin: 0px auto;
  padding: 0px;
  background: #7f7f7f none repeat scroll 0% 50%;
  width: 900px;
  text-align: center;
}
#footer {
  margin: 0px auto;
  padding: 0px;
  background: #ca0000 none repeat scroll 0% 50%;
  width: 900px;
  text-align: center;
  color: white;
}
#text1 {
  padding: 12px;
  color: white;
  font-weight: bold;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:active {
  text-decoration: none;
  color: black;
}
div#bar {
  padding: 8px 8px 0px 10px;
  width: 200px;
  float: left;
  background-color: #666666;
  color: black;
  margin-right: 13px;
}
div#menu a:hover {
  color: #990000;
}

