body{
	background-color: #f2f2f2;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
html{
	height:100%;
}

p{
	padding:10px;
}
h1{
	padding: 10px;
	text-align:center;
}
.d{	display:inline-block;	width: 32%;}
.header{
	background-image: url("../img/header.png");
	width: 1152px;
	margin: auto;
	height: 150px;
}
.menu{
	height:30px;
	margin:auto;
	background-image: url("../img/menu.png");
	width: 1152px;
}
.menu ul{
	margin: 0px;
	display: block;
	padding:0px;
	text-align:center;
	font-size: 115%;
}
.menu li{
	display: inline-block;
	line-height: 30px;
    width:19.5%;
	margin:0px;
}
.menu ul li a{
	text-decoration: none;
	color:white;
}
.menu ul li a:hover{
	color:black;
}
.content{
	width: 1152px;
	background-color:white;
	margin:auto;
	border: 1px solid #ebebeb;
	
	overflow: hidden;
}
ul{
	list-style:none;
}
.footer{
	width: 1152px;
	background-image: url("../img/footer.png");
	margin:auto;
	height: 150px;
}
.footer ul{
	padding:0px;
	margin:0px;
	width: 100%; 
	text-align: center; 
	display:block;
}
.footer li{
	display: inline-block;
	margin: 45px 0 0 25px;	
}
.footer li a{
	display:block;
	width: 100%;
	height: 100%;
}
.facebook{
	background-image:url("../img/face_book.svg");
	width:60px;
	height:60px;
}

.twitter{
	background-image:url("../img/twitter.svg");
	width:60px;
	height:60px;
}
.trip_advisor{
	background-image:url("../img/trip_advisor.svg");
	width:60px;
	height:60px;
}
.youtube{
	background-image:url("../img/youtube.svg");
	width:60px;
	height:60px;
}
.left_cont{
	width:55%;
	font-size: 115%;
	text-align:center;
}
.right_cont{
	float:right;
	width:45%;
}

.menu_left{
	padding: 20px 10px 0 0;
	width:30%;
	font-size: 115%;
	float:left;
}
.menu_left ul{
	margin:auto;
	width:45%;
}

.menu_left ul li{
	
}

.menu_right ul{
	margin:auto;
	width:45%;

}


.strong{
	font-weight:bold;
}


.menu_right{
	padding: 10px 10px 0 0;
	float:right;
	width:30%;
}
.menu_midd{
	width:30%;
	margin:auto;
	
}

.pei{
	width: 98.2%;
	margin: 10px;
	border: 1px solid #ebebeb;
}
.mail{
	width: 45%;
	margin: 10px;
	border: 1px solid #ebebeb;
	float:right;
}
.mail ul{
	width: 80%;

}

.owldesc{
	display: block;
    padding: 5px;
    text-align: center;
}
.mail img{
	float:right;
	margin:10px 20px 20px 20px;
	width: 120px;
}

.pei p{
	text-align: center;
}



.halifax{
	margin: 10px;
	width:50%;
	border: 1px solid #ebebeb;
	float:left;
}
.halifax p{
	text-align: center;
}
.large{
	font-size: 125%;
	font-weight:bold;
}
.comment{
	width:95%;
	margin: 10px auto 10px auto;
	border: 1px solid #ebebeb;
}
.comment p{
	text-align: center;
}