html, body, #entire, #topMenu {
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	max-width:900px;
}

html, body, #entire {
	
	background:#FFF
}

#topMenu {
	width:100%;
	max-width:900px
}


#topMenuLeft, #topMenuRight {
	position:relative;
	float:left;
	display:inline-block;
	width:54%;
	max-width:500px;
	margin:0;
	padding:0
}

#topMenuLeft {
	margin-left:70px
}

#topMenuRight {
	float:right;
	width:35%;
	max-width:290px;
	text-align:right
}

#header {
	background-color:#09C;
	position:relative;
	background-image:url(../images/layout/city-to-surf-header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	max-width:900px;
	height:250px
}

#headerMenu {
	position:absolute;
	left:305px;
	top:85px;
	height:70px
}

#headerMenu a {
	position:relative;
	float:left;
	display:inline-block;
	width:150px;
	height:70px;
	margin:0;
	padding:0
}

#headerMenu a img {
	width:150px;
	height:70px;
	margin:0;
	padding:0
}

#headerLogos {
	position:absolute;
	right:0px;
	bottom:10px;
	height:70px
}

#headerLogos img {
	position:relative;
	float:left;
	display:inline-block;
	width:140px;
	height:58px;
	margin:0;
	padding:0
}

#headerSlogan {
	position:absolute;
	width:560px;
	height:20px;
	top:50px;
	left:300px;
	text-align:left
}

.mainAreaContent { 
	margin:0 auto;
	padding:0;
	width:900px
}

#footer {
	border-top:#999 solid 2px;
	height:30px;
	line-height:30px
}

#subfooter {
	background-color:#900;
	color:#FFF;
	font-size:11px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:5px
}

#disclaimer {
	margin:0;
	padding:10px;
	margin-top:10px;
	font-size:11px;
	color:#666
}

#disclaimer h1 {
	font-size:14px;
	color:#900
}

