body
{
    background-color: #ffedeb;
    background-image: url(images/layout/historic-park-hotel-bk.jpg);
    background-repeat: repeat-x; 
}
h1 
{
    /*font-family: "Book Antiqua", Palatino, serif;*/
    font-family: Courier New, Courier, Times New Roman, Georgia, Times, Serif;
    font-size: x-large;
    text-transform: uppercase;
}
h2 
{
    font-family: Courier New, Courier, Times New Roman, Georgia, Times, Serif;
    font-size: medium;
}
h3
{
    font-style:italic;
}
p,ul,li
{
    font-size:small;
}
a:link
{   
    color: #000;
}
a:visited
{   
    color: #000;
}
a:active
{   
    color: #000;
}
a:hover
{   
    color: #000;
}
#park-hotel
{
    float: none;
    position:relative;
}
#pagebanner
{   
    clear:both;
    width:759px;
    margin-left: auto; /*use to center page*/
    margin-right: auto; /*use to center page*/
    border: solid 1px #000000;
    background-color:#ffffff;
}
#banner
{
    height: 157px;
}
#banner-image
{
    width:759px;
    height: 137px;
}
#banner-nav
{
    clear: both;
    width: 759px;
    height: 20px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    background-color: #000000;  
}
#top-nav
{   
    float:left;
    text-align:left;
    color: #ffffff;
    padding: 3px 0px 0px 10px;
    background-color: inherit;
}
#top-nav a.top-nav:link,a.top-nav:active,a.top-nav:hover,a.top-nav:visited
{
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    background-color: inherit;
}
#pagebody
{   
    clear:both;
    width:759px;
    margin-left: auto; /*use to center page*/
    margin-right: auto; /*use to center page*/
    border: solid 1px #000000;
    background-color:#ffffff;
}
#left-column
{
    float:left;
    width: 140px;
    background-color: #fff;
    padding-top: 25px;
}
#left-nav
{
    clear:both;
    width: inherit;
    min-height: 400px;
    color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: left;
    
}
#left-nav .nav-item
{
    margin: 7px 15px 7px 15px;
}
#left-nav .nav-item-1
{
    margin: 5px 15px 5px 15px;
}
#left-nav a.left-nav:link,a.left-nav:active,a.left-nav:hover,a.left-nav:visited
{
    color: #000000;
    text-decoration: none;
}
#contact
{ 
    clear: both;
    position:relative;
    bottom: 115px;
    width: 120px;
    color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: left;
    padding: 15px 15px 15px 5px;
    background-color: transparent;
    z-index: 100;
}
#footer
{
    clear: both;
    width: 759px;
    height: 20px;
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    background-color: #000;  
}
#copyright
{
    float:left;
    width: 158px;
    color: #fff;
    text-align:left;
    padding: 3px 0px 0px 10px;
    background-color: inherit;
    
}
#footer-nav
{
    float:right;
    width: auto;
    color: #ffffff;
    text-align:left;
    padding: 3px 0px 0px 0px;
    background-color: inherit;
}
#footer-nav a.footer-nav:link,a.footer-nav:active,a.footer-nav:hover,a.footer-nav:visited
{
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    background-color: inherit;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.center
{
    text-align:center;
}
.clear
{
    clear:both;
}
.formLayout
{
    width:400px;
}
.formRow
{
    width:400px;
    min-height: 25px;
}
.formLabel
{
    float:left;
    width:80px;
    font-weight:bold;
    text-align:right;
    padding: 5px 0px 0px 0px;
}
.formField
{
    float:right;
    width:315px;
    text-align:left;
    padding-left: 5px;
}
.formButton
{
    font-size:11px;
    background-color: #fff;
    border: solid 1px #000;
}
.border
{
    border: solid 1px #000;
}
.image-right
{
    float:right;
    margin: 0px 0px 15px 15px;
    border: solid 1px #000;
}
.image-left
{
    float:left;
    margin: 0px 15px 15px 0px;
    border: solid 1px #000;
}    