html {
    padding:0;
    margin:0;
    border:0px none;
    background:#fff;
    /* http://squidfingers.com/patterns/15/ */

    font-family:arial;
    text-align: center
}
html, TD, input {
    font-size: 14px;
}
body {
    padding:0;
    margin:0;
    border:0px none;
   /* background-color: #57451f;*/
   background: url('images/swirl.gif')
}

#toptable {
    border-left: 1px solid #57451f;
    border-right: 1px solid #57451f;
    width: 962px;
}

#topdiv {
    height:150px;
    width: 960px;
    background: url('images/logo960150.jpg');
    border-bottom:1px solid #57451f;
    text-align: right;
    vertical-align: bottom;
}

#colorline1, #colorline2, #colorline_about1, #colorline_about2, #colorline_rooms1, #colorline_rooms2, #colorline_dining1, #colorline_dining2, #colorline_business_travelers1, #colorline_business_travelers2, #colorline_maps1, #colorline_maps2, #colorline_gallery1, #colorline_gallery2, #colorline_attractions1, #colorline_attractions2 {
    background-color: #614a31;
    color: #b9c172;
    height: 30px;
    text-align: left;
    padding-left: 10px;
    width: 960px;
}

#colorline2 {
    background-color: #b9c172;
    height: 15px;
}

#colorline_about1 {
    background-color: #91632f;
    color: #fed7a0;
}
#colorline_about2 {
    background-color: #d6b977;
    height: 15px;
}

#colorline_rooms1 {
    background-color: #4c5964;
    color: #d1c79b;
}
#colorline_rooms2 {
    background-color: #d1c79b;
    height: 15px;
}

#colorline_dining1 {
    background-color: #b82c39;
    color: #dbc373;
}
#colorline_dining2 {
    background-color: #dbc373;
    height: 15px;
}

#colorline_business_travelers1 {
    background-color: #345b94;
    color: #ead26d;
}
#colorline_business_travelers2 {
    background-color: #ead26d;
    height: 15px;
}

#colorline_maps1 {
    background-color: #be901d;
    color: #e7d786;
}
#colorline_maps2 {
    background-color: #e7d788;
    height: 15px;
}

#colorline_gallery1 {
    background-color: #7d3c15;
    color: #d4c792;
}
#colorline_gallery2 {
    background-color: #d4c792;
    height: 15px;
}

#colorline_attractions1 {
    background-color: #546117;
    color: #b3ba9d;
}
#colorline_attractions2 {
    background-color: #b3ba9d;
    height: 15px;
}

.content {
    background-color: white;
    color: #52463A;
    text-align: left;
    padding: 10px 30px 40px 30px;
    width: 780px;
}

.contentTitle {
    background-color: white;
    color: #52463A;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    padding: 20px 0px 0px 10px;
}
.innertable {
    width: 720px;
}

#sash, .sash  {
    position: relative;
    background-color: #e7e7df;
    width: 180px;
    padding: 10px;
}

#sashspacer {
    height: 1px;
    width: 160px;
}

#v4lovers {
    background-color: #e7e7df;
    padding-bottom: 60px;
    vertical-align: bottom;
}

#foot {
    background-color: #d3d4c6;
    height: 30px;
}

#mainphoto {
    position: relative;
    height: 20px;
    padding: 0px;
    margin: 0px;
    background-color: #614a31;
}
#mainphoto IMG {
    padding: 0px;
    margin: 0px;
}

#menudiv {
    height: 42px;
    line-height: 16px;
    padding-right: 10px;
}
.active {
    font-weight: bold;
}

.bold {
    font-weight:bold;
}
.menu1, .menu2, .menu2b {
    font-size: 12px;
    letter-spacing: -0.1em;
    margin: 0px 10px 0px 20px;
}
.menu2b {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.menu1 A, .menu2 A, .menu2b A {
    text-decoration: none;
    color: #000;
}
.menu2, .menu2b A {
    color: #000;
}
.menu1 A:hover, .menu2 A:hover, .menu2b A:hover  {
    color: blue;
}

#callToday {
    text-align: center;
}

.roomTitle {
    font-family: Arial;
    font-size: 18px;
}
.roomDesc {
    padding-left: 10px;
    padding-right: 10px;
}
.roomImage {
    width: 240px;
}

A.about {
    color: #91632f;
}

A.rooms {
    color: #4c5964;
}

A.dining {
    color: #b82c39;
}

A.business travelers {
    color: #345b94;
}

A.gps{
    color: #be901d;
}

A.gallery {
    color: #7d3c15;
}

A.attractions {
    color: #546117;
}

A.home, A.contact {
    color: #614a31;
}


#homeimage {
    transition-property: visibility;
    transition-duration: 2s;
}

#homeimagediv {
    padding: 0px;
    margin: 0px;
}

IMG.viewer {
    position:relative;
    width: 500;
}
