#homePage div.header
{
	height: 372px;
	background: url('/images/home/header-splash.jpg') no-repeat 95px 0;
}
#homePage div.header div.menubar
{
	background: url('/images/home/menubar.png') no-repeat top left;
}

/* PHOTOS */
#homePage div.photos
{
	margin-top: 25px;
	margin-bottom: 25px;
}
#homePage div.photos img
{
	display: block;
}
#homePage div.photos .left
{
	float: left;
	margin: 0 10px 0 0;
}
#homePage div.photos .right
{
	float: right;
}
#homePage div.photos .middle
{
	margin: 10px;
}
#homePage div.photos .first
{
	margin-top: 0;
}
#homePage div.photos .last
{
	margin-bottom: 0;
}

/* SPECIAL */
div.special
{
	height: 180px;
	margin: 25px 0;
	padding: 48px 80px 0 300px;
	background: url('/images/home/special.png') no-repeat top left;
	text-align: center;
}
div.special h1
{
	color: #0077b2;
	font-size: 40px;
}
div.special p
{
	margin: 0.7em 0;
	color: #0077b2;
	font-size: 20px;
}
div.special a
{
	font-weight: bold;
}

/* EXPERIENCE GOLD COAST */
div.experienceGoldCoast {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.experienceGoldCoast div.graphic {
	float: right;
	padding-left: 10px;
}
div.experienceGoldCoast p.bookLink {
	font-size: 17px;
}