/* CSS Document */

/* thumbnials */

#thumbnail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumbnail ul li {
	display: inline;
	width: 178px;
	height: 108px;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
	text-align: left;
	line-height: 13px;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;

 }
 
 #thumbnail a:link {
	display:block;
	color: #ffffff;
	text-decoration: none;
	width: 80px;
	height: 33px;
	padding-top:75px;
	padding-left: 3px;
}

#thumbnail a:active {
	color: #ffffff;
	display:block;
	text-decoration: none;
	width: 80px;
	height: 33px;
	padding-top:75px;
	padding-left: 3px;

}

#thumbnail a:visited {
	color: #ffffff;
	display:block;
	text-decoration: none;
	width: 80px;
	height: 33px;
	padding-top:75px;
	padding-left: 3px;

}

 
h4 {
	font-size: 12px;
	text-align: left;
	line-height: 10px;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-indent: 5px;
	color: #FFFFFF;
}

.clearboth { clear: both; }

#sydney {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/sydney.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#1E597B;
} 


#sydney a:hover {
	text-decoration: none;
	background-color: #397BA1;
}

#melbourne {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/melbourne.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#397BA1;
} 
 

#melbourne a:hover {
	text-decoration: none;
	background-color: #1E597B;
}

#brisbane {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/brisbane.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#81AFC9;
} 
 
#brisbane a:hover {
	text-decoration: none;
	background-color: #5994B6;
}

#perth {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/perth.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#5994B6;
} 
 

#perth a:hover {
	text-decoration: none;
	background-color: #81AFC9;
}


#adelaide {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/adelaide.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #81AFC9;
} 
 
#adelaide a:hover {
	text-decoration: none;
	background-color: #397BA1;
}

#darwin {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/darwin.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #5994B6;
} 
 
#darwin a:hover {
	text-decoration: none;
	background-color: #1E597B;
}

#canberra {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/canberra.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #397BA1;
} 
 
#canberra a:hover {
	text-decoration: none;
	background-color: #81AFC9;
}



#hobart {
	display:block;
	width: 178px;
	height: 108px;
	background-image: url(../images/hobart.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1E597B;
} 
 
#hobart a:hover {
	text-decoration: none;
	background-color: #5994B6;
}

#leisurepic {
	position: relative;
	padding: 0px;
	float: left;
	left: 0px;
	margin-bottom: 20px;
	width:250px;
	height: auto
}

#leisure-content {
	position: relative;
	padding: 0 px;
	float: right;
	right: 0px;
	width:450px;
}

#leisureheader {
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
}

