@charset "UTF-8";



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

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #302F5A;
  color: #fff;
}

.page {
  max-width: 770px;
  height: 450px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(crime-scene-lg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
  float: left;
  width: 600px;
  height: 450px;
  border: 0px solid #FFE4C4;
}

 a {
  color: #fff;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 40pt;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 28pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}


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

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

ul a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #22213F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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