html, body {
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: normal 10pt/1.5em Tahoma, Arial, sans-serif;
}
#header .content, #nav .content, #article .content, #footertop .content, #footer .content {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	margin: 0;
	padding: 0;
	height: 80px;
}
#header .content {
	max-width: 1112px;
}
#header #logo {
	border: none;
	margin: 10px 0;
	padding: 0;
	display: inline-block;
	z-index: 1;
}
#header #logo img {
	border: none;
	margin: 0;
	padding: 0;
	height: 60px;
}
#header h1 {
	color: #acacac;
	display: inline;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 80px;
	line-height: 80px;
	right: 5px;
        top: 0;
	font-size: 2.0em;
	font-family: librebaskerville-italic,Georgia,Times,serif;
	font-weight: normal;
	font-style: italic;
}
#header h1 span {
	color: #232323;
	font-family: librebaskerville-regular,Georgia,Times,serif;
	font-style: normal;
}
#banner {
	background-color: #06B3BD;
	background-image: url('../images/melbourne-aerial-night_mel_r_credit-roberto-seba_MG_6007_1920x800.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 250px;
}
#bannernext {
	background-color: #06B3BD;
	background-image: url('../images/melbourne-aerial-night_mel_r_credit-roberto-seba_MG_6007_1920x800.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.8s;
}
#nav {
	background-color: #eef7f7;
}
#nav .content {
	padding: 20px;
	text-align: right;
}
#nav a {
	display: inline-block;
	color: #04797f;
	margin: 0 0.625em;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font: normal 0.8em Verdana,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
#nav a:hover, #nav a.active {
	color: #7a2182;
}
#nav a::before {
	background-image: url('../images/menu-spacer.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: ' ';
	height: 1.0em;
	padding: 0.375em;
	margin: 0 1.25em 0 0;
}
#nav a:first-child::before {
	background: none;
}
#article .content, #footertop .content, #footer .content {
	padding: 2.0em 0;
}
#article iframe {
	border: none;
	height: 100%;
	min-height: 900px;
	width: 100%;
}
#footer {
	background: #171226;
	color: #fff;
}
#footer a {
	color: #fff;
	display: inline-block;
	margin: 0.5em 1.0em;
	font-size: 0.9em;
}
#footer a:hover {
	color: #acacac;
}