body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
div#header  {
	
	background-color: #009933;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AC5C54;
	border-bottom-color: #6C1009;
	}

div#headerphoto  {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AC5C54;
	border-bottom-color: #6C1009;
	color: #009900;
	}


h1	{
	font-size: 160%;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px;
	}
	
	
	
div#content2	{
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	border: thin none;
	width: 500px; /*was 600*/
	}
	
div#content3{
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 60px;
	border: medium solid #00CC99;

}

	
.albumlist	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
.albumlist li	{
	display: inline;	
}

.albumlist img	{
	margin: 5px;
	border: 1px solid #000000;	

}.largeimage {
	border: 2px solid #000000;
}
.details {
	background-color: #F9F9F9;
	padding: 0.04em;
	border: 1px solid #CCCCCC;
}

