body {
	margin: 20px 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	margin: 30px;
	font-size: 16pt;
}
h2, h3, h4, h5, h6, p {
	margin: 15px 30px;
}
h2 {
	margin-bottom: 5px;
	font-size: 16pt;
	font-weight: normal;
}
h3 {
	margin-top: 5px;
	font-size: 12pt;
	line-height: 125%;
}
p, li {
	line-height: 140%;
}
li {
	margin-left: 20px;
}
.smalltext {
	font-size: 8pt;
}
.text-pink {
	color: #ED007E;
}
.text-green {
	color: #94BD46;
}
.text-teal {
	color: #66CCC4;
}
.text-emerald {
	color: #20b250;
}
.text-grey {
	color: #CCCCCC;
}
.quote {
	margin-bottom: 5px;
	font-size: 14pt;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	line-height: 125%;
	color: #66CCC4;
}
.quote-name {
	margin-top: 5px;
	text-align: right;
	font-size: 10pt;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	line-height: 125%;
	color: #66CCC4;
}
.side_column .quote, .side_column .quote-name {
	color: #FFFFFF;
}
a {
	color: #007993;
}
img {
	display: block;
	border: 0px;
}
.img_align_right {
	float: right;
}
.img_align_left {
	float: left;
}
hr {
	height: 2px;
	border: 0px;
	border-bottom: 2px dotted #CCCCCC;
	background: #FFFFFF;
}
.page {
	margin: 0px auto;
	width: 900px;
}
.header {
	position: relative;
	width: 900px;
	height: 185px;
}
.logo {
	position: absolute;
	right: 0px;
	bottom: 70px;
}
.nav_about {
	background: url(images/nav_about.gif) no-repeat;
	width: 125px;
	height: 155px;
}
.nav_about:hover {
	background: url(images/nav_about_over.gif) no-repeat;
}
.nav_about p {
	margin: 100px 0px 0px 15px;
	font-size: 10.5pt;
}
.nav_about a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_about a:hover {
	font-weight: bold;
}
.contactinfo {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
#bodytop {
	padding-top: 45px;
	background: #CCCCCC url(images/body_corners_top.gif) no-repeat top center;
}
#bodybottom {
	padding-bottom: 30px;
	background: url(images/body_corners_bottom.gif) no-repeat bottom center;
}
.body {
	background: #CCCCCC;
}
.main_column {
	width: 650px;
	background: #FFFFFF;
}
#homepage .main_content .p {
	width: 350px;
}
#homepage .main_column {
	background: #FFFFFF url(images/mainbg_home.jpg) no-repeat bottom center;
}
#schedule_page .main_column {
	height: 330px;
	background: #FFFFFF url(images/mainbg_schedule.jpg) no-repeat bottom center;
}
#kate_page .main_column p {
	
}
#contact_page .main_column {
	height: 330px;
	background: #FFFFFF url(images/mainbg_contact.jpg) no-repeat bottom center;
}
#gallery_page .main_column h2 {
	margin: 0px 30px;
	color: #999999;
}
.main_content {
	padding: 1px 0px;
	background: url(images/bg_main_content.gif) no-repeat top center;
}
.side_column {
	width: 205px;
}
.side_photo {
	margin-bottom: 15px;
}
.side_column h2, .side_column p {
	margin: 10px 0px;
}
.side_column li {
	margin-left: -20px;
}
.schedule_table {
	margin: 0px 30px;
	width: 590px;
}
.schedule_table td {
	padding: 0 15px 5px 0;
	font-size: 10.5pt;
	line-height: 125%;
}
.times {
	text-align: right;
}
.specialevent {
	margin: 0;
	float: right;
	padding: 0 30px 30px 30px;
	width: 145px;
}
.gallery td {
	text-align: right;
}
.gallery b {
	font-size: 9pt;
	color: #ED007E; /* pink */
}
.volunteer {
	background:	#66CCC4 url(images/volunteerbg.gif) no-repeat bottom center;
	color: #FFFFFF;
}
.volunteer p {
	margin: 15px;
}
#contactinfo {
	margin: 0 20px;
}
.copyright {
	margin: 5px 45px;
	font-size: 70%;
	color: #FFFFFF;
}
.credit {
	margin: 5px;
	font-size: 70%;
	color: #CCCCCC;
	text-align: center;
}
.credit a {
	color: #CCCCCC;
	text-decoration: none;
}
.credit a:hover {
	color: #999999;
	text-decoration: underline;
}
