/* CSS Document */

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


#wrapper  /* This wraps the whole page and centers it */
{
	width:800px;
	margin: 0 auto;
	background-image: url(../images/art/bg103.jpg);
	background-repeat: repeat-y;
	height:100%;
}

#content /* Main content area.  Right of sideLeft*/
{
	float:left;
	margin:0;
	width:600px;
	padding: 0px;
	border-top: 5px solid #F4F4F4;
	height:1%;
}

#sideLeft /* Left column.  Use .infoBox to put stuff inside */
{
	float:left;
	margin:0;
	height:1%;
	width: 200px;
	padding: 0;
}

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

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