@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */
html, body, div,h1, h2, ul, li{
	margin: 0;
	padding: 2px 2px 2px 2px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
	list-style:none;
}

/* Basic CSS Styles */
body{
	background-color:#003333;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}

/* Liquid Page Wrapper Styles */
#wrap {
	min-width: 960px;
	max-width: 1240px;
	padding: 0 100px;
	color:#000000;
}
#innerwrap {
	background-color: #FFFFFF;
	height:640px;
}

/* Header Area Styles */
#header {
}

h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0px;
}
a{color:#FFFFFF;}
#header ul {
	margin: 0 0 0px 0;
	background-color: #000000;
	list-style-type: none;
	list-style: inside;
	height: 32px;
	width:
}
#header ul li {
	display: inline;
	padding: 4px;
	line-height: 32px;
	text-decoration: none;
}
#header ul li a:hover {
	border-bottom: 8px solid;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
	color:#FFFFFF;
}

h2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0px;
	color:#FFFFFF;
	}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bolder;
	color: #000000;
	word-spacing: 1em;
}
/* Body Area Styles */
.nav {
	width:330px;
	margin:0 0 4px 0;
}
#nav ul{
list-style:none;
}

#nav ul li {
	line-height: 32px;
	padding: 2px 0 4px 0;
}

.navTextA a{
	color:#000000;
	padding:4px;
	position:absolute;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	left: 578px;
	top: 152px;
	color:#000000;
	text-decoration: none;
}
.navTextB a{
	color:#000000;
	text-decoration: none;
	padding:0px;
	position:absolute;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	left: 578px;
	top: 300px;
}
.navTextC a{
	color:#000000;
	text-decoration: none;
	padding:0px;
	position:absolute;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	left: 578px;
	top: 511px;
	height: 19px;
}

.navback {
	font:"Courier New", Courier, monospace;
	font-size:12px;
	width: 196px;
	position: absolute;
	left: 850px;
	top: 104px;
	}
	.navback a:hover {
	border-bottom: 8px solid;	
	text-decoration:none;
	}
	/*Links*/
.links a:hover {
	border-bottom: 1px solid;	
	text-decoration:none;
	}
	.bio{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:bold;
	}
	
	
/* Footer Area Styles */
#footer {
	clear: both;
	padding-left:100px;
	width:960px;
}
#footer p {
font-family:"Courier New", Courier, monospace;
	margin: 0;
	padding: 0 0 0 0;
	border-top: 2px solid #111;
	font-size: 14px;
}
