body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  }

h1, h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FF0000;
  background-color: transparent;
  font-size: 18px;
  font-family: verdana;
  }
  
 h2 {
  font-size: 14px;
  }

div.wrap {
  width: 800px;
  margin: 10px auto 0 auto;
  text-align: center;
  }
  
#line {
  line-height: 3px;
  height: 3px;
  border-top: 1px solid #666666;
  }

#header {
  text-align: left;
  position; relative;
  width: 900px;
  height: 170px;
  margin: 0 auto;
  }

#menu {
  width: 400px;
  position: relative;
  text-align: left;
  color: #666666;
  background-color: transparent;
  top: -10px;
  left: 50px;
  font-size: 16px;
  font-weight: bold;
  }
  
#downloadlist {
	float: left;
	text-align: left;
	}
	
#downloadlist li a {
	font-size: 24px;
	color: #000000;
	}

#menu a {
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  background-color: transparent;
  font-family: verdana;
  }

#menu a:hover {
  background-color: #666666;
  color: #FFFFFF;
  }
  
#buttons {
  float: left;
  width: 300px;
  }

#buttons img {
  border: 0;
  }

#footer {
  border-top: 1px solid #666666;
  padding-top: 10px;
  color: #666666;
  background-color: tranparent;
  }

#footer a {
  text-decoration: underline;
  color: #666666;
  background-color: transparent;
  }
  
 .event
{
  text-align: left;
  margin: 10px 0;
}
.etitle
{
  font-weight: bold;
  font-size: 16px;
}
.edate
{
  font-weight: bold;
}

