
	body {
		font: Bauer Bodoni, Times, serif;
		color: #736562;
		}
		
	.main {
		width: 800px;
		margin-top: 60px;
		margin-left:0px;
		height: 100%;
		}
	
	
	.nav {
		position: absolute;
		top: 60px;
		left: 15px;
		width: 210px;
		}

	
	.body-square  {
		position: absolute;
		top: 60px;
		left: 240px;
		border: thin solid #736562;
		background:  white;
		width: 450px;
		height: 470px;
		}
		
	.body {
		position: absolute;
		top: 120px;
		left: 240px;
		width: 450px;
		border: thin solid #736562;
		background:  white;
		}
		
	.welcome { width: 450px; }
		
				
	.nav ul {
		list-style: none;
		text-align: right;
		font-family: Bauer Bodoni, Times, serif;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 0px;
		font-size: 10pt;
		line-height: 16pt;
		}
				
		
	.contact  {
		position: absolute;
		font-size: 9pt;
		width: 98px;
		top: 350px;
		left: 705px;
		padding-top: 0px;
					}
		
	
	.footer { width: 800px; }
	
		
	.seal  {
		position: absolute;
		left: 600px;
		top: -15px;
		}
		
	h1	{
		font-family: Bauer Bodoni, Times, Times New Roman, serif;
		text-transform: uppercase;
		font-size: 18px;
		width: 80%;
		color: #83A77F;
		padding-top: 90px;
		padding-bottom: 7px;
		margin-left: 15px;
		border-bottom: thin solid #78CDD1;
		}
		
	h2  {
		font-size: 11px;
		color: #736562;
		text-transform: uppercase;
		padding-left: 15px;
		margin-bottom: 0px;
		}
		
	h3 {
		color: #83A77F;
		font-size: 9pt;
		margin-bottom: 0px;
		
		}
		
		
	.flower {
		position: absolute;
		z-index: 0;
		left: 0px;
		top: 240px;
		}
	
	
	.body p, .body-square p 
		{
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 15pt;
		text-align: justify;
		font-size: 9pt;
		margin-top: 4px;
		margin-bottom: 4px;
		}
		
		.body ul, .body-square ul  {
		font-size: 8pt;
		padding-right: 10px;
		}

	.contact p { margin-top: 0px; }

	.nav a:link, .nav a:visited, .nav a:hover 
		{
		text-decoration: none; 
		}
	
	a:link, a:visited 
		{
		color: #736562;
		}
		
	a:hover 
		{
		color: #83A77F;
		}
		
		.top { text-align: right; float: right; color:#83A77F; }
		