body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C4C4C4;
}
.greenapplewebs #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.greenapplewebs #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#page1 #GreenAppleWebs-01-1 {
	float:left;
	height:auto;
	width:900px;
	background-color:#565655;
	color: #99c000;
	padding-top:7px;
}


#page1 #GreenAppleWebs-02-2 {
	float:left;
	width:900px;
	height:313px;
	background-image:url(images/logo_background_2.gif);
	background-repeat:no-repeat;
	overflow:hidden;

}

.logo {
	float:left;
	height:284px;
	width:390px;
	margin-top:15px;
	margin-left:275px;
}

.menu {
	float:right;
	height:auto;
	width:225px;
	margin-right:10px;
	font-size: 70%;
	margin-top:35px;
} 

#page1 #GreenAppleWebs-03-3 {
	float:left;
	width:900px;
	height:10px;
	background-color:#d5d5d4;
	font-size:20%;
}



#page1 #GreenAppleWebs-04-4 {
	float:left;
	width:900px;
	height:auto;
	background-color:#FFF;
	color: #333;
	padding-bottom:20px;
}

.Left_Column {
	float:left;
	height:auto;
	width:200px;
	background-color:#F4F4F4;
	padding-left:15px;
	padding-right:15px;
	padding-top:17px;
	font-size:70%;
	padding-bottom: 15px;
}

.Right_Column {
	float:right;
	height:auto;
	width:640px;
	margin-right:20px;
	padding-top:10px;
	font-size:70%;
}

.Terms_Column {
	float:left;
	height:auto;
	width:860px;
	margin-right:20px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:70%;
}


#page1 #GreenAppleWebs-05-5 {
	float:left;
	width:900px;
	height:5px;
	background-color:#A4A4A4;
}

#page1 #GreenAppleWebs-06-6 {
	float:left;
	width:900px;
	height:25px;
	background-color:#919190;
	padding-top:2px;}
	
