/*****************************************************************************/
/** Consistent elements across most internal pages.							**/

h2 {
	margin: 0px 0px 50px 0px;
	border: 0px;
	padding: 0px;
	
	width: 900px;
	height: 45px;
}

#body_about h2 	{ background-image: url(../images/h_about.gif); }
#body_approach h2	{ background-image: url(../images/h_approach.gif); }
#body_contact h2	{ background-image: url(../images/h_contact.gif); }
#body_archive h2	{ background-image: url(../images/h_archive.gif); }



/*****************************************************************************/
/** Hooks to change the top menu item for the appropriate pages.			**/
/** Also includes a bit of positional jiggling when necessary.				**/

/* "About" menu tweaks.
 */
#body_about a#about{
background: url(../images/menu/blocker.gif);
	height: 1px;}



/* "Approach" menu tweaks.
 */


#body_approach a#approach {background: url(../images/menu/blocker.gif);
height: 1px;
}



/* "Archive" menu tweaks
 */


#body_archive a#archive{
background: url(../images/menu/blocker.gif);
	height: 1px;}

/* "Contact" menu tweaks
 */

#body_contact a#contact{
background: url(../images/menu/blocker.gif);
	height: 1px;}

.center {
	width: 700px;
	margin: 0px 100px 50px 100px;
}

/* **************** odds n'sods ************ */
.offset	{margin-left: 150px;}

