@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
}

em {
	color: #E31C83;
	font-style:normal;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 802px;
	background: url(../images/backgrounds/page_flowers.gif) bottom left no-repeat;
}

#header {
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
	width: 179px;
	height: 125px;
	
}

#header h1 {
	text-indent: -5000px;
}

#nav {
	width: 171px;
	margin: 0;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#nav a:hover {
	color: #E10979;
	text-decoration: none;
	font-size: 12px;
}

#nav li.active {
	color: #E10979;
	text-decoration: none;
	font-size: 12px;
}

#displayImg {
	margin: -125px 0 0 179px;
	padding: 0;
	width: 617px;
	height: 261px;
	border: #FFFFFF solid 3px;
}

#subNav {
	margin: 10px 0 0 179px;
	padding: 3px 0;
	text-transform: uppercase;
	font-size: 11.5px;
	border-top: #E31C83 solid 1px;
	border-bottom: #E31C83 solid 1px;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNav li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline;
	letter-spacing: 0.2px;
	line-height: 20px;
}

#subNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#subNav a:hover {
	color: #E10979;
	text-decoration: none;
}

#content {
	width: 617px;
	margin: 0 0 0 179px;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	min-height: 500px;
	height:auto !important;
  	height:500px;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #E31C83;
	text-decoration: none;
}

#pageTitle {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 617px;
}

#pageTitle h1 {
	float: left;
}

#pageTitle select {
	float: right;
	margin: 30px 0 0 0;
}

.eventsTitle {
	width: 132px;
	height: 45px;
	background: url(../images/titles/events.gif);
	text-indent: -5000px;
}

.pastEventsTitle {
	width: 243px;
	height: 45px;
	background: url(../images/titles/past-events.gif);
	text-indent: -5000px;
}

.newsTitle {
	width: 225px;
	height: 45px;
	background: url(../images/titles/news.gif);
	text-indent: -5000px;
}

.clear {
	clear:both;
}

#footer {
	width: 802px;
	border-top: #E31C83 solid 2px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 2px;
	clear:  both;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
