
body {
	margin: 0;
	background-color: #F9F9F8;
}

br {
	font-size: 10px;
}

a {
	color: #828078;
}


#container {

	width: 777px;
	height: 358px;
	margin-left: auto;
	margin-right: auto;
/* added these margin autos becaues IE for Mac 5.2 for Mac won't center the thing otherwise */
	position: relative;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat;
	border: 0px solid black;

}

#container_padd {

	width: 737px;
	height: 318px;
	padding: 20px;
	border: 0px solid black;

}

#tree {

	float: right;
	position: relative;
	width: 199px;
	z-index: 100;

}

#line_bg {

	height: 54px;
	position: relative;
	background-image: url(images/line_bg.gif);
	background-repeat: repeat-x;
	margin-top: 71px;

}

#logo {

	padding-left: 12px;
	width: 177px;
	float: left;

}

#feature {

	padding-top: 33px;
	text-align: left;

}

#feature_img {

	padding-left: 9px;
	padding-right: 13px;
	padding-bottom: 40px;
	position: absolute;
	left: 45px;

}

#feature_txt {

	z-index: 98;
	width: 420px;
	text-align: left;
	font-family: Arial, Skia;
	font-size: 8pt;
	color: #76736B;
	position: absolute;
	left: 150px;
	border: 0px solid black;

}

#contact {

	width: 751px;
	text-align: right;
	padding-top: 2px;
	padding-right: 26px;

}