	body {
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
	}
	
/* Global declarations, unless otherwise over-ridden */

h2 {
	font: normal 1.8em;
}

h4 {
	font: normal .75em;
}


/* These first couple of lines in the style sheet specify the font family and size for the document. */


	#wrapper {
		width:800px;
		margin:0px auto;
		border:1px solid #bbb;
		padding:0 10px 0 10px;
	}

/* Here, the page width has been specified as 776 pixels. This wrapper division also has padding of 10 pixels and a border of 1 pixel. The total of these values results in the actual width of the page being 798 pixels. */


	#abt-header {
/*			border:1px solid #bbb; */
	border-bottom:1px solid #bbb;
		height:50px;
		padding: 0 0 10px 10px;
	}

	#abt-header h2 {
		font-weight: bold;
		font-size: 1.6em ;
/*		position: relative;
		top: -40px;
		left: 40px;
		line-height: 250%; */
	}

	#abt-header h3 {
		font-weight: normal
		font-size: 1.6em;
		position: relative;
		top: -10px;
		left: 80px;
	}

	#intro {
/*		border: 1px solid #bbb; */
		border-bottom: 1px solid #bbb;
		padding: 5px 0 0 10px;
	}

	#abt-content {
	position:relative;
		margin-top: 5px;
/*		padding-bottom:10px;
		border:1px solid red; */
	}


	#abt-content div {
/*		border:1px solid green;
		padding: 5px 5px 5px 0;
		float:left;*/
	}

	.commentary {
/*		width: 756px;
		margin-top: 10px;
		border: 1px solid blue; */
		padding: 0 10px 5px 10px;
	}

	.commentary h4 {
		font-family: arial,helvetica,sans-serif;
		font-weight: bold;
		font-size: 12px;
	}


	#link {
		float: left;
		margin: 20px 0 10px 50px;
		font-size: 1.4em;		
	}

	#footer {
		float: left;
		clear: both;
/*		margin: 5px 0 5px 0; */
		padding: 0 5px 0 5px;
	}

