/* Generated by KaZcadeS */
#header {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #336699;
  color: white;
  font-size: 3em;
  width: 100%;
}
#hmenu {
  border: 4px solid black;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  font-size: 1em;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  border-right: 1px solid black;
  color: white;
  background-color: black;
  float: left;
  padding-top: 0px;
  padding-left: 25px;
}
#hmenu a {
  color: white;
  background-color: #003366;
  text-decoration: none;
  display: block;
}
#hmenu a:hover {
  background-color: #000000;
  font-weight: normal;
}
#content {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #cccccc;
  background-image: url(images/Untitled-2.jpg);
}
#col1 {
  width: 150px;
  background-color: transparent;
  float: left;
  margin-left: 5px;
}
#main {
  border-left: 1px solid black;
  background-color: white;
  background-position: center;
  color: black;
  margin-left: 150px;
  background-repeat: repeat;
}
#footer {
  border: 1px solid black;
  background-color: black;
  color: white;
}
#lbar {
  border-style: inset;
  font-weight: bold;
  list-style-image: url();
  text-align: center;
  list-style-type: none;
  background-position: center;
  background-color: transparent;
  margin-left: 25%;
  margin-right: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
}
