﻿        .center
        {
            text-align: center;
        }
body{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Verdana;
    font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection
{
    border-bottom: thick solid #F9AF18;
    background: #FFFFFF;
    height: 77px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 155px 0 140px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn
{
    float: left;
    width: 150px; /*Width of left column in pixel*/
    margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
    background: #FFFFFF;
}

#rightcolumn
{
    float: left;
    width: 140px; /*Width of right column*/
    margin-left: -140px; /*Set left margin to -(RightColumnWidth)*/
    background: #FFFFFF;
}

#footer
{
    border-width: 1px;
    border-color: #F9AF18;
    clear: left;
    width: 100%;
    background: #FFFFFF;
    color: #003300;
    text-align: center;
    padding: 4px 0;
    border-top-style: solid;
}


.innertube{
/*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;    
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#menu
{
    border: 1px solid #F9AF18;
    float: left;
    width: 180px; /*Width of left column in pixel*/
    margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
    background: #FFF8E8;
}

.hotelcell
{
    border-right: #0099ff 1px solid;
    border-top: #0099ff 1px solid;
    border-left: #0099ff 1px solid;
    border-bottom: #0099ff 1px solid;
    border-color: #99CCFF;
}
h1
{
    color: #336699;
    font-size: 20px;
    font-weight: bold;
}

h2
{
    color: #336699;
    font-size: 18px;
    font-weight: bold;
}
.footerlinks
{
    font-size: 11px;
}
.pricestyle
{
    font-weight: bold;
    font-size: 18px;
    color: #CC3300;
}
.orangeTitle
{
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}

.search
{
    background-color: #EE5D34;
    height: 290px;
    width: 160px;
}

.testColor
{
}

.list
{
    font-size: 1.25em;
    list-style-image: url(/i/blt.gif);
}
.list a
{
    text-decoration: none;
}