body {
	text-align: center;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #C50202;
}
p {
	font-size: .8em;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	line-height: 1em;
	margin: 5px 0 0 0;
	font-weight: normal;
}
#header_top {
	background-color: #3A6C99;
	background-image: url(images/header_top.gif);
	background-repeat: repeat;
	height: 36px;
}
#upcoming {
	background-color: #000;
	float: left;
	width: 345px;
	height:340px;
	position: relative;
	border: 1px solid #999;
}
#upcoming h2 {
	margin:0;
	padding:4px;
	font-style: italic;
	color:#000;
	background-color: #e8a910;
	border: 1px solid #999;
}
#info {
	float: left;
	width: 347px;
	position: relative;
	margin-top: 10px;
	background-image: url(images/event_info_bkg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFF;
	padding: 0px;
	height: 350px;
}
#info h2 {
	margin:0;
	padding:4px;
	font-style: italic;
	color:#000;
	background-color: #C50202;
	border: 1px solid #999;
}
#info p {
	padding: 5px;
}
#mainCol {
	background-color: #222222;
	width: 400px;
	margin: 0 auto; 
	padding: 10px;
	text-align: left;
}
#mainCenter {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 400px;
	padding: 10px;
	background-color: #222222;
}
#mainGallery {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
	padding: 10px;
	background-color: #222222;
}
#info ul {
	list-style-type: none;
	padding: 5;
	margin: 0;
}
#info ul li {
	background-image: url(images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .01em;
	padding-left: 1.6em;
	margin: 5px 5px 15px 5px;
}
.linkSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	color: #FFF;
}
.galImg {
	float: left;
	margin: 0 10px 20px 12px;
	background-color: #000;
}
#footer {
	height: 120px;
	background: url(images/footer_logo_bkg.gif) no-repeat bottom;
	position:relative;
	bottom:0px;
	margin-top: 15px;
}
#footer a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:none;
  border-bottom: 1px solid #C50202;
}
