#menu-box {
  height: 1040px;
}

#content-box {
  height: 1040px;
}

#boxleft {
  position: relative;
  float: left;
  height: auto;
  width: 45%;
  border: solid 5px #6BB6E3;
  padding: 10px;
}

#boxright {
  position: relative;
  float: right;
  height: auto;
  width: 375px;
  border: solid 5px #6BB6E3;
  padding: 0px;
}

.events {
  color: #000000;
  font-family: arial;
}


.events p {
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
}

.events em {
  font-weight: bold;
}

.events h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.events h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

.events ul {
  list-style: square;
}

.events li {
  color: #000000;
  margin-left: 30px;
  text-align: left;
  font: arial;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px;
}

.imgplain {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  border: none;
  margin: 0px;
}

.imgleft {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgright {
  position: relative;
  float: right;
  height: auto;
  width: auto;
  border: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

