@charset "UTF-8";







* {

  margin: 0px;

  padding: 0px;

  border: none;

  text-decoration: none;

}



body {

  font-family: "Comic Sans MS", sans-serif;

  font-size: 12pt;

  background-color: #FFFBEB;

  color: #280F00;

}



.page {

  max-width: 795px;

  height: 600px;

  margin: 20px auto;

  background-color: #FFFBEB;

  background-image: url(ren-title-lg.jpg);

  background-position: center 191px;

  background-repeat: no-repeat;

  border: 0px solid #48D1CC;

}



header {

  position: relative;

  float: left;

  width: 795px;

  height: 190px;

  border: 0px solid #FFE4C4;

}



a {

  color: #000;

}



a:hover {

  color: #DC143C;

}



h1 {

  font-size: 40pt;

  font-weight: bold;

  text-align: center;

  border: 0px solid #000;

}



h2 {

  font-size: 12pt;

  font-weight: normal;

  text-align: center;

  padding-bottom: 10px;

  border: 0px solid #000;

}



h3 {

  font-size: 20pt;

  font-weight: normal;

  text-align: center;

  padding-bottom: 10px;

}



h4 {

  font-size: 12pt;

  font-weight: normal;

  text-align: center;

}



.list1 {

  position: relative;

  float: left;

  width: 115px;

  padding-top: 10px;

  text-align: center;

  border: 0px solid #EE82EE;

}



.list2 {

  position: relative;

  float: left;

  left: 561px;

  width: 115px;

  padding-top: 10px;

  text-align: center;

  border: 0px solid #ee82ee;

}



li {

  width: 115px;

  font-size: 12pt;

  line-height: 1;

  font-weight: bold;

  text-align: center;

  border: none;

  list-style: none;

}



ul a {

  color: #000;

  display: block;

  margin-bottom: 5px;

  padding: 7px;

  border: 0px solid #22213F;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

}



ul a:hover {

  color: #DC143C;

/*  background-color: rgba(255,255,255,.15);*/

  }