/* Layout stuff */	   
#container {
	text-align: left;
	width: 831px;
	height: 600px;
	margin: 10 auto auto 10;
}
/* page specific changes */	
#container_a {
		text-align: left;
		width: 831px;
		height: 560px;
		margin: 10 auto auto 10;
		background-attachment: fixed;
		background-image:url(../images/Island.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}


#left{
	float: left;
	width: 180px;
	text-align: center;
}
#topleft{
	float: left;
	width: 180px;
	height: 170px;
	text-align: center;
	display: inline;
}

#navigation {
	float: left; 
	width: 170px;
	text-align: left;
	display: inline;
}

#main {
	float: right;
	width: 650px;
	height: auto;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	overflow:visible;
	z-index: 5;
}

#footer {
clear:both;
width:831px;
text-align: center;
font-size: 10px;
z-index: 5;
}

#centralcol {
	position: absolute;
	width: 400px;
	z-index: 5;	
}


