#content_left
{
    width:443px;
    margin-right:10px;
}
#content_right
{
    padding: 0 10px 0 0;
    width:243px;
    background:#fff url(images/content_right_bg.jpg) repeat-x;
}
#content_right p
{
    line-height:1.8em;
}
#booking
{
    width:251px;
    background-color: #fff;
    border-left:1px solid #00b8f7;
    border-bottom:1px solid #00b8f7;
    border-right:1px solid #00b8f7;
}
#booking_title
{
    height:32px;
    padding:18px 0 0 10px;
    background: #004178 url(images/booking_title_bg.jpg) no-repeat 0 0;
    color:#00b8f7;
    font-weight:bold;
    width:243px;
}
#booking_selector a
{
    float:left;
    height:20px;
    padding:4px 0 0 10px;
    font-size:0.8em;
}
#booking_selector a.selected
{
    width:116px;
    color:#014585;
}
#booking_selector a.nonselected
{
    width:115px;
    background: #00b8f7 url(images/nonselected_bg.jpg) repeat-y 0 0;
    color:#fff;
}
#booking a:hover
{
    text-decoration:none;
}
#booking_body
{
    width:251px;
    height:302px;
    background:#fff url(images/booking_bg.gif) no-repeat 0 0;
    font-weight:bold;
    line-height:220px;
    text-align:center;
}

/* Class styles */
.w125       
{
    width:125px;
}
