﻿@import url(bma.core.css);
@import url(bma.core.form.css);
@import url(bma.layout.frontend_core.css);

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	  clear:both;
	  float:left;
    width:100%;			/* width of whole page */
		/*overflow:hidden;	 This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 auto;
	}
