body {
	background-color:#CD9539;
	background-image:url('/images/biography/background.jpg');
	background-position:top center;
	background-repeat:no-repeat;	
	color: #070800;	
}

a {color: #3C1900; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {
	width: 340px;
	height: 80px;
	padding:0px; margin:0px;
	display:inline;
	float: left;
/*	background-image:url('/images/biography/heitorpereira.gif');
	background-position:right;
	background-repeat:no-repeat; */
}

h1 span { display: none; }

h2 { width: 20px; height: 125px; display:block; padding:0px; margin:0px; 
	
}
h2 span {display:none;}

#nav {
	display: inline;
	float: right;
	position: relative;
	top: 30px;
	left: 0px;
	text-align:right;
}

#text {
	float: right;
	width: 650px;
	text-align:justify;
}

.headshot {
	float:left;
	border:1px solid #000;
	margin: 0px 10px 10px  0px ;
}

#footer {
	position:absolute; display:block;
	width: 250px;
	top: 560px;
	left: 0px;
	color: #664509;
	font-size:9px;
	text-align:left;
}

