@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Engagement);


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

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #000;
  color: #fff;
}

.page {
  max-width: 770px;
  height: 491px;
  margin: 20px auto;
  background-color: #000;
  background-image: url(0-title-r.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border: 3px solid #6f6f6f;
}

header {
  position: relative;
  float:left;
  clear: right;
  width: 400px;
  height: 250px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  border: 0px solid #FFE4C4;
}

 a {
  color: #fff;
}

a:hover {
  color: #e06604;
}

h1 {
  font-family: "Engagement";
  font-size: 60pt;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 10px;
/*  text-shadow: 2px 2px 10px #000;*/
  border: 0px solid #3CB371;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  padding-bottom: 10px;
  border: 0px solid #3CB371;
}

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


ul {
  position: relative;
  float: left;
  clear: left;
  width: 400px;
  margin-top: 30px;
  height: 190px;
  text-align: center;
  border: 0px solid #DB7093;
}

li {
  position: relative;
  float: none;
  margin: 10px auto;
  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 #474747;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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