*
 {
  font-size: normal !important;
 }
body
 {
 margin: 0px;
 padding: 0px;
 border: 0px;
 
 width: 100%;
 height: 100%;
 }

.pageframe .pf_page
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 1024px;
  
  background-color: #fff;
  
  float: center;
 }
 
.pageframe .pf_header
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 1024px;
 height: 92px !important;

  /*height: 190px !important;*/
  
  background-color: #fff;
  
  float: center;
  text-align: left;
 }

.pageframe .pf_mainnav
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 25px;
  
  background-color: #fff;
  
  float: center;
 }

.pageframe .pf_columns
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 1040px;
  
  background-color: #fff;
  
  float: left;
 }

.pageframe .pf_columns .pf_leftcolumn
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 240px;
  
  background-color: #fff;
  
  float: left;
 }

.pageframe .pf_columns .pf_centercolumn
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 540px;
  
  background-color: #fff;
  
  float: left;
 }

.pageframe .pf_columns .pf_rightcolumn
 {
  position: relative;
  overflow: visible;
  
  top: 0px;
  left: 0px;
  width: 240px;
  
  background-color: #fff;
  
  float: left;
 }

.pageframe .pf_footer
 {
  position: relative;
  overflow: visible;
  
  margin-bottom: 20px;
  border-top: 1px solid #999;
  
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 80px;

  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #999;
  
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999
  
  text-align: center;
  background-color: #fff;
  
  background-color: #fff;
  
  float: left;
 }
 