/* the background banner image */
#top {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0005/56741/001.jpg");
}

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #3366FF;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0008/119087/booking.jpg");
}
#nav div.section2 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0006/63906/083.jpg");
}
#nav div.section3 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0015/103119/uni_pin_1_tile.jpg");
}
#nav div.section4 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0007/122389/arc_teaching_icon.GIF ");
}
#nav div.section5 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0020/63902/081.jpg");
}
a.external {
	background-image: url("./?a=161787");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}
