@font-face {
	font-family: 'computerpatrick';
	src: url('humanist-521-bt.ttf') format('truetype');
}
@font-face {
	font-family: 'computerpatrick-b';
	src: url('humanst521-bt-bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'computerpatrick-ib';
	src: url('humanst521-bt-bold-italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
body {
	font-family: computerpatrick-b;
	font-size: 10pt;
	background-color: #231f20;
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper {
	width: 700px;
	min-height:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#header {
	font-family: computerpatrick-ib;
	padding:10px;
	background:#02aef0;
	font-size: 20px;
}
#content {
	font-family: computerpatrick;
	color: #dedddd;
	padding:10px;
	padding-bottom:90px;   /* Height of the footer element */
	background-color: #231f20;
}
#footer {
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	background:#231f20;
	padding: 10px;
}
#headshot{
	position: relative;
	float: right;
	top: -20px;
	right: 20px;
	z-index: 100;
}
.gold {
	font-family: computerpatrick-b;
	color: #e3d33a;
	font-weight: bold;
	background-color: #231f20;
	border: 0px solid #000000;
	text-align: center;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: -10px;
    width: 510px;
    border-style: inset;
    border-width: 1px;
	color: #01b1ea;
} 