/*
 *  Niagara Falls Hilton DIV Layout
 */
* {
    margin:0;
    padding:0;
}

body {
    background-color: #c0b9a4;
    text-align: center;
    font-family: arial, Helvetica, Times New Roman;
    color: #ffffff;
} 

/* Link Set Style */
a:link { 
    color: #ffffff;
    text-decoration: none; 
}
a:visited { 
    color: #ffffff;
    text-decoration: none; 
}
a:hover { 
    color: #ffffff;
    text-decoration: none; 
}
a:active { 
    color: #ffffff;
    text-decoration: none; 
}

.heading_h {
    display: none;
}

/* The Big Containers */
.wrapper {
    text-align: left;
    width: 777px;
    margin:0 auto; 

}
.header {
    margin: 0;
}

.footer {
    text-align: right;
}

/* Scroll Menu */
.header .scroll_menu {
    margin-top: -1px;
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
}

/* Main Navi */
.header .navi {
    height: 30px;
    vertical-align: middle;
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    background-color: #362B19;
}
.header .navi a {
    padding: 0 3px 0 3px;
}

/* Sub-Navi */
.header .sub_navi {
    font-family: verdana, arial, Helvetica, Times New Roman;
    color: #FFF;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    padding: 5px 0 5px 0;
    background-color: #362B19;
}
.header .sub_navi a {
    padding: 0 1px 0 1px;
}
.header_box {
    float: left;
}
.reservation_form {
    background-image: url('new_index/images/header_reservations.jpg');
    width: 262px;
    height: 101px;
}


/* Main Content */
.content {
    padding-top: 35px;
    background-color: #888373;
}

/* Content Sidebar */
.content .right_cont {
    width: 130px;
    margin-top: 22px;
    margin-right: -11px;
}
.wrapper .content .right_cont img {
    margin-bottom: 9px;
}

/* Content Title */
.content .title {
    display: block;
    width: 100%;
    height: 36px;
    background-color: #463F26;
}

/* Content Bottom */
.content .bottom {
    padding: 10px 0 10px 0;
}

/* Footer Stuff */
.bottom { 
    font-family: verdana, arial, Helvetica, Times New Roman;
    color: #000000;
    font-size: 7pt;
    text-decoration: none;
}
.footer .left {
    float: left;
}
