@charset "UTF-8";

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

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

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

.page {
  max-width: 900px;
  min-height: 532px;
  margin: 30px auto;
  position: relative;
  background-color: transparent;
  border: 0px solid #fff;
}

header {
  max-width: 900px;
  min-height: 188px;
  margin: 0px auto;
  background-image: url(hollywood-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #DA70D6;
}

a {
  color: #87CEFA;
}

a:hover {
  color: #e06604;
}

h1, h2, h3 {
/*  width: 470px;
  padding-left: 450px;*/
}

h1 {
  font-family: Antic;
  font-size: 44pt;
  font-weight: bold;
  padding-top: 220px;
  text-align: center;
  border: 0px solid #000;
}

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

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

h4 {
  font-size: 14pt;
  text-decoration: underline;
  padding-bottom: 10px;
  text-align: center;
}

.blurb {
  width: 700px;
  margin: 0 auto;
  min-height: 190px;
  padding-right: 30px;
  padding-left: 50px;
  border: 0px solid #FFB6C1;
}

.blurb p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
}

.list1 {
  width: 680px;
  margin: 0 auto;
  height: 170px;
  padding-top: 0px;
  border: 0px solid #90EE90;
}

.list2 {
  width: 680px;
  margin: 40px auto;
  height: 75px;
  border: 0px solid #90EE90;
}

.list3 {
  width: 680px;
  margin: 0 auto;
  height: 40px;
/*  padding-top: 5px;
  padding-left: 5px;*/
  border: 0px solid #90EE90;
}

.list1 li {
  float: left;
  width: 170px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

.list2 li {
  float: left;
  width: 135px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

.list3 li {
  width: 300px;
  margin: 0 auto;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 7px;
  border: 1px solid #376D8B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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