body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #ffffff;}
a:active {text-decoration: underline; color: #ffffff;}

.col_right {
    background-image:url(images/side_right.gif);
	background-repeat: repeat-y;
}

.col_left {
    background-image:url(images/side_left.gif);
	background-repeat: repeat-y;
}

.header {
    width: 688px;
    height: 100px;
    background-image:url(images/top.gif);
	background-repeat: repeat-y;
}

.header_left {
  float: left;
  margin: 5px;
}

.header_right {
  float: right;
  vertical-align: bottom;
  margin: 10px;
}

.main {
  color: #000000;
  font-size: 16px;
  font-weight:bold;
  height: 600px;
  padding: 10px;
}
.main a:link {color: #FF0000;}
.main a:visited {color: #FF0000;}
.main a:hover {color: #FF0000;}
.main a:active {color: #FF0000;}

.large {
	font-size: 18px;
	font-weight: bold;
}

.footer {
    font-size: 9px;
	color: #ede495;
    height: 54px;
    background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
}
.footer a:link {font-size: 9px; color: #ede495; text-decoration: none;}
.footer a:visited {font-size: 9px; color: #ede495; text-decoration: underline;}
.footer a:hover {font-size: 9px; color: #ede495; text-decoration: underline;}
.footer a:active {font-size: 9px; color: #ede495; text-decoration: underline;}

.sm_box {
  background-color:#ffffff;
  border:1px solid black;
  filter:alpha(opacity=50);
  opacity:0.5;
  margin: 15px;
}

.sm_box_info {
  color: #000000;
  font-size: 14px;
  font-weight:bold;
}

.photobox {
    background-image:url(images/photo_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.eventbox {
    height: 50px;
    background-image:url(images/eventbox_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 2px;
}

.lg_eventbox {
    height: 124px;
    background-image:url(images/lg_eventbox_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 52px;
}

.chain {
	background-image: url(images/chain_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
  
.event_date {
	font-weight: bold;
}

.event_title, .event_title a:link, .event_title a:visited, .event_title a:hover, .event_title a:active {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.lg_event_date {
	font-size: 16px;
	font-weight: bold;
}

.lg_event_title, .lg_event_title a:link, .lg_event_title a:visited, .lg_event_title a:hover, .lg_event_title a:active {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}

.headermenu {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	background: #000000;
	padding: 0px 10px 0px 10px;
	text-align: center;
	width: 100%;
	height: 33px;
	vertical-align: middle;
	letter-spacing: 1px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

.headermenu a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}