.testcss {
  font-size:45px;
  font-size:50px;
  color:#FF0000;
}

.logomast {
  width:100%;
position:relative;
  height:117px;
  background-color:#FFFFFF;
  overflow:hidden;
}

.logo {
width:415px;
height:117px;
background:url(/site/images/logo.jpg);
background-repeat:no-repeat;
padding:0px;
margin:0px;
float:left;
}

.masthead {
    height: 117px;
   
    float:left;
    background:url(/site/images/masthead.png);
    background-repeat:no-repeat;
}

.masthead_nopic {
    height:117px;
    width:920px;
    background:#FFF;
    position:relative;
}

#autonav_wrapper {
height: 40px;
background-color: #FFF;
border-top: solid 1px #CCC;
border-bottom: solid 1px #CCC;
}

.body_area {
width: 100%;
}

