body {
	font-size: 62.5%;
	background-color: #0D2726;  /* comp #260D0D */
	font-family: Helvetica, Arial, sans-serif;
	min-height: 100%;
}
a { text-decoration: none; }
a:link {color: #6CB19F; }  /* comp #B06B7E */  /* tric #B08B6B */
a:visited {color: #2C5C5C; }  /* comp #5C2C2C */
a:hover {color: #C7312C; border-bottom: 0.1em solid #C7312C; padding-bottom: 0.1em; }
a:active {color: #2C5C5C; }

#wrapper {
	position: relative;  z-index: 1;
	width: 88.8em;
	margin: 0 auto;
	border-left: 0.4em solid #000;
	border-right: 0.4em solid #000;
	padding: 0.8em;
	background-color: #EDF1F0;  /* comp #F2EDEF */
	min-height: 100%;
}
#header {
	margin: -0.8em;
	padding: 0.8em;
	background-image: url(/images/backgrounds/escher_triangles_duo_tone.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#header .headline {
	font-size: 3.2em;
	line-height: 2.8em;
	vertical-align: bottom;
	font-family: Futura;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 0.625em;
}
#content {
	margin-top: 8.0em;
	margin-bottom: 8.0em;
}
#quotes {
	position: absolute; z-index: 2;
	top: 8.96em; left: 0;
	height: 4.8em;  width: 84.0em;
	background-color: #000;
	color: #EDF1F0;
	padding: 1.6em 3.2em;
	overflow: hidden;
}
#quotes li {
	font-size: 1.2em;
	height: 4.0em;
	margin-bottom: 1.6em;
	line-height: 2.0em;
	font-family: fantasy;
	font-style: italic;
	letter-spacing: 0.1em;
}
#quotes li .author {
	font-style: normal;
	letter-spacing: 0;
	padding-left: 1.2em;
	white-space: nowrap;
}
#quotes li .author:before {
	content: "--   ";
	padding-right: 1.2em;
}
#footer {
	position: absolute;  z-index: 2;
	bottom: 0;  left: 0;
	width: 87.2em;
	border-top: 3.2em solid #000;
	padding: 1.6em;
}
#footer p {
	font-size: 1.2em;
	text-align: center;
}
#gmail {
	top: 2.4em;  right: 2.4em;
}
.dropbox {
	position: absolute;  z-index: 2;
	height: 4.8em;  width: 4.8em;
}
.dropbox a:hover {
	border-bottom: 0;
}
.dropbox img {
	height: 100%;  width: 100%;
}