﻿body 
{
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}

/*Set defaults for major elements*/
ul, li, dl, dt, dd
{
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
}


/*contain the elements to a fixed width*/
div.Wrapper
{
	margin:0 auto;
    text-align:left;
	width:990px;
	padding-right:8px; /*padding to show the drop shadow background image*/
}

/*Three column layout default settings*/
div.ContentContainer
{
    margin:0;
    zoom:1;
    min-height:300px;
}

div.ContentContainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Default is a two column layout */
div.ColumnOne, div.ColumnTwo, div.ColumnThree
{
    float:left;
    width:175px;
}

div.Home div.ColumnOne
{
    width:225px; /*for the home page*/
}

div.Projects div.ColumnOne, div.Property div.ColumnOne
{
    width:145px;
}

div.ContactUs div.ColumnOne
{
    margin:0 35px;
    width:390px;
}

div.Admin div.ColumnOne
{
    margin:0 0 0 0;
    width:0;
}

div.ColumnTwo
{
    width:765px;
}

div.Home div.ColumnTwo
{
    width:765px; /*for the home page*/
    height:353px;
}

div.Projects div.ColumnTwo
{
    width:580px;
}

div.Property div.ColumnTwo
{
    width:844px;
}

div.ContactUs div.ColumnTwo
{
    width:500px;
}

div.Admin div.ColumnTwo
{
    margin:0 0 0 175px;
    background-color:#fff;
    color:#333;
}

div.Projects div.ColumnThree
{
    margin:0 0 0 20px;
    width:220px;
}

/*Three Column layout*/

div.ThreeColumns div.ColumnTwo
{
    width:271px;
}

/*End of Three Column layout*/