div.container
{
width:90%;
max-width:900px;
margin-left:50px;
line-height:150%;
background-color: #ffffa0;
}

div.header
{
padding:90px;
background-color: white;
background-image: url('picture/Hotel_edit1.jpg');
background-repeat: no-repeat;
background-position: center top;
}


div.footer
{
padding:0.5em;
color:black;
clear:left;
border:1px solid white;
border-top:5px solid white;
}


div.left
{
float:left;
width:150px;
margin:0;
padding:1em;
padding-top:2em;
padding-bottom:3em;
border-left:1px solid white;
}

div.content
{
margin-left:160px;
border-left:5px solid white;
border-right:1px solid white;
padding:1em;
padding-top:3em;
padding-bottom:3em;
}

div.rfigure {
  float: right;
  width: 25%;
  margin-left:0.5em;
  min-width: 350px;
}
div.rfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.lfigure {
  float: left;
  width: 40%;
  margin: 0.5em;
  min-width: 600px;
}
div.lfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.smallfigure {
  float: right;
  width: 25%;
  margin: 0.5em;
  min-width: 320px;
}
div.smallfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

body
{
background-color: #ffffb0;
}


