/* HEADER
 * title to be replaced
 * margin between black menu links to be adjusted
-----------------------------------------------------------------------------*/

#header-inner h2 a { background: none; }


/* HOMEPAGE - content area
-----------------------------------------------------------------------------*/
#second-content {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:transparent url(../images/homepage/greyfade.gif) repeat-x scroll 0 0; 
	float: left;
	width: 670px;
	height: 420px;
	margin-left:13px;
	margin-bottom: 8px;
	padding:5px 15px 25px;
	width:670px;
}

#second-content #top-section  h1 {
  padding: 30px 0 20px 0;
}

#second-content #top-section p {
  padding: 5px 0 5px 0; line-height: 18px;
}

#second-content #top-section  {
	float:left;
	padding-right:31px;
}
#second-content #top-section  ul {
	list-style: none;
	font-family: Arial, Verdana;
	font-size: 13px;
	margin: 8px 0 0;
}
#second-content #top-section  ul li {
	background: transparent url(http://uq.edu.au/templates/web/images/bullet.gif) no-repeat scroll 0 3px;
	padding-left: 16px;
	padding-bottom: 6px;
}

#second-content #top-section  a { color: rgb(30, 136, 181); }
#second-content #top-section  a:hover { color: rgb(147, 18, 170);}

