body 
{
 margin: 0px;
 padding: 0px;
 color: #ffffff;
 background-color: #e5b80b;
 text-align: center;
 }

.wrapper
{
 position: relative;
 width: 900px; 
 margin: 20px auto;
}

.viewer 
{
 float: left;
 width: 900px;
 height: auto;
 margin: 20px 4px 4px 4px;
 padding: 0px; 
 border: 0px; 
 background-color: #e5b80b;
 }

.bio 
{
 float: left;
 width: 880px;
 height: auto;
 margin: 20px 4px 4px 4px;
 padding: 0px 10px 0px 10px;
 background-color: #e5b80b;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
 
.footer2 
{
 float: left;
 width: 900px;
 height: 70pt;
 padding: 10px; 
 margin-top:4px;
 margin-bottom:20px;
 margin-right:4px;
 margin-left:4px;
 display: inline;
 }
 
@font-face {
	font-family: 'fonts/coresansbr45-webfont';
	src: url('fonts/coresansbr45-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/coresansbr45-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/coresansbr45-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/coresansbr45-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/coresansbr45-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}


h1 { font-family: 'fonts/coresansbr45-webfont', Times, serif; 
	color: #ffdc73; 
	font-size: 80pt;
	letter-spacing: 2pt;
	line-height: .5;
	text-align: center;
	width: 100%;
	}
h2 { font-family: 'fonts/coresansbr45-webfont', Times, serif; 
	color: #ffdc73; 
	font-size: 12pt;
	letter-spacing: .5pt;
	line-height: 1;
	text-align: justify;
	width: 100%;
	line-height:200%
	}

a {text-decoration: none;}
a:link {color: #ffcf40;}
a:active {color: #000000;}
a:visited {color: #8e711c;}
a:hover {color: #ffffff; text-decoration: underline;}
	
p {margin: 0px 0px 0px 0px;}

blockquote {margin: 2px;}
