* {
	margin: 0;
	padding: 0;
}
html{
	min-height: 100%;
	background: #123305;	
}
body{
	text-align: center;
	background: #4c1107;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: .1em;
}
a{
	color: #ffe02f;
}
#header{
	margin: 0 auto;
	position: relative;
	z-index: 5;
	display: block;
	height: 82px;
	width: 900px;
}
#mainNav{
	list-style: none;
	margin: 0 auto;
	display: block;
	height: 82px;
	width: 900px;
	overflow: hidden;
	clear: both;
}
#mainNav li{
	float: left;
}
#mainNav a{
	padding-top: 50px;
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
	width: 150px;
	text-decoration: none;
}
#mainNav a:hover{
	background: #70170b;
	color: #fff5b0;
}
#mainNav #home a{
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 30px;
	display: block;
	width: 63px;
	height: 83px;
	background: url('logo.gif') top left no-repeat;
}
#mainNav #home span{
	display: none;
}
#mainNav #biography{
	margin-left: 150px;
}
#mainNav #langSelect{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 7;
	top: 20px;
	font-size: .8em;
	letter-spacing: .05em;
	float: right;
}
#mainNav > #langSelect{
	position: absolute;
	top: 95px;
	right: 0px;
}
#mainNav #langSelect a{
	margin: 0;
	padding: 5px;
	color: #70170b;
}
#mainNav #langSelect a:hover{
	color: #a0473b;
	background: transparent;
}
#content{
	border-top: 3px solid #ffe02f;
	border-bottom: 3px solid #ffe02f;
	background: #fffefa;
	line-height: 1.5em;
}
#content #innerBlock{
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 900px;
	position: relative;
	top: -3px;
	background: url('content_back.gif') top left no-repeat;
}
#content #container{
	margin-top: 90px;
	padding-right: 150px;
	padding-bottom: 90px;
	display: block;
	width: 595px;
	position: relative;
	top: 7px;
	float: right;
	text-align: left;
	background: url('footer_back.gif') bottom right no-repeat;
}
#content #innerBlock > #container{
	min-height: 250px;
	overflow: visible;
}
#content #container h1{
	font-weight: normal;
	margin-bottom: 20px;
	color: #e0bb00;
}
#content #container h1 a{
	font-weight: bold;
	text-decoration: none;
	color: #70170b;
}
#content #container p{
	padding-bottom: 20px;
}
#content #container a img{
	border: 3px solid #ffe02f;
}
#content #container p img{
	border: 3px solid #4c1107;
}
#content #container .sections{
	margin-left: 15px;
	list-style: none;
}
#content #container .sections li{
	padding: 5px;
	padding-bottom: 40px;
	float: left;
}
#content #container .sections a img{
	border: 3px solid #70170b;
}
#content #container .imageP{
	text-align: center;
}
#content #container .metaBlock{
	font-size: .9em;
}
#content #container .tocList{
	clear: both;
}
#content #container .tocList .sectionTitle{
	margin: 0;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 10px;
}
#content #container .tocList ul{
	list-style: none;
}
#content #container .tocList li{
	margin-right: 10px;
	float: left;
}
#footer{
	font-size: .7em;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #123305;
	color: #ffe02f;
}
#footer a img{
	border: 3px solid #ffe02f;
}
#footer .prevNext{
	margin: 0 auto;
	margin-bottom: 57px;
	padding: 0;
	display: block;
	height: 100px;
	width: 400px;
	text-align: center;
}
#footer .prevNext a{
	padding-top: 54px;
	padding-bottom: 54px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
}
#footer .prevNext a:hover{
	color: #fff54f;
}
#footer .galleryBack{
	position: relative;
	top: 34px;
}
#footer .previousImage{
	display: block;
	height: 2px;
	width: 110px;
	float: right;
}
#footer .previousImage span{
	display: none;
}
#footer .nextImage{
	display: block;
	height: 2px;
	width: 110px;
	float: left;
}
#footer .nextImage span{
	display: none;
}
#footer .tocList{
	margin: 0 auto;
	display: block;
	padding-left: 75px;
	width: 600px;
	clear: both;
	list-style: none;
}
#footer .tocListSingle{
	margin: 0 auto;
	display: block;
	padding-left: 75px;
	width: 400px;
	clear: both;
	list-style: none;
}
#footer .tocList li, #footer .tocListSingle li{
	padding: 5px;
	float: left;
}
#footer .sectionTitle a, #footer .sectionBack a{
	display: block;
	padding: 5px;
	padding-top: 40px;
	height: 60px;
	width: 100px;
	text-align: right;
	font-size: 1.25em;
	text-decoration: none;
}
#footer .sectionBack a{
	text-align: center;
}
#footer .sectionTitle a:hover, #footer .sectionBack a:hover{
	color: #fff54f;
}
#footer p{
	padding-top: 30px;
	clear: both;
}
.ffix{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}