#header {
  padding-bottom: 15px;
}
#logo {
  text-align: center;
}
#moto {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 26pt;
  text-align: center;
}
#content {
  border-top: 5px solid #c66acd;
  padding-top: 20px;
}
#col1 {
  border-style: solid;
  float: left;
  list-style-image: url();
  background-attachment: fixed;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #ebe9cc;
  height: 450px;
  top: 45px;
  font-size: 11pt;
  width: 230px;
  list-style-type: none;
  text-decoration: none;
  line-height: 23px;
  padding-top: 6pt;
  margin-left: 100px;
}
#main {
  padding: 30px 200px 100px 100px;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16pt;
  color: black;
  margin-right: 0;
  min-width: 300px;
  margin-left: 300px;
}
#footer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  background-attachment: fixed;
  padding-top: 20px;
}
#disclaimer {
  border-style: solid none none;
  border-top: 5pt solid #c66acd;
  background-attachment: fixed;
  padding-top: 20px;
  font-size: 11pt;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 24pt;
  background-image: url(pictures/background.jpg);
  background-attachment: fixed;
  background-color: white;
}
#menu ul {
  margin: 0%;
  padding: 0%;
  list-style-type: none;
}
#menu li {
  border: 1px solid black;
  color: black;
  background-color: #f0e6d9;
  float: left;
  width: 150px;
  height: 45px;
}
#menu a {
}
#menu a:hover {
}
#col1 ul {
  margin: 0%;
  padding: 0%;
  list-style-type: none;
}
#col1 li {
  border: 2px solid black;
  color: black;
  background-color: #f0e6d9;
  float: left;
  height: 0;
  width: 0;
}
#col1 a {
  text-decoration: none;
  display: block;
}
#col1 a:hover {
  background-color: #c261e9;
}
body {
  background-image: url(pictures/background.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}

