		body		
		{
			margin: 4% 12% 20% 8%;
			background-image: url(images/club_beach.gif);
			background-repeat: repeat;
		}
		
		h2
		{
			color: #001250;
			font-family: sans-serif;
			font-size: 120%;
			font-weight: 300;
		}
		
		p		
		{
			color: tan;
			font-family: serif;
			font-size: 100%;
		}
		
		p.nav
		{
			color: #444;
			font-family: sans-serif;
			font-size: 105%;
		}
		
		p.caption
		{
			color: #444;
			font-family: sans-serif;
			font-size: 90%;
		}
		
		.about
		{
			position: absolute;
			top: 200px;
			left: 100px;
			overflow: visible;
			visibility: visible;
			z-index: 2;
			height: 360px;
			width: 260px;
			background-color: transparent;
			padding: 1em 1em 1em 1.5em;
			background-image: url(images/about_us_beach.gif);
			background-repeat: no-repeat;
		}
		
		.about p { margin: 1em; }
		.about h2 { margin: 1em; }
		
		.right
		{
			position: absolute;
			top: 200px;
			overflow: visible;
			visibility: visible;
			z-index: 1;
			height: 360px;
			width: 400px;
			left: 460px;
			background-color: transparent;
			padding: 1em 2em 1em 2em;
		}
		
		A:link
		{
			color: white;
			background-color: green;
			text-decoration: none;
			padding: .5em;
			font-weight: 600;
		}
		
		A:visited
		{
			color: darkorchid;
			background-color: cornsilk;
			text-decoration: none;
			padding: .5em;
			font-weight: 600;
		}
		
		A:hover
		{
			color: crimson;
			background-color: mistyrose;
			text-decoration: none;
			padding: .5em;
			font-weight: 600;
		}
		
		A:active
		{
			color: black;
			background-color: orange;
			text-decoration: none;
			padding: .5em;
			font-weight: 600;
		}