/* @override http://dpc.org.au/joomla/templates/wheat/css/wheat_bg.css */

/* wheat */
#page_bg {
	background: #2e3e65;
}

div#wrapper {
		background: #f7f7f7 url(../images/mw_shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/mw_shadow_r.png) 100% 0 repeat-y;
}

body.width_wheat div#wrapper {
	width: 1024px;
}
div#header {    position: relative;
	width: 1024px;
	height: 220px;
	background-image: url(../images/mw_header_t.png);
	padding-bottom: 20px;
}
#home_link {    position: absolute;    display: inline-block;    width: 1024px;    /* width of the logo */    height: 240px;   /* height of the logo */    top: 0; left: 0; /* top-left corner of logo */    border: 0;    float: left;}
div#footer {
	background: #f7f7f7 url(../images/mw_footer_b.png) 0 100% repeat-x;
}

div#footer_l {
	background: url(../images/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/mw_footer_b_r.png) 100% 0 no-repeat;
}
