html {
	background: #2e2d2d url(../img/site-bckgrnd-gradient.gif) repeat-x;
}

body {
	background: url(../img/site-bckgrnd-stripes.png) repeat-y center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: helvetica;
	font-size: 1.1em;
	color: white;
}

#container {
	width: 100%;
}

#header-container {
	width: 100%;
	background-color:#356d3d;
	border-bottom: 1px solid #ffe300;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#356d3d), to(#28522e));
	background-image: -webkit-linear-gradient(top, #356d3d, #28522e);
	background-image: -moz-linear-gradient(top, #356d3d, #28522e);
	background-image: -o-linear-gradient(top, #356d3d, #28522e);
	background-image: -ms-linear-gradient(top, #356d3d, #28522e);
	background-image: linear-gradient(to bottom, #356d3d, #28522e);
	-webkit-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 1px 11px 3px rgba(0,0,0,0.9);
	box-shadow: 0 1px 11px 3px rgba(0,0,0,0.9);
	height: 120px;
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header img {
	padding-top: 10px;

}

#team p {
		
}

#team p img {
	padding: 0 10px 10px 0;
	float: left;	
}

#lemon {
	float: right;
	position: relative;
}

#meat {
	width: 960px;
	margin: 50px auto;	
}

h2 {
	background: url(../img/lemon-icon.png) left top no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #FF0;
	height: 30px;
	font-size: 1.5em;
}


h3 {
	background: url(../img/lemon-icon.png) left top no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #FF0;
	height: 30px;
}

#footer {
	font-size: 1em;
	text-align: center;	
}

#youtube {
	text-align: center;
	font-size: 1.3em;
	color: red;
	vertical-align: middle;
	height:  50px;
}

#youtube a, #youtube a:visited {
	color: red;	
}

#youtube a:hover {
	color: white;	
}