body{
	margin:0;
	padding:0 0 100px 0;
	font-family: Arial, sans-serif;
	font-size: 80%;
}

h1{
	font-weight:bold;
	font-size: small;
	color: #003580;
	margin-top: 0px;
}

h1 span{
 font-size:.667em;
}

h2{
	font-size: small;
	color: #003580;
	margin-top: 0px;
}

h3{

}

p{
	margin-top: 0px;
	font-size: x-small;

}

div#footer{
	color:black;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:112px;
	background-color: #FFFFFF;
	vertical-align: middle;
	visibility: hidden;
}

@media screen{
 body>div#footer{
   position: fixed;
  }
}

* html body{
  overflow:hidden;
}

* html div#content{
	height:100%;
	overflow:auto;
	background-position: center;
}

#footer #mainleft {
	height: 100px;
	width: 30%;
	float: left;
	margin-top: 8px;
	padding-top: 0px;
	background-color: #feba02;
	margin-right: 8px;
	background-position: left;
	margin-left: 8px;
	margin-bottom: 4px;
}

#footer .title {
	height: 20px;
	width: 100%;
}

#footer .description {
	height: 65px;
	width: 100%;
	text-align: justify;
}

#footer #maincenter {
	height: 100px;
	width: 67%;
	background-color: #999999;
	margin-left: 4px;
	margin-top: 8px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#footer #maincenter #hotels .hotel {
	font-weight: bold;
	text-align: center;
}
#footer #maincenter #hotels {
	height: 65px;
	width: 110px;
	padding-right: 5px;
	padding-left: 5px;
}

