.oneColFixCtrHdr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-bottom: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		
}

#content {
	
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	
	/* 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. */
	padding: 0px 0px 0px 0px;
	height: 10px;
	background-repeat: repeat-x;
	background-image: url(../images/mmi_bck01.gif);
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
}

.oneColFixCtrHdr #mainContent {
	
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.oneColFixCtrHdr #mainContent #SearchWidget{
	
	margin-top: -20px;
	position:relative;
	padding: 0px 0px 0px 0px;
	height: 215px;
	float:none;
	width: 448px;
	background-image: url(../images/searchw_bck.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	z-index:100;
}

.oneColFixCtrHdr #mainContent #BillboardImage{
	
	position:relative;
	padding: 0px 0px 0px 0px;
	height: 279px;
	float:none;
	width: 910px;
	background-image: url(../images/mainimage.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	z-index:10;
}
.oneColFixCtrHdr #mainContent #A1Placement{
	
	margin: -190px 0px 0px 460px;
	padding: 0px 0px 0px 0px;
	height:196px;
	width:140px;
	z-index:1000;
	position:relative;
	
}

.oneColFixCtrHdr #mainContent #A2Placement{
	
	margin: -200px 0px 0px 610px;
	padding: 0px 0px 0px 0px;
	height:196px;
	width:140px;
	position:relative;
	
}

.oneColFixCtrHdr #mainContent #A3Placement{
	
	margin: -200px 0px 0px 760px;
	padding: 0px 0px 0px 0px;
	height:196px;
	width:140px;
	position:relative;
	
}

.oneColFixCtrHdr #mainContent #SpecialOffers{
	
	margin: 15px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	height:259px;
	width:227px;
	position:relative;
	
}

.oneColFixCtrHdr #mainContent #SpecialOffers #HeaderImg{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:23px;
	width:276px;
	
}

.oneColFixCtrHdr #mainContent #FeaturedOffer{
	
	margin: -259px 0px 0px 310px;
	padding: 0px 0px 0px 0px;
	height:259px;
	width:227px;
	position:relative;	
		
}

.oneColFixCtrHdr #mainContent #FeaturedOffer #HeaderImg2{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:23px;
	width:276px;
	
}

.oneColFixCtrHdr #mainContent #SelectYourHoliday{
	
	margin: -259px 0px 0px 610px;
	padding: 0px 0px 0px 0px;
	height:259px;
	width:227px;
	position:relative;	
		
}

.oneColFixCtrHdr #mainContent #SelectYourHoliday #HeaderImg3{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:23px;
	width:276px;
	
}

.oneColFixCtrHdr #mainContent #Top10Flights{
	
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:100;
}


.oneColFixCtrHdr #footer {
	padding: 0 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EF3737;
	color: #FFFFFF;
	padding-top:21px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:15px;
}

.oneColFixCtrHdr #footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #leadingnavbar 
{
	background-image: URL(/images/nav_bck01.gif);
	background-color: #EF3737;
	background-repeat: repeat-x;
	border-bottom: solid 4px #EF3737;
	
	height: 27px;
}

.navigationcontainer {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #EF3737;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	vertical-align: middle;
	border-bottom: 0px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
		
}

.leadingnavbar1
{
	background-image: URL(/images/nav_bck01.gif);
	background-color: #EF3737;
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: solid 1px white;
}

.test
{
	width: 910px;
	background-color: white;
	height: 1px;
}
