@charset "utf-8";
/* CSS Document */
/* home page containers for early delivery landing page */
#home #content {
	width: 950px;
	margin-left: 40px;/*padding-top:10px;*/
	float: left;
}
#subcontent {
	background-color: #fff;  /* #eee  */
	padding: 25px 0px 0px 40px;
}
#rectangle_container1 {
	margin-bottom:8px;
	width: 915px;
	height: 200px;
	background-color: #d17aaa;  /* pink  */
	float: left;
}

#text_container_right {
	padding:15px 5px 5px 15px;
	width:585px;
	height:75px;
	float:right;
	color:white;
	font-size:2em;
}

#text_container_left {
	padding:15px 5px 5px 15px;
	width:585px;   /*  620  */
	height:75px;
	float:left;
	color:white;
	font-size:2em;
}
#text_container_left p, #text_container_right p {
	font-size:.5em;
	width:400px;
}
#rectangle_container2 {
	margin-bottom:8px;
	width:915px;  /*  950  */
	height: 200px;
	background-color:#808ddc;  /* purple  */
	float: left;
}
#rectangle_container3 {
	width: 915px;
	height: 200px;
	background-color: #83af2c;  /* green  */
	float: left;
	margin-bottom: 30px;
}
.image_holder_right {
	float: right;
	padding: 0px;
}
.image_holder_left {
	float: left;
	padding: 0px;
}
