body {
margin:0;
text-align:center;
background:#5b7299;
color:#808080;
font-family: Georgia, Calibri;
}

a {
color:#000080;
}

a:hover {
color:#b4d829;
}

#map_canvas img {
inherit: none;
}

#container {
width:955px;
margin:0 auto;
border-left: 2px dashed black;
border-right: 2px dashed black;
text-align:left;
background: #fff;
}

#header {
background: #fff;
}

#header h1 {
font-size: 28px;
color: #505050;
padding-left: 20px;
background: #fff;
}

#navigation {
float: right;
width: 500px;
margin-right: 25px;
padding: 20px 0 0 0;
line-height: 1.3;
}

#navigation ul {
margin-top: 0px;
text-align: left;
}

#navigation ul li {
display: inline;
font-weight: normal;
color: #000080;
padding: 0 8px 0 0;
font-size: 12px;
text-transform: uppercase;
}

#content {
float:left;
width: 915px;
padding: 20px;
line-height: 1.3;
font-size: 14px;
}

#hotelinfo {
width: 600px;
float: left;
color: black;
line-height: 1.5;
}

.thumb {
width: 250px;
height: 250px;
border: 1px solid black;
float: right;
padding: 10px;
background: #ccc;
margin: 5px 7px 15px 10px;
}

#sidebar {
width: 300px;
float: right;
padding-left: 15px;
}

#hotelimage {
float: left;
width: 40px;
}
#hotelimage-hdr {
float: left;
width: 40px;
color: black;
font-size: 14px;
background: #c1c2ff;
}

#hotelname {
float: left;
width: 220px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#hotelname-hdr {
float: left;
width: 220px;
font-size: 14px;
color: black;
background: #c1c2ff;
}

#starrating {
float: left;
width: 90px;
white-space: nowrap;
overflow: hidden;
}

#starrating-hdr{
float: left;
width: 90px;
font-size: 14px;
color: black;
background: #c1c2ff;
}

#hotelrate {
float: left;
text-align: right;
color: green;
font-weight: bold;
font-size: 16px;
width: 100px;
overflow: hidden;
}

#hotelrate-hdr{
float: left;
text-align: right;
color: black;
font-size: 14px;
width: 100px;
background: #c1c2ff;
}

#description {
float: left;
text-align: left;
padding-left: 15px;
width: 445px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#description-hdr {
float: left;
text-align: left;
padding-left: 15px;
width: 445px;
font-size: 14px;
color: black;
background: #c1c2ff;
}

#footer {
text-align: left;
padding: 5px;
color: black;
font-size:14px;
border-top: 2px solid #808080;
}

#footer a {
color: #000;
}

#footer li
{
display: inline;
list-style-type: none;
padding: 0px 10px;
}

#clear {
clear:both;
background: #fff;
}
