body  {
	background: #fff;
	background-image: url(/aassets-lfaz/parts2/top-back.jpg);
	background-position: top;
	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 */
}

#header {
	width: 780px;
	padding: 0 0 0 0;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* border: 1px solid #fff;  no border will provide exact graphic match in centered background */
	height: 90px;
} 
#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sustain_top {
	text-align: center;
	float: right;
	width: 470px;
	margin-top: 9px;
	line-height: 90%;
	text-align: left;
	}
	
#header_search {
	background-image: url(/aassets-lfaz/parts2/header-search-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	text-align: left;
	padding: 0px 0 0 0;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	/* border: 1px solid #ccc;  no border will provide exact graphic match in centered background */
	}
#header_navigation {
	background-image: url(/aassets-lfaz/parts2/header-navigation2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	padding: 0 0 0 0;
	margin: 4px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	/* border: 1px solid #ccc;  no border will provide exact graphic match in centered background */
	}

#container {
	text-align: left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 29px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #ccc;  no border will provide exact graphic match in centered background */
} 


#column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
}

#mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#sustain_bottom {
	width: 780px;
	background-color: #CCCCCC;
	background-image: url(/aassets-lfaz/parts2/sustain-bottom-back.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	height: 90px;
	}
#sustain_bottom p {
	margin: 10px;
	font-size: 0.625em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}
#sustain_bottom_right {
	text-align: center;
	float: right;
	width: 470px;
	margin: 10px;
	line-height: 90%;
	}

#footer_container {
	width: 100%;
	background:#fff;
	background-image: url(/aassets-lfaz/parts2/bottom-back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 20px 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: left;
} 
#footer { 
	width: 780px;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer_left {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer_main { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer_menu {
	background: #fff;
	border: 1px solid #ddd;
	}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.columnBox {
	padding: 10px;
	background-color: #eee;
	border-top: 1px solid #ccc; 
	}
	

