@charset "UTF-8";
.container {
	background-image: url(images/bglinegradient.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 1000px;
	background-attachment: fixed;
	background-color: #060;
}
.bodycopy2 {
	background-color: #390;
	height: 1800px;
	width: 980px;
	background-image: url(../images/gradientnavibar.jpg);
	font-family: Helvetica;
	color: #FC0;
	font-size: 12px;
}
.containerteampage {
	background-color: #063;
	height: auto;
	width: 980px;
}
.header {
	font-family: Impact;
	font-size: 100px;
	font-style: normal;
	background-color: #090;
	height: 130px;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	color: #F90;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
.bodycopy {
	background-color: #0C3;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica;
	font-size: 14px;
	color: #FC3;
	background-image: url(../images/gradientnavibar.jpg);
}
.navibar {
	background-color: #29B700;
	height: 50px;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 36px;
	text-align: center;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat;
}
.footer {
	background-color: #360;
	height: 200px;
	width: 980px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Helvetica;
	font-size: 12px;
	color: #F90;
	text-align: center;
	background-image: url(../images/gradientbodycopy.jpg);
}
