.logo {
	height: auto;
	width: auto;
	z-index: 2;
	font-family: "Garamond Premr Pro";
	font-size: 46pt;
	color: #333333;
	position: absolute;
}
.logo2 {
	height: auto;
	width: auto;
	z-index: 1;
	font-family: "Garamond Premr Pro";
	font-size: 32pt;
	color: #000000;
	opacity: .95;
	filter: alpha(opacity = 95);
	position: absolute;
}
bio {
	font-size: 12pt;
	color: #CCCCCC;
	background-color: #FFFFFF;
	height: 500px;
	width: 700px;
	border: thin inset #666666;
	overflow: visible;
	position: relative;
	z-index: 99;
	left: 200px;
	top: 200px;
	opacity: .6;
}


.nav {
	background-color: #FFFFFF;
	height: 35px;
	width: 400px;
	position: absolute;
	z-index: 5;
	left: 150px;
	top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: underline;
	font-weight: lighter;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.nav2 {
	background-color: #666666;
	height: 50px;
	width: 250px;
	border: 0px dotted #333333;
	position: absolute;
	z-index: 1;
	left: -2px;
	top: 5px;
	font-family: "Garamond Premr Pro";
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
body {
	background-image: none;
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #939393;
	overflow:hidden;
}
html {overflow-y:hidden; }
