html {
		min-width: 1080px;
}
body {
		background-color: #F1F0D1;
		font-family:palatino-linotype,book-antiqua,palatino,serif;
		font-size: 16px;
		overflow: auto;
}
#wrapper {
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
		max-width: 960px;
		width: 98%;
		height: 1440px;
		background: #FEFBE8;
		border:1px solid #878E63;
		border-radius:2px;
		box-shadow: 0 0 10px 0px rgba(12,3,25,0.8);
}

.Logo {
	float: left;
	padding: 0 0 0 20px;
	margin-top: 15px;
	margin-left: 25px;
	}


nav ul {
		color: #000000;
		list-style: none;
		text-align: right;
		margin-right: 35px;
		padding: 45px 0 0 15px;
		overflow: hidden;
	}
nav ul li {
		display: inline-block;
		padding: 0 20px 0 20px;
		font-size: 16px;
		
	}
nav ul li a {
		text-decoration: none;
		color: #000000;
	}

nav ul li a:hover, nav ul li.active a {
		color: #878E63;
	}

li.about {
		display: inline-block;
}
.about-content{
		display: none;
		position: absolute;
		z-index: 50;
		background-color: #FEFBE8;
		min-width: 130px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.about-content a {
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		display: block;
		text-align: left;
}	
.about-content a:hover {
		background-color: #FEFBE8;
}
.about:hover .about-content {
		display: block;
}
li.thatching {
		display: inline-block;
}
.thatching-content {
		display: none;
		position: absolute;
		z-index: 50;
		background-color: #FEFBE8;
		min-width: 130px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.thatching-content a {
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		display: block;
		text-align: left;
}	
.thatching-content a:hover {
		background-color: #FEFBE8;
}
.thatching:hover .thatching-content {
		display: block;
}

.banner {
		margin-left: auto;
		margin-right: auto;
		width: 890px;
		height: 300px;
		border: 1px solid #878E63;
}
.portfolioBanner {
		margin: auto;
		width: 890px;
		height: 300px;
		position: absolute;
		z-index: 30;
}
		
h2 { 
		padding: 10px 0 20px 0;
		text-align: center;

}		
h3 {
		margin-top: 30px;
		 margin-bottom: 30px;
		padding-bottom: 10px;
		text-align: center; 
}



h4 {
		margin-left: 35px;
}
table {
		padding: 10px 0 25px 0;
}
.table {
		margin-left: auto;
		margin-right: auto;
}


.thumbnail{
	width: 120px;
	height: 100px;
	border: 1px solid #878E63;
	padding: 10px;
	
}


p {
		margin-left: 35px;
		margin-right: 35px;
		margin-bottom: 1.5em;
}






.membership {
		position: relative;
		list-style: none;
		float: left;
		padding: 10px 40px 0px 40px;
		margin: 35px 0 10px 0;
}
.membership > li {
		display: inline-block;
		padding: 0 20px 0 20px;
		}
footer {
		position: relative;
		text-align: center;
		margin-top: 20px;
		
}
		
		
		
		
		
		

