/* vim: set ts=4 sw=4 et sta ai si fdm=marker: */
body
{
    font-family: Verdana, Tahoma, sans-serif;
}
#masthead {
    background-color: #505050;
    border: 1px solid #111111;
    height: 60px;
    width: 936px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content_pane {
    width: 936px;
}
#content_pane_left {
    width: 184px;
    float: left;
    border: 1px solid #C1C1C1;
    text-align: left;
    padding: 8px;
    background: #FFFFFF;
}
#content_pane_left h3 {
    text-align: left;
}
#content_pane_right {
    width: 724px;
    float: right;
}
#car_header {
    background: url(car1.jpg) no-repeat;
    width: 722px;
    height: 202px;
    border: 1px solid #C1C1C1;
}
#sub_content {
    float: left;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    width: 460px;
    text-align: left;
    padding: 8px;
    min-height: 450px;
}
#sub_content_right {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    float: right;
    width: 220px;
    padding: 8px;
    min-height: 450px;
}
.major_heading
{
    font-family: Verdana, Tahoma, Sans-serif;
    font-size: 28pt;
    font-weight: bold;
}
.yellow
{
    color: #FFC700;
}
.small_note
{
    font-family: Verdana, Tahoma, Sans-serif;
    font-size: 8pt;
}
.light_grey
{
    color: #DCDCDC;
 }
.arrow
{
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 8px;
    background: url('arrow_white.jpg') no-repeat;
}
.navi
{
    background-color: #C1C1C1;
    border: 1px solid #111111;
    height: 20px;
    width: 936px;
}
.navtab
{
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 10pt;
    float: left;
    text-align: center;
    background: url('arrow_white.jpg') no-repeat;
    padding-left: 15px;
    margin-right: 25px;
}
