
body, div, p, form, input, textarea {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, "Times New Roman", Times, serif;
	background-image: url(/img/bg-sky-thin.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	font-size: 100%;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

	form#email input,
	form#email textarea {
		border: 1px solid black;
	}

	form#email textarea {
		font-family: inherit;
	}

	form#email label {
		display: block;
	}

div#flyer {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a {
	color: #063;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#emailForm,
div#survey {
	padding: 10px;
	font-size: small;
	border: 1px solid black;
	width: 40%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

form ul {
	list-style-type: none;
}

#header {
text-align: center;
}
img {
	border: 0;
}
#gallery img {
	padding: 3px;
}
#gallery {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
background-image: url(/img/bg-grass-thin.png);
background-repeat: repeat-x;
background-position: 0px 50px;
height: 300px;
text-align: center;
}

#footer img { display: none; }

div#fence {
background-image: url(/img/fence-tile.gif);
background-repeat: repeat-x;
height: 100px;
margin-top: 100px;
}

div#menu {
text-align: center;
}
div#menu ul li {
display: inline;
padding-left: 3px;
padding-right: 3px;
}
div#menu ul li a {
border-bottom: 3px solid #9c9;
padding: 2px;
}

div#menu ul li.selected a, 
div#menu ul li a:hover {
border-bottom: 3px solid #000;
text-decoration: none;
background-color: #063;
color: #fff;
}

table.photoSets td.details {
vertical-align: top;
}

table.photoSet td {
vertical-align: middle;
text-align: center;
padding: 5px 5px 20px 10px;
}
table.photoSets td h4 {
margin-top: 0;
}
table.photoSets td {
padding: 5px 5px 20px 10px;
}
