@import url(mb_main.css);
/* Content styles */
#colmid { background: #ebebe6; float:left; width:200%; margin-left:-200px; 	/* Width of right column */
        position:relative; right:100%; border-right: 1px solid #b4b4b4;    	/* Centre column background colour */
    }
#colleft { float:left; width:100%; margin-left:-50%; position:relative; left:400px;         	/* Left column width + right column width */
        background:#ebebe6; border-right: 1px solid #b4b4b4;    	/* Left column background colour */
    }
#col1wrap { float:left; width:50%; position:relative; right:200px; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
/* Col1 styles */
#col1 { margin:0 215px 15px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative; top: 15px; left:200%; overflow:hidden; padding: 0 0 10px; }
/* Col2 styles*/
#col2 { float:left; float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative; right: 10px;         	/* Width of the left-had side padding on the left column */
    }
/* Col3 styles */
#col3 { width:199px;        	/* Width of right column content (right column width minus left and right padding) */
        position:relative; left:50%; float: right; margin-right: 20px; }
/*EDIT-Content styles*/
.edit_news_col1 h2, .edit_news_col3 h2 {
	color: #006; }
.edit_news_col3 p {
	margin: 0 10px 5px; }

/*---- EDIT-Content-list styles*/
.edit_news_col1 {
	background-color: #fff;
	margin: 0;
	padding: 5px; }
.edit_news_col3 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #006;
		 }

