body {
	font-family: 'Aldrich',"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #fff;
	}
	
h2 {
	text-align: center;
	color: #fcb912;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content {
	margin: 0 auto;
}

#current {
	color: #fcb912;
}
	
header {
	height: 100px;
	background: url(header.jpg) no-repeat;
	background-position: left top;
	background-color: #424242;
}

header #greybuffer {
	padding-top: 76px;
	margin-left: 320px;
	height: 24px;
	position: left bottom;
}

nav {
	height: 22px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #8f3220;	
}

nav a {
	padding: 0 20px;
}

#greybuffer p {
	padding-right: 10px;
	padding-bottom: 37px;
	text-align: top right;
}

#constrained {
	display: flex;
	flex-wrap: nowrap;
	flex: 10%;
	margin-top: 20px;
	justify-content: center;
}

#constrained img {
	flex-wrap:nowrap;
	max-width: 100%;
	max-height: auto;

	margin: 0px 20px;
}

.text {
	max-width: 1600px;
	min-width: 400px;
	flex: 80%;
	margin: 0px 10px;
	text-align: center;
}

.projects {
	display: flex;
	flex: 10%;
	flex-wrap: nowrap;
	justify-content: center;
}

.projects img {
	max-width: 100%;
	max-height: auto;
	padding: 5px 5px;
}

.projects a:link {
	filter: grayscale(80%);
}

.projects a:visited {
	filter: grayscale(80%);
}

.projects a:hover {
	filter: grayscale(0%);
}

.images {
	margin: 5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.images img {
	padding: 2px 2px;
}

nav a:link {
	color: #fff;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	color: #fcb912;
}

footer {
	height: 37px;
	margin-top: 0px;
	background: url(footer.jpg) no-repeat;
	background-position: left bottom;
	background-color: #8f3220;
}

footer p {
	color: #fff;
	margin-left: 138px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

p a:link {
	color: #fcb912;
}

p a:visited {
	color: #fcb912;
}

p a:hover {
	color: #424242;
}