body {
	font-family: "ITC Officina Sans", "officina sans", Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCCCCC;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.nameblock {
	margin: 0px;
	padding: 0px;
}
.myname {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.mycontact {
	font-size: 0.80em;
}

#contactLayer {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 2;
}
#contentLayer {
	position: absolute;
	left: 20%;
	top: 25%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#flashLayer {
	position: absolute;
	left: 150px;
	top: 100px;
}

#contentPic {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 35px;
	top: 35px;
}

#closeLayer {
	position: absolute;
	left: 35px;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
#infoLayer {
	position: absolute;
	height: 300px;
	width: 300px;
	left: 45px;
	top: 45px;
	z-index: 2;
}
