
			html {
				font-size: 16px;
			}
			body {
				font-family: "lucida grande", helvetica, verdana, sans-serif;
				font-size: 62.5%;
				background: #000 url(images/bio_bg.jpg) no-repeat 20px 20px;
				color: #efefef;
				margin: 0;
				padding: 0;
			}
			* body {
				margin: 0;
				padding: 0;
			}
					img {
				border: 0;
			}
			#logo {
				position: absolute;
				margin-left: 150px;
				top: 30px;
				width: 479px;
				height: 39px;
			}
			#nav {
				position: absolute;
				margin-left: 150px;
				top: 70px;
				width: 550px;
				height: 2em;
				
			}
			#nav ul li {
				display: inline;			
			}
			#nav a {
				font-size: 1.1em;
				color: #B8573B;
				margin-right: 1em;
				text-decoration: none;
			}
			#nav a:hover {
				color: #6A82C0;
				background: #eee;
			}
			.thispage a {
				color: #E0CE82;
			}
			#photo {
				position: absolute;
				left: 35px;
				top: 80px;
				width: 200;
				height: auto;
			}
			#maintext {
				position: absolute;
				left: 250px;
				top: 100px;
				width: 490px;
				height: 330px;
				overflow: auto;
				
			}
			#maintext p {
				font-size: 1.2em;
				line-height: 1.5em;
				margin: 1.1em .7em 0 .8em;
			}
			#maintext h1 {
				font-size: 1.6em;
				font-weight: bold;
				color: #6A82C0;
				margin-left: .5em;
			}
			#footer {
				position: absolute;
				left: 8px;
				top: 438px;
				width: 80%;
				height: 2em;
				text-align: center;
				color: #036;				
			}
				#footer a {
				color: #036;		
				text-decoration: none;		
				}
			#footer a:hover {
				text-decoration: underline;
			}

