	
/* sets the background image and borders for the bottom of a sections content area */	
	.mainarea01 {
	background-image: url(../images/BG_globefork_01.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #00674E;
	border-right: 1px solid #00674E;
	background-position: bottom left;
}

	.mainarea02 {
	background-image: url(../images/BG_globefork_02.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #00674E;
	border-left: 1px solid #00674E;
	background-position: bottom left;
}
	


	
	/* sets page-specific widths for main content */
	.Content { width: 360px;}

	.Content h1  { width: 580px;}

	.Content h2  { width: 400px;}

	.Content h3  { width: 580px;}

	.Content h4  { width: 360px;}

	
