body {
  background-image: url("/img/v2bg.png");
 background-color:none transparent;
}
@font-face {
	font-family: "Sacramento";
	src: url(/style/fonts/Sacramento-Regular.ttf) format("truetype");
}
nav {
  width: 898px;
  height: 15px;
  line-height: 30px;
  font-family: calibri;
  font-style: italic;
  margin: auto;
  font-size: 9pt;
  top: 10px;
  text-align: center;
  word-spacing: 25px;
  letter-spacing: 0.5px;
  background-color: #efefef;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
nav a {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  text-shadow: 1px 1px 0 white;
  color: black;
}
nav a:hover {
  font-weight: bold;
  font-style: normal;
}
nav li {
  display: inline-block;
}
#banner {
width: 900px;
  height: 250px;
  margin: auto;
  background-image: url("https://images2.imgbox.com/c6/6f/WhKYu8fy_o.png");
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#banner .decoration {
  content: "";
  height: 180px;
  width: 500px;
  border: 1px solid white;
  position: relative;
  top: 35px;
  left: 200px;
}
#banner .title {
  color: white;
  font-family: sacramento;
  position: relative;
  font-size: 50pt;
  top: 26%;
  left: 20%;
  text-shadow: 1px 1px 0 black;
}
#banner .subtitle {
  color: white;
  font-family: calibri;
  position: relative;
  font-weight: normal;
  font-size: 8pt;
  top: 8%;
  left: 45%;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0 black;
  font-style: italic;
}
#content {
  height: 505px;
  width: 898px;
  margin: auto;
  overflow: hidden;
  border-left: 1px solid #ccc;
  background-color: #efefef;
  border-right: 1px solid #ccc;
}
#text {
  font-family: calibri;
  font-size: 10pt;
  padding: 10px;
  height: 658px;
  width: 858px;
  margin-bottom: 5px;
}
#content hr {
    background: url(https://images2.imgbox.com/99/b6/ae19kXme_o.png) no-repeat top center;
    height: 25px;
    border: none !important;}
#footer {
  width: 898px;
  height: 30px;
  line-height: 30px;
  font-family: calibri;
  font-style: italic;
  margin: auto;
  margin-bottom: 20px;
  font-size: 9pt;
  top: 1900px;
  text-align: center;
  word-spacing: 25px;
  letter-spacing: 0.5px;
  background-color: #efefef;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#footer a {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  text-shadow: 1px 1px 0 white;
  color: black;
  word-spacing: normal;
}
#footer a:hover {
  font-weight: bold;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 5px;
  height:5px;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px;
}