body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: #204C79;
}
a {outline: 0}
a:link {color: #134A5E;}
a:visited {color: #134A5E;}
a:hover {color: #000;}
a:active {color: #134A5E;}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	}
#inner {
	margin: 2px;
	background-color: #d2dbe4;
	}
img {border: 0;}
#top { display: block;}

#main {
	height: 1%;
	overflow: hidden;
	border-bottom: 50px solid #d2dbe4;
	}
#column {
	width: 170px;
	float: left;
	position: relative;
	}
#content {
	width: 540px;
	float: right; 
	position: relative;
	margin-right: 10px;
	margin-top: 30px;
	}
/* Navigation */
#navlist li {
  display: inline;
  /* for IE5 and IE6 */
}
#navlist {
	width: 168px;
  /* to display the list horizontaly */
  font-family: sans-serif;
  margin: 0;
  padding: 0;
	border-bottom: 2px solid white;
}

#navlist a {
  
  /* extend the sensible area to the maximum with IE5 */
  display: block;
  background-color: #204c79;
  border: 2px #fff solid;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
  text-align: left;
  text-decoration: none;
  color: #fff;
	padding: 5px;
	height: 1%;
	font-weight: bold;
}
#navlist a:hover { background-color: #043667; }
#navlist a:visited { color: #fff; }

#loc-guide img {
	display: block;
	margin-left: 0px;
	}
#loc-guide form {
	margin: 0;
	}

#contact-info {
	height: 1%;
	overflow: hidden;
	background-color: #94a9bf;
	height: 171px;
	}	
#contact-box {
	width: 190px;
	float: left;
	position: relative;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding-top: 30px;
	}	
#contact-box p {
	margin: 0;
	color: #053768;
	}
#brochure {
	background: url(assets/bg-brochure.jpg) no-repeat;
	padding-left: 170px;
	margin-left: 200px;
	margin-top: 5px;
	height: 171px;
	}
#brochure h2 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #053768;
	clear: none;}
#brochure p {
	margin-top: 10px;
	}	
#links {
	background: url(assets/links.gif) no-repeat #fff;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	height: 107px;
	}
#links img {
	display: block;
	position: absolute;
	}	
#link-mavb {
	top: 53px;
	left: 0;
	}
#link-weather1 {
	top: 3px;
	left: 160px;
	}
#link-palace {
	top: 60px;
	left: 160px;
	}
#link-weather2 {
	top: 3px;
	left: 315px;
	}
#link-aaa {
	top: 43px;
	left: 490px;
	}
#link-disney {
	top: 34px;
	left: 568px;
	}
#link-driving {
	top: 33px;
	left: 664px;
	}
#bottom-links {
	background-color: #053768;
	padding: 10px;
	color: white;
	}
#bottom-links a { font-weight: bold; text-decoration: none;}
#bottom-links a:link { color: white; }
#bottom-links a:visited { color: #ddd;}
#bottom-links a:hover { color: #fdfbae; }
#bottom-links a:active { color: white; }
#copyright {
	padding: 10px;
	}	