body {    /*change so background image is fixed*/
	background-image: url('../DubaiSunset-smallest.jpg');
	background-size: cover /*100% 100%*/;
	background-repeat: no-repeat;
	margin-top: 85px;
	background-attachment:fixed;
	font-family: "Helvetica Neue", Arial, sans serif;
	}
.navbar {
	/*margin: auto;
	width: inherit;*/
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-weight: lighter;
	font-size: 16.5pt;
	min-height: 6.5ex;
	padding-top: 0.2ex;
	/* max-height: 100px; */
	list-style-type: none;
	/*padding-left: 2.4em;*/
	background: url('../navback-gray.png') /*rgb(220, 220, 220)*/;
	float: left;
	margin: auto;
	clear: none;
	border-bottom: 1px solid #666;
	}
.navbar .col-xs-2 {
	padding-top: /*2.5*/ 3ex;
	}
.navbar a {
	color: /*#428BCA  Bootstrap default*/ #3774a9;
	}
#navMini {
	width: 3.7%;
	}
h1 {
	font-family: "Helvetica Neue", Arial, sans serif;
	font-weight: lighter;
	font-size: 40pt;
	margin: 0px;
	}
.logo {  /* Commented out of separator */
	width: 60px;
	height: auto;
	position: relative;
	float: left;
	left: 48%/*445px*/;
	margin-top: 5px;
	margin-bottom: 15px;
	}
#carousel-example-generic {
	margin: auto;
	width: 90%;
	}
.carousel-inner {
	background: rgb(70, 70, 70);
	}
.carousel-inner > .item > img {
	margin: auto;
	max-height: 450px;
	}
#welcome {
	color: #95BBE8;
	}
.lead {
	color: #eee /*#2A6496*/;
	padding: 9px;
	padding-bottom: 0px;
	text-align: center;
	/*background-image: url('../whiteback.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
	}
#leadCenter {
	text-align: center;
	padding-bottom: 2ex;
	}
#leadList {
	list-style-type: none;
	padding-left: 3.3em;
	padding-right: 5em;
	}
h2 {
	color: #428BCA /* too light for transp #95BBE8*/;
	font-family: "Helvetica Neue", Ariel, sans serif;
	font-weight: lighter;
	font-size: 40pt;
	text-align: center;
	}
#pageback {
	position: relative;
	background-image: url('../pageback-65.png');
	/*background: #E6D4C3;*/
	padding-left: 20px /* border: solid #E6D4C3*/;
	padding-right: 20px /*solid #E6D4C3*/;
	float: left;
	padding-bottom: 3ex;
	width: 850px;
	margin-left: 5%;
	}

.slides {
	width: /*700*/ 630px;
	margin-left: 11%;
	margin-bottom: 2ex;
	}

/* No longer used
.table {
	margin-bottom: 1.4ex;
	}
.tablehead {
	width: 20%;
	text-align: center;
	font-size: 17px;
	}
.table > tr > td {
	line-height:1.3;
	}
ul {
	padding-left: 12px;
	}
*/
.separator {
	float: left;
	height: 90px;
	width: 100%;
	background: transparent;
	}
#bio {
	float: left;
	}
#bio h2 {
	text-align: left;
	padding-left: 2.7em;
	}
#portrait {
	float: left;
	margin: 30px;
	margin-top: 60px;
	width: 195px;
	height: 195px;
	}
.services {
	text-align: center;
	clear: both;
	width: 100%;
	}
#servTour {
	text-align: left;
	line-height: 3.2ex;
	padding-left: 2.5em;
	padding-right: 1em;
	}
#servSpecial {
	text-align: left;
	line-height: 3.2ex;
	padding-left: 2em;
	}
#contact {
	text-align: center;
	font-size: 14pt;
	}
#contactReq {
	width: 18em;
	margin: auto;
	padding-left: 6em;
	text-align: left;
	}
#wdfooter {
	text-align: right;
	position: relative;
	font-size: 9pt;
	color: #555;
	padding-right: 1.5em;
	}
#footer {
	float: left;
	background: black;
/*	border-radius: 0.7em;
	margin-top: 10px; */
	padding: 8px;
	font-size: 14px;
	color: #ddd;
	font-family: "Helvetica Neue", Arial, sans serif;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	}