@CHARSET "ISO-8859-1";

body {
  font-family: sans-serif;
  font-size: small;
  color: #202020;
  margin: 0px;
  margin-top: 0px;
  background-image: url(lightGradient.png);
  background-repeat: repeat-x;
}

#DropShadow {
  height: 5px;
  background-image: url(dropShadow.png);
  background-repeat: repeat-x;
} 

#ResizeHelp {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 20px;
  cursor: default;
}

#Ad {
  margin-left: auto;
  matgin-right: auto;
  text-align: center;
} 

#Message {
  font-size: 30px;
  color: gray;
  text-align: center;
  padding-bottom: 20px;
  display: none;
}

#Content {
  position: relative;
  margin: auto;
  width: 600px;
} 

.header {
  font-size: large;
  padding-top: 20px;
}

li {
  padding-bottom: 10px;
}