body {
  background-color: #CCCCCC;
  background-image: url("images/bg_page.jpg");
  background-repeat: repeat-x;
  font-family: tahoma, arial, sans-serif;
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
}

.main {
  background-color: #046694;
  border-collapse: collapse;
  color: #FFBA00;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

.m_content {
  padding: 0px 10px 0px 10px;
}

.m_footer {
  background: #0079B1;
  background-image: url("images/footer_bg.jpg");
  background-repeat: no-repeat;
  padding: 0px;
  font-size: 65%;
  font-weight: bold;
}

.m_footer div {
  margin: 3px 10px;
  padding: 2px 5px;
} 

.m_footer_by {
  float: right;
  text-align: right;
}

.m_footer_by a {
  color: #FFFFFF;
}

.m_footer_copy {
  color: #FFFFFF;
  float: left;
}

.m_header {
  padding: 0px;
}

.m_navigation {
  background: #046694;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 10px 7px;
  text-align: center;
}

.m_navigation a {
  color: #FFBA00;
  padding: 2px 5px;
}

.m_navigation a:hover {
  background: #02577F;
  color: #FFFFFF;
  text-decoration: none;
}