body { 
	font-size: 19px;
	font-family: CustomFont, arial;
	color:  #babca4;
	margin: 10 0 0 0 ; 
	padding: 0px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 115%;
	background-color: #faffeb;
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	top: 90%;
	left: 40%;
	margin-right: -50%;
}

.menu_button {
	position: relative;
	display: inline-block;
}

.menu_button .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.menu_button:hover .img-top {
	display: inline;
}

.intro {
	min-height: 587px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.about { 
	width: 800px;
	margin: 40 0 20 0 ; 
	text-align: left;
}

.motion { 
	margin: 10 0 30 0 ; 
	text-align: center;
	line-height: 225%;
}

.text_darker { 
	color:  #93947b;
}

.portrait { 
	width: 800px;
	margin: 0 0 20 0 ; 
	text-align: center;
}

.text_plus_graphic { 
	vertical-align: middle;
}

.other_header {
	color:  #a1a384;
	margin: 20 0 10 0;
	font-size: 24px;
}

.footer {
	color:  #cbccb9;
	margin: 10 0 35 0 ;
	height: 35px;
	font-size: 12px;
}

.footer_float {
	color:  #cbccb9;
	margin: 20 0 20 0 ;
	height: 35px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform:translateX(-50%);
	margin-right: -60%;
	font-size: 12px;
}

a:link {
  color: #93947b;
}

a:visited {
  color: #babca4;
}

a:hover {
  color: #babca4;
  text-decoration: underline;
}

a:active {
  color: #babca4;
  text-decoration: underline;
}

@font-face {
	font-family: "CustomFont";
	src: url("fonts/mensch-webfont.eot");
	src: url("fonts/mensch-webfont.woff") format("woff"),
	url("fonts/mensch-webfont.otf") format("opentype"),
	url("fonts/mensch-webfont.svg#filename") format("svg");
}


/* PAGE-SPECIFIC STUFF ------------------------------------------------------------------------------- */

/* audio */

td.archives_audio_td_embed {
	width: 400px;
	height: 100px;
	text-align: center;
	padding: 10 10 10 10;
	border: 1px solid #B4AE85;

}

td.archives_audio_td_description {
	width: 250px;
	height: 100px;
	text-align: center;
	padding: 10 10 10 10;
	border: 1px solid #B4AE85;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 125%;
}