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

.container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.headerlogo {
	height: 250px;
	width: 1000px;
}
.menucontainer {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 90px;
}
.menubox {
	width: 750px;
}
.bodycontainer {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}
.mainbody {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-left: 126px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
.maintextheadings {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.line {
	height: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 1000px;
}
.mainsectionheadings {
	font-size: 18px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #3AB549;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a:visited {
	color: #003300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a:active {
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a:hover {
	color: #461D1B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.linetop {
	height: 12px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}
.whatsinyours {
	height: 152px;
	width: 508px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.handluggage {
	height: 152px;
	width: 205px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
