@media all and (min-width: 950px) {
#content {
  margin: 0 auto;
  text-align: center;
  width: 950px;
}
}

@media all and (min-width:520px) {
.header_title_mini {
    display: none;
}
}

@media all and (max-width:520px) {
.header_title {
    display: none;
}

div.menu {
    line-height: 3
}
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFFCC;
  line-height: 150%;
  background-color: #2E0900;
  margin: 6px;
  text-align: center;
}

#header {
  text-align: center;
}

#footer {
  clear: both;
}

.header_title, .header_title_mini {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28pt;
  letter-spacing: 3px;
  margin-top: 24px;
  margin-bottom: 36px;
}

div.menu {
  font-size: 11pt;
  text-transform: uppercase;
  word-spacing: 18px;
  font-weight: bold
}

a {
  color: #FF9900;
  text-decoration: none;
}

a:visited, a:active {
  color: #FF9900;
  text-decoration: none;                
}

a:hover {
  background-color: #521000;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu_frame {
  border: 2px solid #FF9900;
  border-radius: 12px;
  padding: 6px;
}
