body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}
	
	div#container_all {
		margin: 0px auto 0px auto;
		width: 927px;
	}
	
		div#container_spacer {
			width: 927px;
			height: 37px;
			background: #ffffff;
		}
		
		div#container_header {
			width: 927px;
			height: 68px;
		}
		
		div#container_texts {
			width: 927px;
			height: 209px;
			background: url('images/texts_bg.jpg') no-repeat;
		}
		
			div#container_texts_base {
				width: 410px;
				padding: 22px 0px 0px 22px;
				
			}
			
		div#container_menu_title {
			width: 927px;
			height: 24px;
		}
				
		
		div#container_menu_base {
			width: 927px;
			height: 190px;
			background: url('images/menu_bg.jpg') no-repeat;
		}
		
		div#container_menu_base div {
			float: left;
			height: 190px;
			font-size: 13px;
			font-weight: bold;
		}
		
		div#container_menu_base div a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			height: 202px;
			text-indent: 11px;
			cursor: pointer;
		}
		
		div#container_menu_base div a:hover {
			color: #868788;
		}
		
		div#container_menu_base div a span {
		color: #ffffff!important;
			display: block;
			height: 17px;
			padding-top: 5px;
		}
		
			div#container_menu_left {
				width: 21px;
			}
			
			div#container_menu_flights {
				width: 168px;
				background: url('images/menu_flights.jpg') no-repeat;
				margin-right: 5px;
			}
			
			div#container_menu_hotels {
				width: 169px;
				background: url('images/menu_hotels.jpg') no-repeat;
			}
			
			div#container_menu_center {
				width: 4px;
			}
			
			div#container_menu_shopping {
				width: 169px;
				background: url('images/menu_shopping.jpg') no-repeat;
			}
			
			div#container_menu_dining {
				width: 171px;
			}
			
			div#container_menu_right {
				width: 207px;
			}
		
		div#container_footer {
			width: 927px;
			height: 56px;
			background: url('images/footer_bg.jpg') repeat-x;
		}
		
		div#container_ae_logo {
			float: right;
			width: 200px;
			height: 57px;
		}
		
/* Global definition */
img {
	border: none;
}

