/*
Tim, this file contains styles used in your site.
For more info read up on 'Cascading Style Sheets'
*/

html, body {

	margin:20px;

	padding:0;

	max-width:804px;

	margin-right:auto;

	margin-left:auto;

	height:101%; /*forces scroll bars even on short pages */

	background-color:#fff;


	}



body {

	font-family: Garamond, Arial, Helvitica, Geneva, Swiss, SunSans-Regular;

	font-size: medium;

	font-style: normal;

	color:#005b2b; 

	}

#container {

	border:#1F1FFF solid 2px;

	background-color:#fff3d6;

		}

p   {font-size:100%;
	text-align: center;
	}	



h1  {
	font-size:200%;
	font-weight:bold;
	text-align: center;
	}



h2  {font-size:150%;
	text-align: center;
	}



h3	{font-size:130%;
	text-align: center;
	}



h4	{font-size:110%;
	text-align: center;
	}
