@charset "utf-8";
/* CSS Document */

#page {
	margin: 10px 5px 10px 5px;
	padding: 0;
}

#logo {
  float: left;
	width: 199px;
}

#verse {
  text-align: center;
  float: right;
  font-family: Pristina, "Times New Roman", Times, serif;
  width: 200px;
  font-weight: bold;
  font-size: 1.2em;
  color: #526478;
  margin: 0;
}

#title {
  font-weight: bold;
  margin: 0;
  padding: 0 200px 0 200px;
  font-family: Pristina, "Times New Roman", Times, serif;
  font-size: 300%;
  text-align: center;
}

#tagline {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  clear: both;
  text-align: center;
  font-size: 1.2em;
  border-top: 5px solid #526478;
}