body {
  margin: 10px;
  border: 0px;
  padding: 0px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  background: #516072 url(page-background.gif) repeat-x fixed;
}

img {
  border: 0px;
  display: block;
}

.boundary {
  display: block;
  width:827px;
}

.box {
  background: url(background.gif);
  width: 700px;
  border: 1px solid #b8b8b8;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.widgets {
  width: 525px;
  border: 1px solid #ccc;
  background: #eee;
  display: block;
  padding: 4px;
  text-align: center;
}

.ads {
  width:120px;
  float:right;
}

.navigation {
  background: #e5e5e5;
  width: 153px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  clear: all;
}

.cccline {
  border-bottom: 1px solid #ccc;
}

.fffline {
  border-bottom: 1px solid #fff;
}
.navlink {
  background: #e5e5e5;
  border-top: 1px solid #fff;
  font-size: 10px;
  padding: 5px;
  display: block;
}

.navlink:link {
  color: #006;  
}

.navlink:visited {
  color: #006;  
}

.navlink:hover {
  color: #f00;  
  background: #efefef;
}

.navlink:active {
  color: #f00;  
}

.content {
  background: #fff;
  width: 533px;
  padding: 7px;
  padding-top: 0px;
  float: right;
  display: block;
}

h1 {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}

.smallprint {
  font-size: 10px;
  line-height: 10px;
}

.footer {
  width: 700px;
  height: 33px;
  background-image: url(footer.gif);
  background-repeat: norepeat;
  line-height: 33px;
  vertical-align: 50%;
  font-size: 10px;
  color: #666;
  text-align: right;
  clear: both;
}

.footerlink:link {
  color: #333;  
}

.footerlink:visited {
  color: #333;  
}

.footerlink:hover {
  color: #00f;  
}

.footerlink:active {
  color: #f00;  
}

.eventdate{
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.eventmonth{
  font-size: 10px;
  color: white;
}

.eventdetail{
  margin-top: -6px;
}

.oddrow{
  background: #ecf3fd;
}