/* ############################### */
/* ##### LAYOUT - 3 COLUMNS ###### */
/* ############################### */

/* Many thanks to Matthew James Taylor (http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm) */


@import url(layout_universal.css);

#inner_wrap {
	margin-left:-200px; 	/* Width of right column */
}
#subnav_and_content {
	left:350px;         	/* Left column width + right column width */
}
#main_content {
	margin: 0 215px 0 165px;    /* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
}
#extra_content {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:180px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:50px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	padding-top: 15px;
}