/* QUT template - "simple" stylesheet for pages with no navigation */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* LAYOUT SETTINGS */

.page_title {
  margin-left: 20px;
}

.sidenav {
  display: none;
}

.content{
  margin: 0 160px 0 20px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5em;
}

