
* {
  margin: 0;
  padding: 0; }

BODY {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #c00; }

A {
  text-decoration: none; }

A:active {
  border-style: none;
  outline-style: none; }

A:focus {
  border-style: none;
  outline-style: none; }

#header {
  background-color: #fff;
  height: 285px;
  background-image: url("img/omp_layout/logo.jpg");
  background-repeat: no-repeat;
  background-position: center; }

#menu {
  height: 60px;
  background-image: url("img/omp_layout/menu_bg.jpg");
  background-repeat: repeat-x;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center; }

#menu ul {
  width: 203px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style-type: none; }

#menu li {
  float: left; }

#menu a {
  height: 60px;
  line-height: 60px;
  border-right-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  display: block;
  width: 100px;
  background-image: url("img/omp_layout/menu_hover.jpg");
  background-repeat: repeat-x;
  background-position: 0 100px;
  font-weight: bold;
  color: #c00; }

#menu a:hover {
  background-position: 0;
  color: #fff; }

#footer {
  padding: 5px;
  margin-top: ;
  color: #fff;
  font-size: 11px;
  text-align: center; }

#footer a {
  color: #fff;
  font-weight: bold; }

#footer a:hover {
  text-decoration: underline; }

#footer span {
  font-size: smaller; }
