body {
		text-align: center; /* for IE */
		margin: 0px 0px 0px 0px;
		background-color: #000000;
		}

#header {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 800px;
		height: 175px;
		background-color: #000000;
		}

#content {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 620px;
		font-family: Georgia, Times;
		color: #FFFFFF;
		background-color: #000000;
		}

#indent {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 520px;
		font-family: Georgia, Times;
		color: #FFFFFF;
		background-color: #000000;
		}

		
h1
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h2
	{
		margin-top: 4;
		margin-bottom:2;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
h3
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h4
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h5
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
