.centerPage {
	text-align: center;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
body
{
	padding:0px;
	background:#000 url(homeImages/back_repeat2.jpg) repeat-x 000000;
	margin:20px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color:#888;
	font-style: normal;
}
#footerText {
	display:inline-block;
	width:900px;
	height:50px;
	text-align:center;
	background:url(homeImages/NAPP_logo.jpg) right top no-repeat;
}


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_1 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 1 Columns
----------------------------------------------------------------------------------------------------*/

.container_1 .grid_1 {
	width:900px;
}



/* Prefix Extra Space >> 1 Columns
----------------------------------------------------------------------------------------------------*/



/* Suffix Extra Space >> 1 Columns
----------------------------------------------------------------------------------------------------*/



/* Push Space >> 1 Columns
----------------------------------------------------------------------------------------------------*/



/* Pull Space >> 1 Columns
----------------------------------------------------------------------------------------------------*/




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
