body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c6c54;
	background-color: #527653;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

p {
	font-size: 13px;
	}

td {
	font-size: 13px;
	}

a {
	text-decoration: none; 
	color: #996600; /*#a7a866; /*#3333ff;*/
	}
	
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	color: #405A46;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.main {
	background-image:  url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.menu {
	}

.menu a {
	color: #4c6c54;
	}

.menu a:hover {
	color: #996600;
	text-decoration: none;
	}

.photos {
	background-color: #cfc998;
	border: 1px solid #527653;	
	}
.photos img {
	border: 4px double #527653;
	}
.photos table {
	width: 100%;
	border: 0;
	}
.photos td {
	text-align: center;
	}
	
/* -- options offered for photo background
.photos {
	}
.photos img {
	border: 4px double #a9a464;
}

.photos2 {
	background-color: #c7e3b9;
	border: 1px solid #a9a464;	
	}
.photos2 img {
	border: 4px double #a9a464;
}

.photos3 {
	background-color: #ffffef;
	border: 1px solid #a9a464;	
	}
.photos3 img {
	border: 4px double #a9a464;
}

.photos img {
	border: 10px solid #ffffff; #b99c56;
	}
*/

/* from original style sheet from template 
.dropshad {filter:DropShadow(OffX=-1, OffY=-1, color:#6BA466)}
*/