body, html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Times New Roman, serif;
	color: #000000;
}

.outer {
	width: 100%;
}

.page-wrapper {
	padding: 0;
	width: 480px;
	border: none;
}

html .page-wrapper {
	margin: 40px 0;
}

h1 {
	font-family: Arial, sans-serif;
	color: #FFE81F;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	display: block;
}

.catchphrase {
	margin: 0;
}

#catchphrase {
	text-align: center;
	font-size: 14px;
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #FFE81F;
	line-height: 1;
}

html #catchphrase {
	margin: 15px 0 20px 0;
	width: 480px;
	position: relative;
}

html .netscape-catchphrase-bottom-margin {
	display: none;
}

.navigation {
	margin: 0;
}

.tab-control {
	display: block;
	float: left;
	padding: 3px 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: none;
	width: 80px;
	margin: 0;
	background: #C0C0C0;
}

.tab-control a {
	text-decoration: none;
}

.tab-control-active {
	display: block;
	float: left;
	padding: 3px 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: none;
	width: 80px;
	margin: 0;
	background: #C0C0C0;
}

.tab-control-active a {
	text-decoration: none;
}

html .tab-control {
	margin: 0 1px 0 0;
	background: #969696;
}

html .tab-control a {
	color: #4A4A4A;
}

html .tab-control-active {
	margin: 0 1px 0 0;
	background: #C0C0C0;
}

html .tab-control-active a {
	color: #000000;
}

.clearfix {
	clear: both;
	display: table;
}

html .clearfix {
	display: none;
}

.main {
	background: #C0C0C0;
	padding: 10px;
	border: none;
	width: 480px;
	margin-top: -5px;
	height: 350px;
	overflow: hidden;
}

html .main {
	margin-top: 0;
}

.main h2 {
	font-size: 24px;
	margin: 5px 0 0 0;
}

html .main h2 {
	margin: 20px 0 15px 0;
}

.main .text {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

html .main .text {
	margin: 0 0 15px 0;
}

.face-image {
	float: left;
}

html .face-image {
	margin-right: 10px;
}

.bio-text {
	padding-right: 10px;
}

.footer {
	margin-top: 0;
	color: #FFE81F;
	font-size: 12px
}

html .footer {
	margin-top: 10px;
}

.footer a {
	color: #FFE81F;
	text-decoration: underline;
}

.made-by {
	float: left;
}

.copy {
	float: right;
}

/* Adjustments for modern browsers */

* {
	box-sizing: border-box;
}