/*************************************
* CSS: Standard Normal Text StyleSheet
* Created: 2006.05.05 By: Lee Eschen
*	Version: 2007.12.03 No: 1.00
* Changed: 2007.12.03 By: Lee Eschen
************************************/

body
{
	font-size: 100%;
}

#viewport
{
	width: 80%;
}

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

#footer
{
	font-size: 80%;
}

#heading
{
	background: #bbbbff
		url("../images/header_strip5.jpg")
		repeat-x center 35%;
}

#scroller
{
	font-size: 16px;
}

#nav_column,
#main_column,
#ads_column
{
	font-size: 16px;
}

.column_head,
.column_body
{
	font-size: 16px;
}

h1.name
{
	font-size: 24px;
	margin: 50px 5% 0 5%;
}

h1.estb
{
	font-size: 18px;
	margin: 10px 2% 0 132px;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
	line-height: 1.2em;
}

p
{
	font-size: 1em;
	line-height: 1.2em;
}

/*END*/