html {
  	overflow: -moz-scrollbars-vertical;
	}

body {
    padding: 0;
    font-size: 95%;
    font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	background: url(../images/bkgrd_3.jpg) ;
    background-color: #fff;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    min-height: 101%;
    margin-bottom: 1px;
    }

p, h1, h2 {
	margin: 0; */
    font-family: Arial,san-serif;
/* padding: 0.1em 0; */ /* on the TRAVEL page only */
    }
    
#layoutLogic {
	width: 100%; /* 799px; */
    margin-left: auto;
    margin-right: auto;
	min-width: 740px;
    border: solid 1px black;
	}

.page {
	background-color: #ffcc99; /* #ffcc66; on the TRAVEL page */
    background-image: url(../images/marble.jpg);
	border-right: 175px solid #ccc; /* 150px solid #999; on the TRAVEL page */
	border-left: 175px solid #99ccff; /* 150px solid #999; on the TRAVEL page */
	}

.page > .section { /* this is for TRAVEL page only */
	border-bottom: 1px solid transparent;
	}
    
#header, #footer {
	color: white;
	position: relative;
	z-index: 13;
	width: 100%; /* 799px; */
    background-color: #ccf; /* #0ff; on the TRAVEL page */
    background: url(../images/bkgrd_3.jpg);
	}
    
#header {
    background-image: url(../images/granite.jpg); /*  background-color: #bbb; on the TRAVEL page */
    color: red;
    text-align: center;
    }

p.webmaster {
  padding: 0.5em 0 0.5em 0;
  font-family: Tahoma,Arial,sans-serif;
  font-size: x-small;
  color: black;
  text-align: center;
  }

.section {
	margin: 0;
	width: 100%;
	}

.col-A, .col-B, .col-C {
	position: relative;
	float: left;
	}

.col-A {
    background-color: #99ccff; /* #999 on the TRAVEL page */
	margin-right: 1px;
	margin-left: -175px; /* -150px; on the TRAVEL page */
	z-index: 10;
	width: 175px; /* 150px on the TRAVEL page */
	}
    
.col-B {
    background-images: url(../images/granite.jpg); /* not used on the TRAVEL page */
	margin: 0 -3px 0 -2px;
	z-index: 1;
	width: 100%;
	}
    
.col-C {
    background-image: #ccc; /* background-color: #999 on the TRAVEL page */ 
	margin-right: -175px; /* -150px; on the TRAVEL page */
	margin-left: 3px;
	z-index: 1;
	width: 175px; /* 150px; on the TRAVEL page */
	}

.clear {
	clear: both;
	}

.jokes {
    font-family:Verdana,Arial,sans-serif;
    font-size:small;
    color:white;
    width:90%; 
    margin-top: 25px;
    margin-left:auto;
    margin-right:auto;
    }


