﻿div.container
{
    color: #000000;
}

/* Latest Models Container Div */
div.LatestModelsContainer
{
    float: left;
    background: url('images/home/home_02.jpg') no-repeat;
    width: 413px;
    height: 342px;
}

/* Latest Models Text Div */
div.LatestModelsText
{
    text-align: center;
    color: #000000;
    margin-top: 165px;
    margin-left: 90px;
    margin-right: 53px;
    margin-bottom: 0px;
    overflow: hidden;
}

/* Latest Models Container Div 2 */
div.LatestModelsContainer2
{
    float: left;
    background: url('images/home/home_04.jpg') no-repeat;
    width: 413px;
    height: 275px;
}

/* Latest Models Text Div 2 */
div.LatestModelsText2
{
    text-align: center;
    color: #000000;
    margin-top: 50px;
    margin-left: 95px;
    margin-right: 53px;
    margin-bottom: 0px;
    overflow: hidden;
}

/* Bulletin Board Container Div */
div.BulletinBoardContainer
{
    float: left;
    background: url('images/home/home_03.jpg') no-repeat;
    width: 637px;
    height: 342px;
}

/* Bulletin Board Text Div */
div.BulletinBoardText
{
    text-align: center;
    color: #000000;
    margin-top: 175px;
    margin-left: 50px;
    margin-right: 150px;
    margin-bottom: 0px;
    overflow: hidden;
}

/* Bulletin Board Container Div 2 */
div.BulletinBoardContainer2
{
    float: left;
    background: url('images/home/home_05.jpg') no-repeat;
    width: 637px;
    height: 275px;
}

/* Bulletin Board Text Div 2 */
div.BulletinBoardText2
{
    text-align: center;
    color: #000000;
    margin-top: 70px;
    margin-left: 85px;
    margin-right: 120px;
    margin-bottom: 0px;
    overflow: hidden;
}