@charset "utf-8";
/* CSS Document */

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100;Green+3D */
background: #b4e391; /* Old browsers */
background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */

}

h2 {
	text-align: center;
	font-size: 26px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #FDFDFD;
}

h3 {
	padding: 0px;
	margin: 0px;	
	color: #FDFDFD;
}
h4{
	color: #F4F4F4;
}
p {
	padding: 10px;
	margin: 0px;
	text-indent: 19px;
	color: #ADC09F;		
}

.container {
	width: 950px;
	height: 1800px;
	background-color: #06670D;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.gallery_container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 95%;
	list-style-image: none;
	list-style-type: none;
}
.gallery_container li {
	width: 150px;
	margin: 30px;
	height: 150px;
	display: block;
	float: left;
	-webkit-box-shadow: 5px 5px 5px rgba(17,65,0,0.74);
	box-shadow: 5px 5px 5px rgba(17,65,0,0.74);
}



	header {
		background-color: #71A068;
		height: 95px;
		padding-top: 30px;
		text-align: center;
	}

	nav {
		height: 80px;
		padding-top: 10px;
		background-color: #b4e391 ;
		color: #73F071;
		text-align: center;
	}

		nav ul {
			margin-top: 0;
			margin-bottom: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			list-style-type: none;
			display: inherit;
			width: 750px;
		}
		
			nav ul li {
				float: left;
				display: inline;	
			}
			
				nav ul li a:link {
					display: inline-block;
					color: #000000;
					text-decoration: none;
					text-align: center;
					padding-top: 3px;
					padding-right: 9px;
					padding-left: 9px;
					padding-bottom: 2px;
					margin: 2px;
					line-height: 41px;
					border-left: 9px inset #2C2AD2;
					border-right: 2px dotted #32B2E3;
					border-bottom: 5px ridge #28A7DA;
					border-top: 8px groove #256AD1;
				}
				
				nav ul li a:visited {
					color: #000000;
				}
				
				nav ul li a:hover {
					color: #DBF9AF;
					background-color: #75F0CC;
				}

ul li{
	color: #ADC09F;
		
}
	article {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		display: block;
	}

footer img{
	width: 950px; 
}

	footer {
		background-color: #71A068;
		height: 40px;
		padding-top: 10px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
a {
	text-decoration: none;
	color: #71A068;
}