@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #223033;
  color: #ffff00;
}

.page {
  max-width: 800px;
  height: 319px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(standing-up-lg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #354B50;
}

header {
  position: relative;
  float: left;
  width: 470px;
  height: 214px;
  padding-top: 105px;
  padding-left: 10px;
  text-align: left;
  border: 0px solid #FFE4C4;
}

 a {
  color: #ffff00;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 30pt;
  font-weight: normal;
  padding-bottom: 10px;
}

h2 {
  font-size: 18pt;
  font-weight: normal;
  padding-bottom: 5px;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
}


ul {
  position: relative;
  float: left;
  width: 315px;
  padding-top: 25px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 5px;
  width: 150px;
  font-size: 12pt;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #ffff00;
  display: block;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #223033;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.15);
  }