/* CSS Document */

/* Layout for One Column page.  Print specs are in Print.css  */


#wrapper  /* This wraps the whole page and centers it */
{
	width:800px;
	margin: 0 auto;
	height:100%;
}

#mainArea  /* Container for main content area */
{
	margin:0;
	padding:0 0 20px 0;
	width:800px;
	text-align: left;
	height:100%;
	background-color: #FFF;
	border-top:5px solid #F4F4F4;
}


#content /* Content is where all content goes in all style sheets, width is different */
{
	float:left;
	margin:0;
	width:800px;
	padding: 0px;
	height:100%;
	background-color: #FFF;
}

/*******************************************************************/
/*      Infoboxes - Content that goes inside left & right boxes    */
/*******************************************************************/

.infoBox /* Left or Right Info Boxes inside the left/right columns */
{
	border: 1px solid #BBB;
	background-color: #F4F4F4;
	
}



/********************************************************************/
/*     Individual classes to push things around and format them     */
/********************************************************************/

.mainImg
{
	margin: 5px 0 0 0;
}


