@charset "utf-8";
body {
	padding: 15px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 75%;
	line-height: 1.3em;
	color: #231f20;
	padding: 0;
	color: #2D371F;
	background-color: #467091;
	height: 100%;
	width: 100%;
}
.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7FA3C7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1024px;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
	background-image: url(images/alaska3_01.jpg);
	height: 192px;
	width: 1024px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.oneColFixCtrHdr #logo {
	background-image: url(images/alaska3_02.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 1024px;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	background-color: #7EA2C6;
	padding: 0px;
	width: 100%;
	line-height: 16pt;
}

.oneColFixCtrHdr  #info {
	background-image: url(images/alaska3_04.jpg);
	height: 240px;
	width: 1024px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.oneColFixCtrHdr  #footer  {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 9px;
	color: #7FA3C7;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColFixCtrHdr #mainContent h6 {
	font-size: large;
	color: #FFFFFF;
}
.flt {
	padding: 10px;
	float: right;
}
