/* Master - holds content width and repeating background image for variable page length */
.master { margin: 0 auto; background-image: url(../images/template/bkgrnMaster_contentAreaHm.gif); background-repeat: repeat-y; width: 1024px; }

/* Body wrapper - holds the left and right columns */
.bodyWrapper { width: 1024px; }

/* Left column */
.leftColumn { background-image: url(../images/template/bkgrnContentHm_top_lfCol.gif); background-repeat: no-repeat; float: left; width: 200px; padding: 0 0 0 127px; }
.leftColumn dl.call2action { margin: 15px auto 0 auto; }

/* Right column */
.rightColumn { background-image: url(../images/template/bkgrnContentHm_top_rtCol.gif); background-repeat: no-repeat; float: right; width: 530px; padding: 0 147px 0 0; }
.call2action { margin: 0 0 10px 10px; float: right; }

/* Footer - holds footer content and caps the bottom of the contentArea */
.footer { width: 1024px; background-image: url(../images/template/bkgrnFooter_contentAreaHm_bot.gif); background-repeat: no-repeat; background-color: #6BDD52; padding: 20px 0 10px 0; text-align: center; }