p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B35;
	text-align: justify;
}
#topLayer {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:195px;
	z-index:4;
	background-attachment: fixed;
	background-image: url(images/layout_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#LayerBottom {
	position:relative;
	width:100%;
	height:180px;
	z-index:6;
	background-attachment: fixed;
	background-image: url(images/layout_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menuLayer {
	position:relative;
	top:106px;
	height:25px;
	z-index:5;
	left: -160px;
}

#menuLayer a:active, #menuLayer a:link, #menuLayer a:visited,{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
	letter-spacing: 1px;
}
.border {
	border: 2px solid #FFFFFF;
}


#menuLayer a:hover {
color: #FFF9A9;
}
.pCentre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B35;
	text-align: center;
}
