#container {
	position:relative;
	width:781px;
	left:50%;
	margin-left:-390px;
	/*margin-top: 20px;*/
	background:#fff url(bg.gif) repeat-y center;
	overflow:auto;
	z-index:100;
	font-family: verdana;
	}
#top {
  /*margin: 20px;*/
  padding-left: 10px;
  background: #069;
  /*height: 100px;*/
  border-bottom: 1px solid #fff;
}
#name{
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: Trebuchet MS;/*sans-serif;*/
  /*font-stretch: wider;*/
  letter-spacing: 2.5px;
  background: #FFF; 
  border-bottom: thin solid #069;
}
#quote {
  padding-left: 10px;
  background: #FFF;
  font-size: 12px;
  color: red;
}
#logo {
  float: right;
  background:url(logo.gif) no-repeat right;
  height: 91px;
  width:150px;
}
#tag-active {
  background: #ffe166;
}
#tag table {
  margin: 1%;
  font-size: 14px;
  font-weight: bold;
  color: #069;
  font-family: Arial;/*sans-serif;*/
}
#tag td {
  width: 150px;
  height: 45px;
  padding: 5px 5px 10px 20px;
  padding-right: 5px;
  /*border: thin solid #ffe166;*/
}
#tag a {
  color: #069;
  text-decoration: none;
}
.active{
  text-decoration: none;
  background:url(activetag.jpg) no-repeat left
}
.inactive{
  background:url(testtag.jpg) no-repeat left
}
#left {
  float: left;
  width: 200px;
}
#left-content {
  margin-left:40px;
  margin-top:40px;
  width:176px;
  font-size: 14px;
  font-family: verdana;
}
#prayer {
  /* position:absolute; */
  margin-left:8px;
  margin-top:10px;
  width:176px;
  /*height:280px;*/
  z-index:27
}
#prayer table {
  border: thin solid #000;
  font-size: 14px;
}
#prayer tr.evn {
  background: #e0ffff;
}
#prayer tr.od{
  background: #fff;
}
#prayer td {
  /*background: #CCC;*/
  border: thin solid #fff;
  padding: 4px 4px 8px 4px;
  font-size: 12px;
}

#main {
  /*background: #ccc;*/
  font-size: 12px;
  margin-top: -25px;
  margin-left: 220px;
  margin-right: 20px;
}
.header {
  padding-top: 0px;
  font-family: Verdana;
  font-style: bold;
  font-size: 28px;
  text-align: center;
  border-bottom: 2px solid #000;
}
#body {
  padding: 10px;
  padding-bottom: 30px;
}
.main_table {
  border-top: medium solid #000;
  padding: 10px;
  width: 100%;
}
.main_td {
  width: 50%;
  /*border: thin solid #000;*/
  vertical-align: top;
}
#main h3 {
  text-align: center;
}
#main h4 {
  line-height: 50%;
}
#clear {
  clear: both;
}
#footer {
  background: #ccc;
  margin: 20px 10px;
  text-align: center;
  font-size:10px;
}

