/*************************************
* CSS: Standard Large 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: 125%;
}

#viewport
{
	width: 100%;
}

#header,
#footer
{
	left: 0;
	right: 0;
}

#heading
{
	background: #f5e5b7;/*parchment-choctint*/
}

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

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

.banner
{
	font-size: 90%;
}

p
{
	font-size: 20px;
}

/*END*/