@import url('reset.css');
@import url('sifr.css');

body, html {
	background-color: #999;
}

div#wrapper {
	width: 940px;
	padding: 30px;
	margin: 0 auto;
	background-color: white;
}

div#header {
	margin: 0 0 20px 0;

}

div.nextBtn {
	float: left;
	position: relative;
	top: -490px;
	left: 905px;
}

 div.previousBtn {
	float: left;
	position: relative;
	top: -490px;
	left: -45px;
}

div#container {
	text-align: center;
	width: 940px;
	margin: 0 auto;
}

div.bigImage {
	width: 940px;
	clear: both;
	// border: 1px solid #eaeaea;
}

div.biographyHeadshot {
	width: 160px;
	margin: 0 20px 0 0;
	float:left;
}

div.biographyNarrow {
	width: 160px;
	margin: 0 20px 0 0;
	float:left;
}

div.biographyWide {
	width: 520px;
	margin: 20px 20px 0 0;
	float:left;
	position: relative;
	left: 180px;
}


div.clear {
	clear: both;
}

div#footer {
	margin-top: 30px;
	width: 940px;
}

h1 {
	display: inline;
}

h2 {
	font-family: "etica-display-1";
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	/* font: bold 12px arial, sans-serif; */
	text-align: left;
	color: #333;
	margin: 0 0 7px 0;
}

h2 a:link, h2 a:visited {
	color: #333;
	text-decoration: underline;
}


ul#siteNavigation {
	width: 840px;
	display: inline;
	margin: 0 0 0 0;
	position: relative;
	top: -7px;
}

ul#siteNavigation li {
	display: inline;
	margin: 0 0 0 25px;
	font-family: "anivers-1";
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
}

ul#siteNavigation li a { 
	/* font: normal 14px arial, sans-serif; */
	font-family: "anivers-1";
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

ul.views {
	margin: 30px 0 0 -5px;
	text-align: left;
	float: right;
}

ul.views li {
	font: bold 11px arial, sans-serif;
	text-decoration: none;
	color: #ccc;
	display: inline;
	margin:0 0 0 5px;
}

ul.views li a:link, ul.views li a:visited {
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
}

ul.views li.selected a {
	text-decoration: none;
	font-weight: bold;
}

p {
	font: normal 11px/16px arial, sans-serif;
	color: #999;
	text-align: left;
}

p a:link, p a:visited {
	color: #999;
	text-decoration: underline;
}

p a:hover, p a:active {
	text-decoration: none;
}


p.caption {
	margin: 30px 0 0 0;
	font: normal 11px arial, sans-serif;
	color: #999;
	text-align: left;
	float:left;
}

p.footerText {
	font: normal 10px arial, sans-serif;
	color: #eaeaea;
	text-decoration: none;
}

p.footerText a:link, p.footerText a:visited {
	text-decoration: underline;
	color: #eaeaea;

}

tr {
	width: 100%;
}

td {
	font:normal 11px/16px arial, sans-serif;
	color: #999;
	width: auto;
	padding: 0 10px 10px 0;
}

td.strong {
	font-weight: bold;
}

td a:link, td a:visited {
	color: #999;
	text-decoration: underline;
}

td a:hover, td a:active {
	text-decoration: none;
}

strong {
	font-weight: bold;
}
