@charset "UTF-8";



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

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

.page {
  max-width: 800px;
  height: 650px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(buddha-shrine-cr-lg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
  float: left;
  left: 400px;
  width: 400px;
  min-height: 120px;
  padding-top: 10px;
  border: 0px solid #FFE4C4;
}

 a {
  color: #66CDAA;
}

a:hover {
  color: #E06604;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

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

.blurb {
  position: relative;
  float: left;
  clear: both;
  left: 400px;
  width: 360px;
  padding: 0 20px;
  border: 0px solid #7FFF00;
}

.blurb p {
  font-size: 10pt;
  margin-bottom: 10pt;
}

ul {
  position: relative;
  float: left;
  clear: both;
  left: 400px;
  width: 310px;
  padding-top: 10px;
  padding-left: 90px;
  text-align: center;
  border: 0px solid #7B68EE;
}

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

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

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