body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-color: #F4FDFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 , h4{
	margin-top: 0.6em;
	margin-bottom: 0px;
}
.thrColAbsHdr {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCC;
	margin: 0px auto 0px auto;
	height: 1200px;
}
.thrColAbsHdr #imageBox {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	/*width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCC;
	text-align: left;
} 
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #F4FDFF;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 115px;
	padding: 15px 0px 0px 475px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 132px;
	right: 558px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 15px;
	border: 0px dotted #3F0;
	height: 580px;
}
.thrColAbsHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #495100;
	font-style: normal;
	line-height: 1;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
.thrColAbsHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #495100;
	font-style: normal;
	line-height: 1;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
.thrColAbsHdr #sidebar1 h3 {
	padding: 0px;
	border: 0px dotted #3F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.1;
	color: #495100;
	margin-left: 0px;
}
.thrColAbsHdr #sidebar1 p  {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #3A4100;
	text-align: justify;
	font-weight: 500;
	margin-top: 10px;
	border: 0px solid #339;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 135px;
	right: 0px;
	width: 192px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 500px;
	border: 0px solid #516699;
	margin: 2px 0px 0px 0px;
}
.thrColAbsHdr #sidebar2 h2 {
	padding: 0px;
	border: 0px dotted #3F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.1;
	color: #495100;
	margin-left: 20px;
}
.thrColAbsHdr #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #799979;
	font-style: normal;
	line-height: 1;
	font-size: 1em;
	margin-top: 0.1em;
}
/*.thrColAbsHdr #footer2 p{
	margin-top: 0ex;
	margin-bottom: 0px;
	color: #DD445A;
	font-size: 1em;
	text-align: center;
	padding-left: 117px;
}
.thrColAbsHdr #footer2 {
	padding: 0px;
}*/
/*.thrColAbsHdr #addressbar2 {
	width: 169px; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0px 0px 0px 10px;
	height: 100px;
	border: 0px solid #888;
}*/
.thrColAbsHdr #addressbar2 h4, #bookingInfo h4 {
	padding: 0px;
	border: 0px dotted #3F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #663;
	line-height: 1.1em;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}
.thrColAbsHdr #mainContent {
	margin: 0px 190px 0px 310px;
	padding: 0px 0px 15px 6px;
	border: 1px solid #339;
}
.thrColAbsHdr #mainContent h1 {
	border-top: #339;
	border-right: #339;
	border-bottom: #339;
	border-left: #339;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	padding: 0px;
	color: #A54D40;
	line-height: 110%;
	margin: 0px;
}
.thrColAbsHdr #mainContent p {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	border: 0px solid #339;
	margin: 3px 0px 0px;
	color: #3A4100;
	font-weight: 500;
	line-height: 110%;
	padding-bottom: 2px;
}
#mainContent img {
	margin-top: 7px;
	margin-bottom: 0px;
	border: 1px solid #999;
	padding: 0px;
}
.thrColAbsHdr #footerCamels {
	padding: 5px 0px 2px 50px;
	border-top: 1px solid #3A4100;
	margin-bottom: 50px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/*#a:link {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}/* End css a link for other mails address*/
.sidelinksLarge a {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: rgb(50%,20%,30%);
	background-color: rgb(95%,92%,92%);
	border: solid 1px rgb(90%,86%,86%);
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.1em 0px 0.1em 10px;
	margin: 0px 0px 2px 10px; /* correction */
	padding: 0.2em;
	width: 175px;
}
/*.sidelinksLarge a:visited {
	color: rgb(50%,53%,50%);
	background-color: rgb(90%,90%,90%);
	border: solid 1px rgb(90%,86%,86%);
	margin: 0.2em 0px 0.2em 10px;
	padding: 0.2em;
	width: 165px;
}*/
.sidelinksLarge a:hover {
	color: rgb(50%,53%,50%);
	background-color: rgb(96%,93%,93%);
  	border: solid 1px rgb(98%,10%,20%);
	margin: 0.1em 0px 0.1em 10px;
	margin: 0px 0px 2px 10px; /* correction */
	padding: 0.2em;
	width: 175px;
}
/*#mainContent a {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: rgb(50%,20%,30%);
	border: 0px solid #F06;
	margin-left: 15px;
}*/
#mainContent a {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: rgb(50%,20%,30%);
	background-color: rgb(95%,92%,92%);
	border: solid 1px rgb(90%,86%,86%);
	margin: 0.2em 0.2em 0.2em 0em;
	padding: 0.2em 0em 0.2em 0.8em;
	width: 188px;
	display: block;
}
#mainContent a:hover {
	color: rgb(50%,53%,50%);
	background-color: rgb(96%,93%,93%);
  	border: solid 1px rgb(98%,10%,20%);
	display: block;
	margin: 0.2em 0.2em 0.2em 0em;
	padding: 0.2em 0em 0.2em 0.8em;
	width: 188px;
}
.sidelinksSmall {
	text-align: left;
	border: 0px solid #C0C;
	display: block;
	width: 150px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	height: 6px;
}
.sidelinksSmaller {
	text-align: left;
	border: 0px solid #C0C;
	display: block;
	width: 150px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	height: 3px;
}
.sidelinksSeasonsLarge a {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: rgb(50%,20%,30%);
	background-color: rgb(95%,92%,92%);
	border: solid 1px rgb(90%,86%,86%);
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.2em 0px;
	padding: 0.2em;
	width: 400px;
}
