
body {
	margin: 0;
	padding: 0;
	background-color: #2d2d2d;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #aaa69e;
}

a:link {
	color: #ddd9cf;
	text-decoration: none;
}

a:visited {
	color: #ddd9cf;
	text-decoration: none;
}

a:active {
	color: #ddd9cf;
	text-decoration: none;
}

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

div.wrapper {
	position: absolute;
	top: 25%;
	left: 50%;
	margin: -150px auto 0 -513px;
	padding: 0;
	width: 1025px;
	height: auto;
	min-height: 629px;
}

div.home {
	margin: 0;
	padding: 0;
	width: 1025px;
	height: 629px;
	background: transparent url("/images/bg-home.jpg") top center no-repeat;
}

div.bio {
	margin: 0;
	padding: 0;
	width: 1025px;
	height: 629px;
	background: transparent url("/images/bg-bio.jpg") top center no-repeat;
}

div.cv {
	margin: 0;
	padding: 0;
	width: 1025px;
	height: 629px;
	background: transparent url("/images/bg-cv.jpg") top center no-repeat;
}

div.contact {
	margin: 0;
	padding: 0;
	width: 1025px;
	height: 629px;
	background: transparent url("/images/bg-contact.jpg") top center no-repeat;
}

div.footer {
	margin: 20px 0 0 0;
	padding: 0;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: center;
}

div.footer a:link {
	color: #494949;
	text-decoration: none;
}

div.footer a:visited {
	color: #494949;
	text-decoration: none;
}

div.footer a:active {
	color: #494949;
	text-decoration: none;
}

div.footer a:hover {
	color: #696969;
	text-decoration: underline;
}

div.menu-main {
	position: absolute;
	top: 563px;
	right: 45px;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 26px;
}

div.menu-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.menu-main ul li {
	float: left;
}

div.menu-main ul li a {
	display: block;
	width: 110px;
	height: 26px;
	text-align: center;
/*	border: 1px solid #ffff00; */
}

div.menu-main ul li a em {
	display: none;
}

div.text-box {
	position: absolute;
	top: 80px;
	left: 335px;
	margin: 0;
	padding: 0;
	height: 446px;
	width: 610px;
	overflow: auto;
}

p {
	margin: 0;
	padding: 10px 15px;
	text-align: justify;
	line-height: 16pt;
}

.text-header {
	font-style: oblique;
	font-weight: bold;
	font-size: 1.5em;
	color: #88836c;
}

div.footer p {
	text-align: center;
}

p.printer-friendly {
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

.section-header {
	font-weight: bold;
	font-size: 1.25em;
}

