body {
	width:100%;
	margin: 0;
}

/* Header styles */
#header {
	clear:both;
	width: 1100px;
	height: 300px;
/*	width: 1000px;
	height: 161px; */
	margin: 0 auto;
	margin-bottom: -1px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
/*	background-color: #fff; */
	background-image:url('../assets/MP_LOGO.png');
	background-size: 1100px 251px;
    	background-repeat: no-repeat;
	padding: 0;
} 


/* 'widths' sub menu */
 #layoutdims {
	clear:both;
	border-top:0px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
} 
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both; 
	width: 1100px;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	margin: 0 auto;
	margin-bottom: -1px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}


/* 3 Column settings HOME */
.threecolI {				/* =complete block */
	background:#fff;		/* right column background colour */
	border:1px solid;
	border-color: #fff;
}
.threecolI .colmid {
	right:220px;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecolI .colleft {
	right:780px;			/* width of the middle column */
/*	background:#8196b3; */ 		/* left column background colour */
	background:#fff; 
/*	background:#717693; */

}
.threecolI .col1 {
	width:760px;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecolI .col2 {
	width:80px;			/* Width of left column content (column width minus padding on either side) */
	left:240px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecolI .col3 {
	width:220px;			/* Width of right column content (column width minus padding on either side) */
	left:1040px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/* Footer styles */
#footer {
	clear:both;
	width: 1100px;
	margin: 0 auto;
}
#footer p {
	padding:10px;
	margin:0;
}


