﻿body 
{
    margin-top:0px;
    margin-bottom:0px;
    color:White;
}

.whole
{
   width:770px;
   height:1100px;
   clear:both;
   margin:auto;
   background-image:url(images/bg.png);
}
.contact
{
    margin-left:30px;
    width:700px;
    height:40px;
}

.banner
{
    clear:both;
    margin:auto;
    width:753px;
    height:162px;
    background-image:url(images/banner.png);
}

.content
{
    width:750px;
    height:850px;
    clear:both;
    margin:auto;
}

.menu
{
    width:750px;
    height:160px;
    clear:both;
    margin:auto;
   /* border-style:solid;
    border-color:White;
    border-width:1px 0px 0px 0px;*/
}

.heading
{
    font-family:Calisto MT;
    font-size:30px;
    border-style:dotted;
    border-color:White;
    border-width:0px 0px 1px 0px;
}   

.newhomegallery
{ 
    width:450px;
    height:500px;
    float:left;
    /*border-style:dotted;
    border-color:White;
    border-width:1px 0px 0px 0px;*/
}

.services
{
    width:290px;
    height:400px;
    float:right;
    padding-top:35px;
}

.contactbox
{
    width:200px;
    height:300px;
    float:right;
    background-color:White;
    border-color:Silver;
    border-style:dashed;
    border-width:1px 1px 1px 1px;
}

.mailform
{
    width:700px;
    height:500px;
    float:left;
}