﻿*{
    margin: 0;
    padding: 0;
}
body{
    background: #e6e6e6;
}
#pageWrapper{
    width: 944px;
    margin: 0 auto;
    background: #fff;
}
#top{
    position: relative;
    height: 109px;
    width: 944px;
    background: url('../Images/topGradient.png') repeat-x 0 100% #fff;
}
.frontpage #top{
    height: 270px;
}
#nav{
    width: 944px;
    height: 43px;
    background: url('../Images/navBg.png') repeat-x 0 0;
}
#contentWrapper{
    padding-left: 20px;
    margin-top: 30px;
}
.column{
    width: 219px;
    float: left;
    margin-right: 20px;
}
.wide{
    width: 480px;
}
.searchResults{
    width: 665px;
}
.frontpage .wide{
    width: 416px;
    margin-right: 10px;
}
.frontpage .flashBox{
    width: 234px;
    height: 227px;
    margin-right: 10px;
    float: left;
}
.fourColumn .column{
    margin-right: 9px;
}
.frontpage .fourColumn{
    margin-top: 20px;
}
#footer{
    padding-bottom: 20px;
}
#footer img{
    float: left;
}
div.footerImage
{
float:left;
}
div.footerText
{
margin-left:90px;
margin-right:25px;
}