/*
Because the index page is very different from the rest of the site this CSS overrides some of the styles
from the other CSS files.
*/
body {
	background-image:url(images/index_bg.jpg);
}

img{ padding:0px; margin:0px; clear:both; border:0px; }

div#content { width:791px; background-image:none; margin-top:0px; }

div#content div#left_channel{ float:left; width:221px; margin:0px; padding-top:0px; padding-bottom:0px; }

div#content div#centre_channel_left{ float:left; width:239px; }

div#content div#centre_channel_right{ float:left; width:166px; }

div#content div#right_channel{ float:left;  width:136px;}

div#footer { margin-top:30px; }