body {
  background: #fafafa url('images/chillum_back.gif') top left fixed no-repeat;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  color: #973300;
  margin-bottom: 0px;
}

h2 {
  color: #003300;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.company {
  text-align: center;
  color: #003300;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 40px;
}

#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#nav p {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px;
  margin-left: 20%;
  margin-right: 20%;
}

#nav a {
  margin: 5px;
  font-weight: normal;
  font-size: smaller;
}

#main {
  margin-left: 10%;
  margin-right: 10%;
  padding: 0px;
}

#main h3 {
  padding: 0px;
  margin: 0px;
}

div.border { 
  background: #fff;
  border: 1px solid black;
  margin: 1% 10% 5% 10%;
  padding: 2% 5% 2% 5%;
}

#important {
  text-align: center;
  margin: 5% 20% 5% 20%;
  clear: both;
}

#nexttofloat {
  height: 100%;
}

p {
  margin: 0px;
  padding: 0px;
}

table {
  clear: both;
  border-collapse: collapse;
}

tr {
  vertical-align: top;
  text-align: left;
}

td {
  font-size: smaller;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

td.date, td.venue {
  width: 25%;
}

td.event {
  width: 50%;
}

div.footer {
  clear: both;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-size: 80%;
}

ul {margin-bottom: 10px;}
li {list-style-type: disc;}
ul.none li {list-style-type: none;}

li h3 {
  padding: 0px;
  margin: 0px;
}

div.contact {
  font-size: 110%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.left {float: left;}
.right {float: right;}

a:link {
  font-weight: bolder;
  text-decoration: underline;
  color: #003300;
}

a:visited {
  font-weight: bolder;
  text-decoration: underline;
  color: #003300;
}

a:hover, a:active {
  color: #336633;
  text-decoration: overline;
}

