body {
	background-color: #EDFFED;
	font-family: "Trebuchet MS", Geneva, verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 10px;
}

#container {
	text-align: left;
	background-color: white;
	width: 820px;
	min-height: 100%;
	margin: 10px auto 0;
	padding: 20px;
	line-height: 2.0em;
}

#photobox {
	float: right;
	padding: 10px;
    width: 150px;
	height: 150%;
	margin: 0 0 0 30px;
}

h1 {
	color: #007A29;
}

h2 {
	color: #007A29;
}

#subheading {
	font-size: 100%;
	font-style: italic;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}



#menubar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #EDFFED;
    top: 0;
    width: 100%;
}

#menubar li {
    float: center;
}

#menubar a {
    display: block;
    color: #007A29;
    text-align: center;
    padding: 12px 16px;
    font-weight: bold;
}


#menubar a:not(.active) {
    background-color: #EDFFED;
}

.active {
    background-color: #CEF5CE;
}

#menubar a:hover {
	text-decoration: none;
	background-color: white;
}



#photogrid {
 
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    
}

.photobox {
    width: 200px;
    height: 200px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    margin:5px;
    zoom: 1
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
