body {
  background-color: #A2408C;
  font-family: tahoma, arial, sans-serif;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}

.main {
  background-color: #A2408C;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 769px;
}

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

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

.m_footer div {
  margin: 20px 10px;
  padding: 6px 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: #A2408C;
  background-image: url("images/nav_bg.jpg");
  background-repeat: no-repeat;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 10px 28px;
  text-align: center;
}

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

.m_navigation a:hover {
  color: #FFCB08;
  text-decoration: none;
}