#container
{
    position: relative;
    width: 1003px;
    height: 628px;
    margin: 0 auto;
    
}

#header
{
    position: relative;
    width: 1003px;
    height: 140px;
    float: left;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
}

#middle
{
    position: relative;
    clear: both;
    width: 1003px;
    height: 488px;
    background-image: url('../images/middle_bk.jpg');
    background-repeat: no-repeat;
}

#left
{
    position: relative;
    width: 500px;
    height: 488px;
    float: left;
}

#left_top
{
    position: relative;
   float: left;
    width: 336px;
    height: 175px;
    margin-top: 55px;
    background-image: url('../images/left_top.gif');
    background-repeat: no-repeat;
}

#left_bot
{
    position: relative;
    
    float: left;
    width: 336px;
    height: 175px;
    margin-top: 25px;
    background-image: url('../images/left_bot.gif');
    background-repeat: no-repeat;
}

.left_top
{
    position: absolute;
    height: 175px;
    width: 345px;
    top: 20pt;
    left: 15pt;
}

.mission
{
    display: block;
    height: 175px;
    width: 345px;
    background-image: url('../images/mission.png');
    background-repeat: no-repeat;
}

.left_bot
{
    position: absolute;
    height: 145px;
    width: 292px;
    top: 10pt;
    left: 7pt;
}

.milano
{
    display: block;
    height: 145px;
    width: 292px;
    background-image: url('../images/milano.png');
    background-repeat: no-repeat;
}

#right
{
    position: relative;
    width: 500px;
    height: 488px;
    float: right;
}

#right_top
{
    position: relative;
    float: left;
    width: 336px;
    height: 175px;
    margin-top: 55px;
    background-image: url('../images/right_top.gif');
    background-repeat: no-repeat;
}

.right_top
{
    position: absolute;
    height: 130px;
    width: 311px;
    top: 22pt;
    left: 18pt;
}

.karaka
{
    display: block;
    height: 130px;
width: 311px;
background-image: url('../images/karaka.png');
    background-repeat: no-repeat;
}

.right_bot
{
    position: absolute;
    height: 145px;
    width: 292px;
    top: 19pt;
    left: 17pt;
}

.pony
{
    display: block;
    height: 145px;
    width: 292px;
    background-image: url('../images/pony.png');
    background-repeat: no-repeat;
}

#right_bot
{
    position: relative;
    float: left;
    width: 336px;
    height: 175px;
    margin-top: 25px;
    background-image: url('../images/right_bot.gif');
    background-repeat: no-repeat;
}

.spacer_left
{
    position: relative;
    float: left;
    width: 75px;
    height: 300px;
}

.spacer_left_2
{
    position: relative;
    float: left;
    width: 90px;
    height: 300px;
}


/** ##### Homes For sale Button */


.homes
{
    float: left;
    width:100px;
    height: 78px;
    margin-top: 30px;
    margin-left: 35px;
    background-image: url('../images/homes4sale.jpg');
    background-repeat: no-repeat;
}

.homes:hover
{
    background-image: url('../images/homes4sale_hover.jpg');
    background-repeat: no-repeat;
}


