﻿/*************************************
* CSS: Standard Large Text StyleSheet
* Created: 2006.05.05 By: Lee Eschen
*	Version: 2008.03.12 No: 1.00
* Changed: 2008.03.12 By: Lee Eschen
*************************************/

html, body
{
	font-size: 20px;
}

#viewport
{
	width: 100%;
}

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

#heading
{
	background: #ccccff;
	background-image: none;
}

#scroller
{
/*margin-top: 88px;*/
}

h1
{
	font-size: 60px;
	margin-top: 6px;
}

h2
{
	font-size: 24px;
}

h3, h4,
span.head3,
span.head4
{
	font-size: 1.5em;
}

h5, h6,
span.head5,
span.head6
{
	font-size: 1.25em;
}

p
{
	font-size: 1.25em;
}

.banner,
.banner h4
{
	font-size: 18px;
}

/*END*/

