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

#wrapper {
	width: 920px;
	margin: auto;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0px;
}
#header {
	height: 130px;
	width: 920px;
}
#nav {
	height: 26px;
	width: 920px;
}
#indexflash {
	width: 920px;
	height: 500px;
}
#maincontent {
	width: 820px;
	background-color: #3fc0c5;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#photoheader {
	width: 920px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 16px;
}

.tighter {
	margin-top: -15px;
}

.black {
	color:#000;
}

#maincontent a {
	color: #000000;
	text-decoration: underline;
}
#maincontent a:hover {
	text-decoration: none;
}
#footer {
	width: 888px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	height: 75px;
}
#horizspacer {
	height: 19px;
	width: 920px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
a {
	color: #3fc0c5;
	text-decoration: none;
}
a:hover {
	color: #3fc0c5;
	text-decoration: underline;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.blackbold {
	font-weight: bold;
	color: #000000;
}
.phone {
	color: #000000;
}
.nonlink {
	color: #000000;
	text-decoration: underline;
}

.eventImage {
	margin: 0 20px 10px 0;
	float:left;
	}

.eventBox {
	width: 796px;
	padding: 10px;
	margin-bottom: 30px;
	border: 2px solid #fff;
	background-color: #84d1d4;
}


.eventBox h1 {
	padding: 0;
	font-size: 28px;
	color:#000;
}

.eventBox h2 {
	padding: 0;
	font-size: 16px;
	color:#000;
}
.eventBox p {
	font-size: 14px;
	color: #000000;
}

.eventBox ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0 0 0 200px;
	color:#000;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


	
