
#content {
	position: relative;
	border-top: 1px solid transparent;
	overflow: auto;
}

	#content #intro-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 480px;
		height:  270px;
	}

	#content #intro-text {
		position: absolute;
		top: 0;
		right: 0;
		width: 257px;
		height: 270px;
		overflow: auto;
		color: white;
		background: #3e3e3e;
	}

		#content #intro-text h2 {
			color: #87c8a6;
			font-size: 12px;
			margin: 20px 20px 10px;
			text-transform: uppercase;
		}

		#content #intro-text h3 {
			color: white;
			font-size: 16px;
			margin: 10px 20px;
		}

		#content #intro-text p {
			font-size: 12px;
			line-height: 1.35;
			margin: 7px 30px 7px 20px;
			color: #8a8a8a;
		}

			#content #intro-text p a {
				color: #87c8a6;
				text-decoration: none;
			}

			#content #intro-text p a:focus,
			#content #intro-text p a:hover {
				color: white;
				text-decoration: underline;
			}

	#content #about {
		margin: 270px 0 0 0;
		padding: 0;
		color: black;
		background: white;
		border-top: 1px solid white;
		min-height: 300px;
		width: 480px;
		float: left;
	}

		#content #about h2 {
			color: #87c8a6;
			font-size: 12px;
			margin: 20px 20px 10px;
			text-transform: uppercase;
		}

		#content #about h3 {
			color: #3e3e3e;
			font-size: 14px;
			margin: 30px 20px 5px 20px;
			font-weight: bold;
		}

		#content #about p {
			font-size: 12px;
			line-height: 1.35;
			margin: 10px 20px;
			padding: 0;
			color: #808080;
		}

		#content #about p.lead {
			color: #3e3e3e;
			font-weight: bold;
			font-size: 16px;
			margin: 20px 20px 10px 20px;
			padding: 0;
		}

			#content #about p a {
				color: #87c8a6;
			}

			#content #about p a:focus,
			#content #about p a:hover {
				color: #3e3e3e;
			}

				#content #about p a img {
					border: 0;
				}

	#content #contact {
		margin: 270px 0 0 480px;
		border-top: 1px solid transparent;
	}

		#content #contact h2 {
			color: #87c8a6;
			font-size: 12px;
			margin: 20px 20px 10px;
			text-transform: uppercase;
		}

		#content #contact h3 {
			font-size: 12px;
			font-weight: normal;
			margin: 20px 20px 0 20px;
		}

		#content #contact a {
			display: block;
			font-size: 12px;
			color: #808080;
			margin: 0 20px 0 20px;
			text-decoration: none;
		}

			#content #contact a:focus,
			#content #contact a:hover {
				color: white;
				text-decoration: underline;
			}


