﻿        html,body{
	        margin:0;
	        padding:0;
		    background-color:#fff;
		    background-image: url('../images/body-bg.jpg');
		    background-repeat: repeat-x;
        }

        #divContainer{
	        width:950px;
	        margin: 0 auto;
        }

        #divContent{
	        width:720px;
	        min-height:550px;
	        float:right;
        }
        
        
        #divLeftGutter
        {
        	float:left;
        	width:220px;
       
        }

    #divHeader{
	    height:157px;
	    margin-bottom:15px;
    }

    #divFooter
    {
    	width:950px;
	    height:47px;
    }
    
    .propertySelect
    {
        width:210px;
    }
    
    .propertySelectText
    {
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
    }
    
    
    #propertyPicker
    {
        width:220px;
        height:99px;
        background-image: url('../images/propertypicker_bg.jpg');
    }
    
    #featuredProperty
    {
        width:220px;
        height:300px;
        background-image: url('../images/featured.jpg');
        margin-top:10px;
    }

    #divLeftDetails
    {
        width:220px;
        float:left;
    }
    
    #divRightDetails
    {
        width:490px;
        float:right;
    }
    
    .propertyDetailsText
    {
        font-family:Arial;
        font-size:12px;
        color:#000000;
    }
        
    .propertyDetailsHeader
    {
        font-weight:bold;
        font-family:Arial;
        font-size:12px;
        color:#000000;
    }

    .propertyName
    {
        font-weight:bold;
        font-family:Arial;
        font-size:18px;
        color:#000000;
    }
    
    .addressText
    {
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
    }

    .lowerMenuText
    {
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
    }
    
    a.lowerMenuLink
    {
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
    }

    a.menuLink
    {
        color:#ffffff;
        font-family:Arial;
        font-size:18px;
        text-decoration:none;
    }
.textClass
{
    font-family:Arial;
    font-size:12px;
}