
	body
		{
		background-image: url(../graphics/backg01.jpg);
		}	

	#leftwrap
		{
		width: 25%;
		float: left;
		}

	#pageid
		{
		width: 200px;
		height: 50px;
		border-top: 1px solid #000080;
		border-bottom: 1px solid #000080;
		margin-top: 20px;
		margin-left: 20px;
		}

	ul.nav
		{
		margin-left: 40px;
		list-style-type: none;
		font-family: arial;
		line-height: 1.7em;
		}

	ul.nav a
		{
		text-decoration: none;
		}

	#mainwrap
		{
		width: 75%;
		margin-top: 20px;
		float: right;
		}

	#biogwrap
		{
		width: 75%;
		margin-top: 20px;
		float: right;
		}
	

	#headpix
		{
		position: relative;
		width: 100%;
		top: 20px;
		left: 5px;
	
		}

	#tdpic
		{
		width: 200px;
		height: 265px;
		float: left;
		margin-right: 5px;
		}

	#text
		{
		position: relative;
		width: 95%;
		top: 20px;
		}
		
	#comment
		{
		border-bottom: 1px solid #000080;
		}

	h1, h2, h3, h4
		{
		font-family: "times new roman";
		font-style: italic;
		color: #676767;
		}

	p
		{
		font-family: "times new roman";
		font-weight: bold;
		font-style: italic;
		font-size: 1.1em;
		color: #676767;
		}
			
	#signature
		{
		float: right;
		margin-top: 10px;
		}
	
