@charset "utf-8";
/* CSS Document */
* {margin:0}

* {padding:0}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

html { 
 height: 100%; 
 margin-bottom: 1px; 
 }

 
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 780px;
}

a img {border: none;}

#outer {
	width: 780px;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 250px;
}

#nav {
	margin-top: 195px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #009966;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}


#content {
	padding-left: 60px;
	padding-right: 60px;
	vertical-align: top;
	padding-top: 10px;
}

#content p {
	margin-bottom: 8px;
}

#schedule {
	float: right;
	width: 320px;
	background-color: #E5E5E5;
	border: 1px solid #999;
	margin-left: 15px;
	margin-top: 5px;
	padding: 8px;
}

#schedule p{
	margin-bottom: 0px;
}

#schedule h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #009966;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer a:link, a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#gallery {
	width: 650px;
}

#gallery img {
	border: 1px solid #999;
	margin: 5px;
}

#gallery a:link, a:visited {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}

#gallery a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}


.galleryPhoto {
	width: 160px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#pastRight {
	float: right;
	width: 200px;
}

#pastRight img {
	margin-bottom: 2px;
	border: 1px solid #CCC;
}

#contactRight {
	float: right;
	margin-left: 10px;
}

#contactRight img {
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
