/* --------------------> John G Mackintosh CSS */
/* --------------------> Layout */

/* -- Containers -- */
#outerContainer { width: 100%; margin: 0px; padding: 0px; }
#innerContainer { width: 760px; margin: 20px auto; }

/* -- Main Container Elements -- */
.topContainer { width: 760px; height: 60px; background: url(../images/img_top_background.jpg) no-repeat left bottom; }
.headerContainer { width: 760px; height: 200px; margin: 0px; background: url(../images/img_hdr_background_new_cut.jpg) no-repeat left top; }
.mainContainer { width: 760px; margin: 10px 0px 0px 0px; }
.footerContainer { width: 760px; margin: 15px 0px 0px 0px; display: block; float: right; }

/* -- Div Bottom Spacer -- */
.spacerBottom { width: 760px; height: 20px; background-color: #FFF; }
