@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
	height: inherit;
	width: inherit;
	border: medium solid #000000;
}
.twoColFixLtHdr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #660000; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
} 
.twoColFixLtHdr #container1 {
	background-color: #660000;
	color: #FFFFFF;
}

.twoColFixLtHdr #header {
	background: #000000;  /* 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. */
	height: 250px;
	background-image: url(../graphics/plane_header1.gif);
	background-repeat: no-repeat;
	border: thick solid #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	border: thick solid #FFFFFF;
	height: 420px;
	background-color: #000000;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	height: 410px;
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	border: thick solid #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	margin-right: 1px;
} 
.twoColFixLtHdr #footer {
	width: 815px;
	height: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
	left: auto;
	top: 1000px;
	right: auto;
	bottom: auto;
	color: #FFFFFF;
	border: thick solid #FFFFFF;
} 
.style8 {
	font-size: 1.5cm;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #990033;
}
a:active {
	color: #FFFFFF;
}
.imageborder {
	border: thin solid #AA1926;
}
