/* the background banner image */
#top {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/banner/003.jpg");
}

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

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #e18701;
background-color: #e2d5c1;
	border-top-color: #e18701;
}
#content #errorlist {
  border:none;
  padding:0;
  margin:0;
}
#content #errorlist ul {
  color:#f00;
  margin-left:2em;
}
#content .contentform {
background-color:#eee;
border-color:#999;
color:#333;
}
#content .contentform div:first-child {
border:none;
}
