@charset "utf-8";
/* CSS Document */

#firsttitle {
	position: absolute;
	left: 80px;
	top: 60px;
	z-index: 4;
	width: 690px;
	font-size: 28px;
	text-align: right;
}
#secondtitle {
	position: absolute;
	left: 80px;
	top: 90px;
	width: 690px;	
	z-index: 3;	
	font-size: 44px;
	text-align: right;
}

#homecontent {
	position: absolute;
	left: 280px;
	top: 155px;
	width: 490px;
	z-index: 2;
	text-align:right;
	line-height: 18px;
	letter-spacing: 0.01em;
	font-size: 13px;
}

#homepanel {
	position: absolute;
	left: 73px;
	top: 236px;
	z-index: 2;
	width: 725.5px;
	height: 340px;
	background-color: #000000;

}


#barvictoria {
	position: absolute;
	left: 520px;
	top: 30px;
	z-index: 3;
	width: 175px;
	height: 20px;	
	background-color: #F4ED1F;
}

#barcourtenay {
	position: absolute;
	left: 520px;
	top: 185px;
	z-index: 3;
	width: 175px;
	height: 20px;	
	background-color: #F4ED1F;
	font-size: 10px;
}

#homecourtenay {
	position: absolute;
	left: 520px;
	top: 215px;
	z-index: 3;
	width: 175px;
	height: 92px;
	background-color: #ffffff;
	padding-top: 4px;
}

#titlecourtenay {
	position: absolute;
	left: 480px;
	top: 188px;
	z-index: 4;
	width: 200px;
	height: 17px;	
	font-size: 14px;
}

#homevictoria {
	position: absolute;
	left: 520px;
	top: 60px;
	z-index: 3;
	width: 175px;
	height: 92px;
	background-color: #ffffff;
	padding-top: 4px;
}


#titlevictoria {
	position: absolute;
	left: 480px;
	top: 33px;
	z-index: 4;
	width: 200px;
	height: 17px;
	font-size: 14px;	
}




#homepanel p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 25px;
	
}

#homepanel a {
	color: #000000;
}

#homepanel a:hover {
	color: #F4ED1F;
}

.map {
	float:left;
}



