	@charset "utf-8";
	body {
		font-size: small;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-image: url(images/bg.gif);
		background-repeat: repeat-x;
		background-color: #CCCCCC;
		text-align: justify;
	}
	/* CSS Document */
	
	ul, li {
		margin: 0px;
		padding: 0px;
	}
	#wrapper {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
	}
	#header {
		width: 900px;
		background-image: url(images/header.png);
		height: 130px;
	}
	
	#content {
	width: 900px;
	background-image: url(images/content-bg.png);
	display: inline-block;
	}
	
	#nav {
	height: 50px;
	width: 100%;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	}
	#nav a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#nav a:hover {
		color: #CCCCCC;
	}
	img.brisbane {
		margin-left: 20px;
		margin-bottom: -5px;
	}
	
	
	#home-imgs {
		height: 325px;
		width: 770px;
		margin-left: 65px;
		position: relative;
		margin-top: 30px;
	}
	.nav {
		margin-right: 40px;
		margin-top: 15px;
	}
	
	#footer {
	height: 50px;
	width: 900px;
	text-align: center;
	font-size: x-small;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	display: inline-block;
	}
	h1 {
		font-size: medium;
		color: #213043;
	}
	
	.footer {
	margin-top: 15px;
	color: #FFFFFF;
	}
	
	.main-text {
		margin-right: 30px;
		margin-left: 30px;
		margin-top: 20px;
	}
	
	#left {
	float: left;
	width: 620px;
	}
	#right {
	float: right;
	width: 240px;
	color: #FFFFFF;
	}
#right a {
	text-decoration: none;
}
img.chris {
	border: 1px solid #FFFFFF;
	margin-top: 4px;
	margin-left: 4px;
}


iframe {
	margin-top: 4px;
	margin-left: 4px;
	text-align: center;
	border: 1px solid #ffffff;
}

#column-bg {
	background-image: url(images/column-bg.png);
	background-repeat: repeat-y;
	width: 860px;
	margin-left: 20px;
	display: inline-block;
}

#right li {
	list-style-type: disc;
	margin-left: 50px;
	margin-top: 15px;
}
#right h2 {
	font-size: small;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.contact-centre {
	text-align: center;
}
	
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
