/* CSS Document */

body {
background: url(images/backgrounds/gradient.jpg) repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 5px 0 0 0;
}

#container {
width: 900px;
position: absolute;
left: 50%;
margin-left: -450px;
background: #ffffff;
border: 1px solid #999999;
}

#header {
background: url(images/headers/header3.jpg) no-repeat;
height: 180px;
}

#navbar {
text-align: center;
padding: 10px 0 10px 0;
background: #CCCCCC;
margin: 0 0 20px 0;
}

#bodycontainer {
text-align: center;

}

#mainbody {
text-align: justify;
padding: 20px 40px 10px 40px;
color: #919191;

}

#mainbody.bedroom {
text-align: justify;
padding: 20px 30px 10px 30px;
color: #919191;
margin-right: 450px;
}

#arrows {
text-align: left;
padding: 0 40px 0 40px;
}

#footer {
color: #919191;
font-size: small;
text-align: left;
border-top: 2px solid #CCCCCC;
padding: 10px 0 10px 40px;
}

/* Lists */

#navbar ul {
display: inline;
}

#navbar li {
display: inline;
padding: 0 15px 0 15px;
}

li.current {
font-weight: bold;
}

/* Links */

a {
color: #333333;
text-decoration: none;
}

a.link {
border-bottom: 1px dotted #333333;
}

/* Text */

p {
padding: 5px 0 10px 0;
line-height: 125%;
}

address {

font-style: italic;
}

h1 {
font-size: large;
margin: 0 0 6px 0;
}

h2 {
font-weight:bold;
}


/* Tables */

table {
margin: 20px 0 25px 0;
}

table.beds {
float: right;

}

th {
color: #333333;
text-align: center;
}

td {

padding: 5px 5px 5px 10px;
}

/* Images */

#image {
border: 1px solid #ffffff;
}

img.forward {
float: right;
}

img.map {
margin: 0 0 20px 100px;
}

#top {
position: absolute;
height: 267px;
width: 400px;
border: 1px solid #cccccc;
padding: 10px;
margin: 20px 0 0 0;
}

#bot {
position: absolute;
height: 267px;
width: 400px;
border: 1px solid #cccccc;
padding: 10px;
margin: 20px 0 0 0;
}


img.attractions {
float: right;
margin: 0 0 10px 25px;
border: 1px solid #cccccc;
padding: 5px;
}

img.attractions2 {
float: left;
margin: 0 25px 10px 0;
border: 1px solid #cccccc;
padding: 5px;
}

#map {
float: left;
margin: 0 25px 0 0;
}

#finest {
float: right;
margin: 0 10px 10px 10px;
}