
/* Layout/CSS specific to all SECTION INTRO  Pages */


/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / SUBNAV & LEFT COLUMN AREA  ------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / CONTENT COLUMN  -----------------------------------------------------------------*/


#contentColumn {
	width: 450px;
	margin: 0 0 0 254px;
	padding: 30px 0 0 0;
}


#imageBlock {
	width: 515px;
	height: 289px;
	margin:  0 0 0 221px;
	padding: 0;
	background-image: url(../images/shared/horizRule_single.gif);
	background-position: 0px 288px;
	background-repeat: repeat-x;
}

/* Alt properties for standards-based browsers */
html > body #imageBlock { margin: 0 0 0 224px;} 

#mainImg {
	margin: 0;
}
