
	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: 250px;
		left: 240px;
		width: 450px;
		border: thin solid #736562;
		background:  white;
		}
		
		.welcome {
		position: absolute;
		top: 20px;
		left: 240px;
		width: 450px;
		border: thin solid #736562;
		background:  white;
		}
		
		.welcome h1 { padding-top: 0px; }
		
				
	.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: 250px;
		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-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, .welcome 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; }
		
	.buy {
	
		position: absolute;
		width: 240px;
		top:450px;
		left: 0px;
		padding-top: 0px;
		z-index: 1;
		border: none;
		text-align: center;
		text-decoration: none;
	
					}
					
		.buy h1 { 
		padding-bottom: 0px;
		margin-bottom; -10px;
		font-size: 24px;
		border: none;
		font-size: 24px;
		}
		
		.buy p { margin-top: 0px; margin-top: -10px; margin-left: -10px; }
		
		.buy h1 a { text-decoration: none;}
					
	.welcome p { width: 300px; }
	
		