/****************************************
* CSS: Standard Large Text StyleSheet	*
* Created: 2006.05.05 By: Lee Eschen	*
* Version: 2007.02.02 No: 1.0.2			*
* Changed: 2007.04.04 By: Lee Eschen	*
****************************************/

#viewport
{
	left: 0;
	min-width: 750px;
	width: 100%;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	min-width: 750px;
}

#heading
{
	width: 100%;
}

html>body #header
{
	position: fixed;
	width: 100%;
}

#footer
{
	bottom: 0;
	left: 0;
	font-size: 16px;
	min-width: 750px;
	width: 100%;
}

html>body #footer
{
	position: fixed;
	width: 100%;
}

#scroller
{
	font-size: 24px;
}

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

.column_head, .column_body
{
	font-size: 24px;
}
/*END*/
