/*
	Website CSS
	Defines the banners, headings, and background images and colours
*/

/* Main background color and image used on websites larger than 1024 */
#main {
	background: #A2C974 url(futurestudents.gif) no-repeat 986px 0px;
}

/* Banner styles */
#banners {
	background: #8AB853 url(banner_futurestudents_left.gif) no-repeat;
}

#banners p#pagetitle {
	background: url(banner-postgrad.gif) no-repeat;
}
	
#banners div {
	background: url(banner_futurestudents_right.gif) no-repeat right top;
}	

#column2 #banners div {
	background: url(banner_futurestudents_right.gif) no-repeat right top;
}