body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
}
.container {
	margin: 0 auto;
}

.top_rounded {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bottom_rounded {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nav_menu {
	background-color: #b7da9c;
}

.nav_menu ul {
    margin: 0; 
    padding: 0;
    float: left;
}
 
.nav_menu ul li {
    display: inline;
}
 
.nav_menu ul li a {
    float: left; 
    text-decoration: none;
    color: black;
    padding: 10px 0;
    width: 235px;
    text-align: center;
    font-weight: bold;
}
 
.nav_menu ul li a:visited{
    color: black;
}
 
.nav_menu ul li a:hover, .menu ul li .current{
    color: black;
    background-color: #74c043;
}

.border {
	border-left: solid 3px #b7da9c;
	border-right: solid 3px #b7da9c;
}

.container .content {
	border-left: solid 3px #b7da9c;
	border-right: solid 3px #b7da9c;
	width: 924px;
	padding: 0 5px;
}

.container .images {
	width: 934px;
}

#footer {
	background-color: #b7da9c;
	padding: 10px 0;
	text-align: center;
}

strong, h3 {
	font-weight: bold;
	font-size: inherit;
	color: #74c043;
}