* {
  color: #000000;
}

body {
  padding: 0px;
	margin: 0px;
  font-family: "Courier Gothic", "Gill Sans", arial, sans-serif; 
}

h1, h2, h3, h4 {
  font-family: "Lucida Handwriting", "Comic Sans MS", "Marker Felt", fantasy;
  color: #000000;
	margin: 20px;
}
/*
a:link    {color:black !important;}
a:visited {color:black !important;}
*/

a:after {
  content: " (" attr(href) ") ";
}

/*
  Banner style...
*/
#banner {
  position: static;
	width: 100%;	
}

#banner h1 {
  font-family: "Lucida Handwriting", "Comic Sans MS", "Marker Felt", fantasy;
  color: #000000;
	margin: 20px 20px 20px 20px;
	background-color: #ffffff;
}

#banner img {
	float: right;
	margin: 0 20px 20px 20px;
}

#content {
  margin: 0;
	clear: both;
}

#menu-bar {
  display:none;
}

#content p {
  margin: 20px;
}

#content p:first-letter {
  font-size: 130%;
}

#content .thumbnail{
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}

#home #content h2 {
  width: 200px;
	margin-top: 0;
	text-align: right;
	float: left;
	font-size: 200%;
}

#home #content img {
  display:block;
	padding: 8px;
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
	border: solid 1px #000000;
}

/* Styles for the Picture Gallery... */


#pictures #content {
  line-height: 5em;
}

div.gallery {
  float: left;
  margin:15px 0px 5px 0px;
	padding: 10px 10px 0px 10px;;

}



img.photo  {
  max-width: 350px;
	max-height: 350px;
  padding: 10px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

div.gallery p {
  font-weight: bold;
	font-size: 80%;
	color: #666666;
	width:100%;
	text-align: center;
}


/*
  footer  properties...
*/
#footer {
  clear: both;
  width: 100%;
  color: black;
	text-align: center;
	margin-top:30px;
}

#footer p {
  margin-top: 1em;
	margin-bottom: 1em;
}

table#eventtable {
  border-collapse: collapse;
	margin-left:20px;
	margin-right:20px;
}
#eventtable th {
  text-align:left;
}
#eventtable th,
#eventtable td {
  border: 1px solid #c0c0c0;
	padding: 5px 10px 5px 10px;
}

.contact {
  font-size: 120%;
	color: blue;
}


.padding {
  display: none;
}

/*
  credits  properties...
*/
#credits {
  clear: both;
  width: 100%;
	text-align: center;
	margin-top:2px;
}


div#credits p{
  margin: 2px 10px 2px 10px;
  font-size: 80%;
	color: #a0a0a0;
}



