@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/LewisAirBlueBanner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #container {
	width: 1250px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 8px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: auto;
} 
.thrColFixHdr #mainContent specs {
	margin-top: 0;
	background: silver;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent p {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #000;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: black;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	font-color: white;
	color: #FFF;
}
.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;
	color: #FFF;
	text-align: right;
	font-size: 9px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.font {
	font-size: 6px;
}
h1 {
	color: #000;
	font-size: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}
h2 {
	color: #F00;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3 {
	color: #036;
	font-size: 36px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h5 {
	color: white;
	font-size: 14px;
}
h6 {
	color: white;
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #00F;
}
#leftside {
	font-size: 60%;
	text-align: center;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 150px;
	margin-left: 30px;
}
