
body {
  text-align: center;
  background: #99CCFF url('gradient.png');
  background-repeat: repeat-x;
}

#content_block {
  position: relative;
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

table#header { 
  position: absolute;
  left: 295px;
  top: 40px
}

table#main {
  position: relative;
  left: 60px;
  width: 700px;
  height: 0;
}

.text_background {
  background: #FFFFFF;
  border: 1px blue solid;
}

.text {
  position: relative;
  left: 2%;
  width: 95%;
  padding: 5 0 5 0;
}

tr#page_title td {
  font-family: Arial;
  font-size: 30;
  text-align: center;
  color:#ffcc33;
  padding: 5 0 20 0;
}

td#content_left {
  font-family: Arial;
  width: 190px;
}

td#content_left table {
  height: auto;
  width: 100%;
  height: 100%;
}

td#content_centre {
  font-family: Arial;
/*  width: 100px; */
  width: 40px;
}

td#content_centre table {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  
}

td#content_right {
  font-family: Arial;
  height: 100%;
  position: relative;
  vertical-align: top;
}

tr#footer {
  font-family: Century Gothic;
  font-size: 18;
}

tr#footer table {
  font-weight: bold;
  color:#2222ee;
  position: relative;
  left: 18%;
}

#event_header {
  font-size: 14;
  font-weight: bold;
  padding-bottom: 8;
  margin-bottom: 4;
  text-align: center;
  border-bottom: 1px blue solid;
}

#event_list {
  height: 160;
  overflow: auto;
}

#event_list hr {
  height: 1px;
  color: blue;
  background-color: blue;
  width: 90%;
  border: 0px;
}

.event {
  font-size: 12;
	padding-bottom: 5;
}

.event a.title {
  font-weight: bold;
  color: black;
  text-decoration: none
}

.event a.title:hover {
  color: #773300;
}

.event .subtitle {
}

.event .location {
}

.event .date {
  font-style: italic;
}

.event .time {
}

.event .status {
  font-style: italic;
}

.previous_event {
  display: none;
}

#pastevents {
  background-color: #99CCFF;
  font-size: 14;
  font-weight: bold;
  padding-top: 6;
  padding-bottom: 6;
  margin-top: 4;
  margin-bottom: 4;
  text-align: center;
  border-top: 1px blue solid;
  border-bottom: 1px blue solid;
}