body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	padding: 0;
}

/*************** Container ***************/
#container {
	width: 100%;
}

/*************** Top ***************/
#top {
	display: none;
}

/*************** Header ***************/
#header_home {
	display: none;
}

#header_aboutperth {
	display: none;
}

#header_contact {
	display: none;
}

#header_about {
	display: none;
}

#header_links {
	display: none;
}

#header_sitemap {
	display: none;
}

#header_perthcourses {
	display: none;
}

#header_privacypolicy {
	display: none;
}

#header_perthbusiness {
	display: none;
}

#header_termsandconditions {
	display: none;
}

#header_perthvisitors {
	display: none;
}

#header_email {
	display: none;
}

#header_faq {
	display: none;
}

#header_relocation {
	display: none;
}

/*************** Banner ***************/
#banner {
	display: none;
}

/*************** Main Navigation ***************/
#globalnav {
	display: none;
}

/*************** Content ***************/
#contentcontainer {
	width: 100%;
}

#content {
	width: 100%;
}

/*************** Footer ***************/
#footer {
	display: none;
}

/*************** Headings ***************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	line-height: normal;
}
	
h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
}

/*************** Global ***************/
.hide {
	display: none;
}

a:link {
	text-decoration: underline;
	color: gray;
}

a:visited {
	text-decoration: underline;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: gray;
}

img {
	border: none;
}

object {
	display: block;
}

strong, b {
	font-weight: bold;
}

.floatedrightphoto {
	float: right;
	border: 3px solid gray;
	margin: 15px 0px 15px 15px;
}

.floatedleftphoto {
	float: left;
	border: 3px solid gray;
	margin: 15px 15px 15px 0px;
} 

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

hr {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: 0px;
	height: 1px;
	color: gray;
	background-color: gray;
}
