body {
	margin: 0;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
td {
	vertical-align: top;
}
#nav {
	padding-top: 20px;
}
#nav a {
	display: block;
	margin-bottom: 20px;
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a:hover, #nav a.active {
	color: #878905;
}
#nav a.project {
	font-size: 11px;
	margin-bottom: 4px;
	margin-left: 38px;
}
.copy {
	padding: 10px; 
	padding-left: 20px;
	padding-right: 0;
	padding-top: 20px;
	font-size: 11px;
	width: 266px; 
	text-align: justify;
	font-family: Arial;
}
.credit {
	font-size: 11px;
	padding-top: 2px;
}
.credit a {
	color: #878905;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
}

hr {
	line-height: 1px;
	border: 0;
	color: #878905;
	background-color: #878905;
	height: 1px;
}

a {
	text-decoration: none;
	color: #878905;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	color: #878905;
	margin-top: 0;
	margin-bottom: 7px;
}

#image1w {
	background-color: #CCCB93;
}
#image2w {
	background-color: #A0A03C;
}
#image3w	 {
	background-color: #B6B76B;
}
#image1-2 {
	display: none;
	position: absolute;
	z-index: 100;
}
#image2-2 {
	display: none;
	position: absolute;
	z-index: 200;
}
#image3-2 {
	display: none;
	position: absolute;
	z-index: 300;
}

