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

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #466aa1;
	background-image: url("http://cms.issnip.unimelb.edu.au/__data/assets/image/0005/93848/quicklink_bg_circles.png");
	background-repeat: no-repeat;
	background-position:100% -22px; 
}

/* 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/0006/56526/001.jpg");
}
#nav div.section2 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0008/56528/002.jpg");
}
#nav div.section3 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0019/56530/003.jpg");
}
#nav div.section4 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0003/56532/004.jpg");
}
#nav div.section5 {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0010/56791/027.jpg");
}
