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

BODY {font-size:62.5%}

.main-content {
	font-size:1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
H1 {font-size:1em}  /* displayed at 12px */


.textBullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	list-style-position: inside;
	list-style-type: circle;
}

.textHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}

.textBlk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
A.text {
	text-decoration: none;
	color: #FAAA16;
}
A.text:hover {
	text-decoration: none;
	color: #000;
}

.text-about {
	background-image: url(../images/image_about_puzzle.jpg);
	position: relative;
	height: 600px;
	width: 680px;
	text-align: left;
	vertical-align: top;
	float: leftoverflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
}
.text-bio {
	background-image: url(../images/image_bio.jpg);
	position: relative;
	height: 623px;
	width: 680px;
	text-align: left;
	vertical-align: top;
	float: leftoverflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
}
.text-contact {
	background-image: url(../images/image_contact.gif);
	position: relative;
	height: 410px;
	width: 680px;
	text-align: left;
	vertical-align: top;
	float: leftoverflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
}

.textSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
A.textSmall {
	text-decoration: none;
	color: #FAAA16;
}
A.textSmall:hover {
	text-decoration: none;
	color: #000;
}

