body {
  background: transparent url('images/bgpattern.png');
  font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #1313AA;
}

a:hover {
	text-decoration: underline;
	color: white;
}

div.mainArea {
  width: 850px;
  margin: 20px auto;
  padding: 40px 0;
  background-color: #A4B6BF;
  border: 1px solid black;
}

div.headerStripe {
	background: transparent url('images/headerbg.png');
	height: 75px;
}

div.headerName {
	margin-top: 4px;
	width: 306px;
	height: 71px;
	float: left;
	background: transparent url('images/headername.png') no-repeat;
}

div.headerName h1 {
	display: none;
}

div.headerSlogan {
	float: right;
	margin: auto 15px;
}

div.headerSlogan h2 {
	font-weight: normal;
	color: white;
}

div.clearing {
	clear: both;
}

div.navBlocks {
	margin: 70px 0;
	height: 242px;
	background: transparent url('images/speedlines.png') repeat-x;
}

div.footerStripe {
	height: 17px;
	background: transparent url('images/footerbg.png') repeat-x;
	clear: both;
}

ul.homeNav {
	list-style-type: none;
	margin: 0 auto;
	width: 740px;
	height: 242px;
	padding: 0;
}

ul.homeNav h3 {
	display: none;
}

ul.homeNav li {
	display: block;
}

li#intro {
	background: transparent url('images/intro_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

li#portfolio {
	background: transparent url('images/portfolio_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 40px;
	margin-left: -2px;
	float: left;
}

li#skills {
	background: transparent url('images/skills_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 0px;
	margin-left: -2px;
	float: left;
}

li#interests {
	background: transparent url('images/interests_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 40px;
	margin-left: -2px;
	float: left;
}

li#contact {
	background: transparent url('images/contact_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 0px;
	margin-left: -2px;
	float: left;
}

li#links {
	background: transparent url('images/links_inact.png') no-repeat;
	width: 125px;
	height: 202px;
	position: relative;
	top: 40px;
	margin-left: -2px;
	float: left;
}

div.footerLink {
	text-align: right;
	margin: 10px 15px -6px 0;
	font-size: 10pt;
}

div.validationLogos {
	width: 216px;
	margin: 10px auto;
}

div.validationLogos p {
	float: left;
	width: 88px;
	margin: 0 10px 20px 0;
}

ul.subNav {
	margin: 10px 20px 0 20px;
	list-style-type: none;
	padding: 0;
	font-size: 13pt;
	float: left;
}

ul.subNav li {
	display: inline;
	padding: 0;
	margin-right: 15px;
}

div.bodyArea {
	margin: 20px;
	line-height: 1.8em;
}

div.bodyArea h1 {
	font-weight: normal;
	color: white;
	margin-top: 30px;
}

div.bodyArea h2 {
	font-weight: normal;
	color: white;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}

div.bodyArea p {
	margin: 10px 0 30px 0;
}

img.sixteenBit {
	float: right;
	margin: -30px 0 10px 10px;
}

img.thumbnail {
	float: right;
	margin-left: 10px;
}

div.thumbnailArea {
	width: 500px;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

img.gameThumbnail {
	float: left;
	border: 1px solid white;
	padding: 10px;
	margin: 10px;
}

div.bodyArea h2.gameHeader {
	clear: both;
	padding-top: 30px;
	margin-top: 0;
}

div.formCell {
	width: 350px;
	margin: 0 auto;
}

span.formLabel {
	display: inline-block;
	width: 200px;
	height: 50px;
	float: left;
}

span.formField {
	display: inline-block;
	width: 150px;
	height: 50px;
	float: right;
}

p.buttonArea {
	text-align: center;
}

.hidden {
	display: none;
}

body.splashPage {
	background: white;
}

img.nametag {
	display: block;
	width: 300px;
	height: 238px;
	margin: 150px auto;
}