/*************************************
* CSS: Standard Normal Text StyleSheet
* Created: 2006.05.05 By: Lee Eschen
*	Version: 2008.03.12 No: 1.00
* Updated: 2008.04.04 By: Lee Eschen
* Changed: Debugging - Final
*************************************/

body
{
	font-size: 100%;
}

#viewport
{
	width: 80%;
}

#header,
#footer
{
	left: 10%;
	right: 10%;
}

#heading
{
	background: #f5e5b7
		url("../photos/mallardsinflight[head].jpg")
		repeat-x center 22%;
}

h1.name
{
	font-size: 28px;
}

h1.estb
{
	font-size: 18px;
}

p
{
	font-size: 16px;
}

/*END*/