body {
padding: 0;
margin: 20px 0 30px 0;
text-align: center;
background-color: #8B9862;
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #fff;
line-height: 18px;
}


/*Divs and positioned elements*/

#container {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 760px;
text-align: left;
background-image: url(images/bg_body.gif);
background-position: top center;
background-repeat: repeat-y;
}

#header {
background-image: url(images/bg_header.gif);
background-position: top center;
background-repeat: no-repeat;
padding: 45px 0px 20px 55px;
}

#sidebar {
width: 325px;
float: left;
text-align: right;
}

#content {
margin-top: -97px;
float: right;
width: 330px;
padding: 0 70px 0 20px;
}

#footer {
clear: both;
padding-bottom: 35px;
background-image: url(images/bg_footer.gif);
background-position: bottom center;
background-repeat: no-repeat;
text-align: center;
font-size: 10px;
color: #E2EFBB;
}


/*Links*/

a:link, a:visited {
color: #C8DB8D;
}

a:hover, a:active {
color: #E2EFBB;
}


/*headings, paragraphs*/

h1, h2, h3, h4, p {
padding: 0;
margin: 0;
}

.p1 span{
font-size: 12px;
text-transform: uppercase;
}

p {
padding-bottom: 10px;
padding-top: 6px;
}

.p1 {
padding-top: 20px;
clear: both;
font-size: 11px;
font-weight: bold;
}

.p2 {
text-align: justify;
font-weight: bold;
font-style: italic;
font-size: 12px;
}

.p3 {
text-align: justify;
}

.p4 {
text-align: justify;
margin-bottom: 13px;
}

h1 {
width: 300px;
font-size: 22px;
}

h2.tagline {
padding-bottom: 1px;
border-bottom: 0;
}

#footer p {
padding: 2px;
}

h2 {
font-family: "trebuchet ms", arial, sans-serif;
color: #C8DB8D;
border-bottom: 2px solid #C8DB8D;
padding-bottom: 4px;
margin: 20px 0 8px 0;
padding-top: 10px;
font-size: 20px;
text-align: right
}

h3 {
font-family: "trebuchet ms", arial, sans-serif;
color: #C8DB8D;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px dashed #C8DB8D;
padding-bottom: 2px;
text-align: right;
}


/*images*/

img {
border: 0;
}

.img1 {
border: 6px solid #11120F;
}



/* attempt at making a rollover effect for logo -

#header h1 {
border: 1px solid #c00;
}

#header img {
display: block;
}

#header h1 a:link, #header h1 a:visited {
padding: 0 190px 0 0;
background-image: url(images/logo_link.gif);
background-position: top right;
background-repeat: no-repeat;
}


#header h1 a:hover, #header h1 a:active {
padding: 0 190px 0 0;
background-image: url(images/logo_hover.gif);
background-position: top right;
background-repeat: no-repeat;
}
*/

/*Main nav manu*/

#nav {
list-style-type: none;
margin: 0;
padding: 28px 0;
text-align: center;
background-color: #1f211c;
}

#nav li {
display: inline;
padding-left: 9px;
padding-right: 9px;
}

#nav li a:link, #nav li a:visited {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
padding-top: 3px;
}

#nav li a:hover, #nav li a:active {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
padding-top: 3px;
border-top: 6px solid #b9cb83;
}


/*footer nav list*/

#footer ul {
list-style-type: none;
margin: 0;
padding: 10px 0 5px 0;
}

#footer ul li {
display: inline;
padding: 5px;
font-size: 12px;
}

/*Rooms & rates lists*/

.room_list {
list-style-image: url(images/room_list.gif);
}

.rates_list {
margin-top: 4px;
margin-bottom: 12px;
list-style-type: none;
text-align: right;
}
.rates_list span {
font-weight: bold;
}



/*Form*/

form {
margin: 0;
padding: 0;
}

#availability {
text-align: left;
float: right;
width: 264px;
background-color: #1f211c;
padding: 0px 0 5px 0px;
margin-top: 15px;

}
#availability p {
padding:  8px 5px 5px 8px;
font-size: 10px;
}

#availability h3 {
color: #fff;
background-color: #11120f;
padding: 3px 0 5px 8px;
margin: 0px 0;
font-size: 1.3em;
border-bottom: 0;
text-align: left;
}

.button {
color: #fff;
background-color: #81032b;
border: 2px solid #11120f;
font-weight: bold;
margin-top: 2px;
margin-bottom: 5px;
}

.input {
color: #11120f;
background-color: #fff;
border: 1px solid #11120f;
}
