/* QUT template - "homepage" stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */


/* HOMEPAGE-SPECIFIC LAYOUT SETTINGS ------------------------- HOMEPAGE-SPECIFIC LAYOUT SETTINGS */

/*.topnav {
	display: none;
}
*/
.page_title {
	display: none;
}

.sidenav {
	display: none;
}
.content {
	line-height: 1.1em;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	background-color:#fff;
	text-align:left;
}

.content-home {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: left;
	background-color:#fff;
}

.content-home a {
	color: #000;
}

.right_margin{
	display: none;
}


