body{
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

#wrapper {
	background: #f5f9fc;
	margin: 0 auto;
	width: 76.2em;
}
	#head {
		background: #fff;
		height: 11.3em;
		width: 76.2em;
	}
	#head img {
		border: none;
	}
	#head h1 {
		display: none;
	}
#content {
	background: #f5f9fc;
	border: .1em solid #ff8a0d;
	border-top: none;
	float: left;
	padding: 0 0 1em 0;
	width: 76em;
}
	#content h3 {
		background: #f5f9fc;
		color: #444;
		font-size: 1.3em;
		margin: 2em 1.7em .5em 1.7em;
	}

	#plyr {
		background-color: #f5f9fc;
		float: left;
		height: 28em;
		margin: 0 2em 3em 2em;
		width: 32em;
	}
	
#sideMenu {
	background: #f5f9fc;
	float: left;
	margin: 0 0 0 1em;
	width: 36em;
}
	#sideMenu h3 {
		background: #f5f9fc;
		color: #a94f13;
		font-size: 1.6em;
		margin: .2em 0 .5em 0;
	}
	
	
	#videoLinks {
		background: #f5f9fc;
	}
	#videoLinks ul {
		position: relative;
		right: 2em;
	}
		#videoLinks a:link, a:visited {
			color: #ff8a0d;
			display: block;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
		}
		#videoLinks a:hover {
			color: #444;
		}
		.veggies {
			background: #f5f9fc url(../img/veggiesVidBtn.jpg) no-repeat center;
			border: none;
			height: 11.5em;
			width: 31.5em;
		}
		.handyman {
			background: #f5f9fc url(../img/handymanVidBtn.jpg) no-repeat center;
			border: none;
			height: 11.5em;
			width: 31.5em;
		}
		#videoLinks span {
			left: 10.6em;
			position: relative;
			top: 7em;
		}
		
	#friend {
		background: #f5f9fc;
		float: left;
		margin: 1em 0 0 0;
		padding: .5em;
		width: 36em;
	}
		.form {
			background: #f5f9fc;
			border: none;
		}
		.friendForm {
			background: #f5f9fc;
			border: .1em dotted #ff8a0d;
		}
		.col1 {
			background: #f5f9fc;
			float: left;
		}

		.col2 {
			background: #f5f9fc;
			float: left;
		}
		#friend ul {
			clear: both;
			margin: 1em;
		}
		#friend li {
			font-size: 1em;
			float: left;
			line-height: 1.8em;
			padding: .5em 1em;
			margin: 0;
		}
		#friend label {
			background: #f5f9fc;
			color: #969c3a;
			font-size: 1.2em;
			font-weight: bold;
			float: left;
			padding: .1em 0 0 0;
		}
		#friend input {
			background: #e0e2c0;
			border: .1em solid #969c3a;
			color: #444;
			float: right;
			padding: .5em;
			margin: 0;
		}
		#friend input:hover, input:focus {
			background: #ffd69c;
			border: .1em solid #969c3a;
		}
		.disc {
			background: #f5f9fc;
			color: #444;
			float: left;
			font-weight: bold;
			line-height: 1.2em !important;
		}
		.btn {
			background: #f5f9fc;
			font-size: 1.2em !important;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
#foot {
	clear: both;
	color: #B2B2B2;
	float: left;
	font-size: 1em;
	width: 76em;
}
	#foot ul {
		margin: .5em .5em;
	}
	#foot ul li {
		display: inline;
	}
	#foot li a {
		color: #B2B2B2;
		float: right;
		margin: 0 0 0 1em;
		padding: 0 .7em;
		position: relative;
		top: -1em;
	}
	#foot a:hover {
		background: #ff8a09;
		color: #fff;
	}