@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

#green_stripe_bg {
	width: 100%;
	height: 99px;
	top: 0px;
	left: 0px;
	background-repeat:repeat-x;
	background-image:url(../about-us/img/stripe.png);
	position: fixed;
	z-index:2;
}

#blue_stripe_bg {
	width: 100%;
	height: 49px;
	top: 99px;
	left: 0px;
	background-repeat:repeat-x;
	background-image:url(../about-us/img/bluestripe.gif);
	position: fixed;
	z-index:2;
}

#green_container {
	width:959px;
	height:99px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
}

#blue_container {
	width:959px;
	height:49px;
	position:fixed;
	top:99px;
	left:0px;
	z-index:3;
}

#container {
	width: 800px;
	padding: 0px 0px 40px 20px;
	position:absolute;
	left: 0px;
	top: 148px;
	z-index:1;
}

#bot_bg {
	width: 100%;
	height: 25px;
	left: 0px;
	bottom: 0px;
	background-image:url(../about-us/img/bot.png);
	background-repeat:repeat-x;
	position: fixed;
	z-index:3;
}

#bot_container {
	left: 0px;
	bottom: 0px;
	margin-top: 2px;
	margin-left: 300px;
}
