﻿.bigDiv
{
    height: 100%;
    width: 100%;
}

.middleContent
{
    width: 931px;
    margin: 0px auto;
}

#header
{
    position:relative;
}

#logo
{
    width: 260px;
    height: 76px;
    padding-top:10px;
    padding-left:26px;
    float:left;
}


#contactus
{
    float:right;
    padding-top:52px;
    margin-right:60px;
}


#mainContent
{
    padding:50px;    
    background-color: rgb(233, 239, 243);
}

#mainContent p
{
    margin-top:7px;
    margin-bottom:7px;
}


#pagetitle
{
    width:325px;
    background-color:White;
    float:left;
    position:absolute;
    top: 70px;
    left: 320px;
    text-align:center;
    z-index:90;
}

.round {
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}



.moreround {
border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;
}
#footer
{
    margin-top:8px;
    margin-bottom:30px;
}