/* CSS Document */
#bodyWrapper	{	
				width: 800;
				margin-left: auto;
				margin-right:  auto;
				margin-top:0;
				padding:0;
				}
#headerWrapper	{
				height:160px;
				background-color:#7EA58B;
				margin-top:0;
				padding-top:5;
				padding-bottom:5;
				-webkit-border-radius:  15px;
				-moz-border-radius:  15px;
				border-radius:  15px;
				}
#header			{
				width: 800px;
				margin-top:0;
				margin-left:auto;
				margin-right:auto;
				color:#000000;
				text-align:center;
				}
#header h1		{
				font-family:Georgia, "Times New Roman", Times, serif;
				}	
#header h2		{
				font-family:Georgia, "Times New Roman", Times, serif;
				}	
				
							
body			{
				font-family:Geneva, Arial, Helvetica, sans-serif;
				}