﻿body {
}

#masterContentDiv
{
    position: absolute;
    min-height: 100%;
    top: 130px;
    left: 0px;
    z-index: 99;
    padding-left:50px;
    width: 700px;
}

#masterMenuDiv
{
    position: absolute; 
    top: 102px; 
    left: 50px; 
    width: 738px; 
    z-index:10001; 
    background-color:#785D50; 
    padding-left:12px;
}

#masterPicDiv
{
    position: absolute; 
    top: 126px; 
    left: 186px; 
    width: 500px; 
    z-index:100; 
    /* background-color:#785D50; 
    padding-left:12px;*/
}

#masterSiteTitleTextDiv
{
    text-align: Left; 
    font-size: 40px; 
    padding: 5px 8px 1px 115px; 
    position: absolute;
    top: 26px; 
    left: 80px; 
    z-index: 98; 
    width: 740px;
}


.PhotoPanel1
{
    /*background-image: url(~/Images/House1.jpg);
    background-repeat: no-repeat; */
    position: absolute;
    width: 280px; 
    height: 165px; 
    z-index: 1; 
    left: 30px; 
    top: 415px; 
    background-color: Black; 
    border:solid 1px black;
}
/*
#PhotoPanel2
{
    background-image: url(~/Images/House2.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 280px; 
    height: 165px; 
    z-index: 1; 
    left: 30px; 
    top: 415px; 
    background-color: Black; 
    border:solid 1px black;
}

#PhotoPanel3
{
    background-image: url(~/Images/House3.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 280px; 
    height: 165px; 
    z-index: 1; 
    left: 30px; 
    top: 415px; 
    background-color: Black; 
    border:solid 1px black;
}


*/