* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #336633;
}

ul {
	margin-left: 10px;
}
li {
	margin-left: 10px;
}

p {
	margin-top:4px;
	margin-bottom: 6px;
}

table.photos {
	text-align: center;
	margin: 0 auto;
}
table.photos img {
	border: 0;
}
div#page {
	width: 775px;
	margin: 0 auto;
	border: 1px solid black;
}

div#wrapper {
	background-color: white;
	background: url('images/bg.gif');
	background-repeat: repeat-y;
}

div#content {
	margin-left: 206px;
	padding: 5px;
}

div#footer {
	font: 11px times new roman, georgia, serif;
	color: white;
	text-align: center;
	
	margin-top: 4px;
}

div#footer a {
	color: white;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	width: 203px;
	float: left;
	font: 16px georgia, serif;
	font-weight: bold;
	text-align: center;
}
#nav ul li {
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 0;
}
#nav a, #footer a {
  color: #164227;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
.center {
	text-align: center;
}
