/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #660000;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #660000;
	border-top-color: #660000;
}

#top /* the background banner image */
{
	background-image: url("http://www.ipria.org/template-assets/images/ipria-banner.jpg");
}

/* 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://www.unimelb.edu.au/template-assets/07/images/icons/001.jpg");
}

#nav div.section2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/002.jpg");
}

#nav div.section3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/003.jpg");
}

#nav div.section4 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/004.jpg");
}

#nav div.section5 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/034.jpg");
}


#nav div.section6 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/044.jpg");
}

.smalltext {
	font-size: x-small;
	color: #003366;
}


.hangingindent {
	text-indent: -55px;
	padding-left: 55px;
}
