
html 			{background: #ffffff repeat-x;}

/* Font Size is Set in the Body, Then the Wrapper */
body			{padding: 0; font-size: 76%; 
				margin: 0; letter-spacing: 0.08em; 
				font-family:  georgia, "times new roman", serif;}
				
h1 			{text-align: center;	margin: 0 0 1.5em 0; 
				font-family: georgia, serif; 
				color: #22354c;}
				


/* Declared General Classes */

.bigletter {text-indent: 3em;}

.bigletter:first-letter 	{font-size: 2em; font-weight: bold; 
									font-family: "times new roman";
									line-height: 0;}


/* Divider to Enclose All Content */
div#wrapper 	{width: 95%; font-size: 1em; margin: 0 auto; 
					padding: 0;}

/* Header Element */
div#header 	{margin: 1em auto 0 auto; padding: 0; 
				border: solid thin #22354c; clear: both;
				height: 100px; width: 100%; border-style: ;
				display: block; position: relative;
				background: #7F7A71 repeat-x url("Images/background-header.png");}


/* Main Image for Index Header */
img#indexheader, a#headerimage, a#headerimage:hover 
								{display: block; width: 475px; 
								height: 80px; position: absolute;
								margin: 0; bottom: 0; left: 0;
								background: no-repeat;}
								 
img#indexheader 	{background: url("Images/the-foundation-alpha1c-big.png");}


/* Middle Division for Main Content */				
div.main 	{font-size: 1em; position: relative; 
				margin: 0 17em 2em 17em; overflow: auto;
				padding: 3em; max-height: 100em;
				text-align: justify; top: 2em; z-index: 1; 
				font-family: verdana, sans-serif; 
				border: #22354c solid thin; letter-spacing: 0;
				background: repeat url("Images/background-main.png");} 

div.main p 	{font-size: 1.1em; margin-top: 1em;}



