body {
  font-family: Helvetica;
  background-color: #ffffff;
  background-image: url(../images/gradient.jpg);
  background-repeat: repeat-x;
  text-align: center; }

a, a.visted {
  text-decoration: none;
  color: blue; }

a:hover {
  text-decoration: underline; }

.clear {
  clear: both;
  overflow: hidden; }

img {
  border: none; }

h1 {
  margin-top: 5px; }

.navtext {
  margin-top: 20px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 15pt;
  text-align: center; }

#container {
  width: 950px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left; }
  #container #header {
    height: 133px;
    background-image: url(../images/header_gradient.jpg);
    background-repeat: repeat-x;
    position: relative; }
    #container #header #logo {
      position: absolute;
      left: 15px;
      top: 20px;
      width: 436px;
      height: 90px; }
    #container #header #header_text {
      position: absolute;
      top: 14px;
      right: 12px;
      width: 440px;
      height: 77px;
      border: 1px solid #bdbcbd;
      background-image: url(../images/bible.jpg);
      background-repeat: no-repeat;
      background-position: 5px 5px;
      padding-top: 30px;
      padding-left: 10px;
      padding-right: 10px;
      color: #696969; }
      #container #header #header_text p {
        font-size: 13px;
        line-height: 1.3em; }
  #container #main {
    background-color: #ffffff;
    border: 1px #c6c6c6 solid;
    margin: 0px; }
    #container #main #left {
      float: left;
      width: 165px; }
      #container #main #left h3, #container #main #left h4 {
        text-align: center; }
      #container #main #left #navigation {
        padding: 10px;
        padding-right: 15px; }
        #container #main #left #navigation ul {
          margin: 0px;
          padding: 0px;
          background-image: url(../images/nav_border.jpg);
          background-position: top right;
          background-repeat: repeat-y;
          width: 150px; }
          #container #main #left #navigation ul li {
            list-style: none;
            margin-top: 5px;
            font-family: Georgia;
            font-size: 17px; }
            #container #main #left #navigation ul li a {
              color: #7b0101; }
            #container #main #left #navigation ul li a:hover {
              background-color: #eeeeee;
              text-decoration: none; }
      #container #main #left #chapters {
        margin: 8px;
        margin-top: 20px;
        padding: 2px;
        background-color: #f6f6f6;
        border: 1px #e2e2e2 solid; }
        #container #main #left #chapters a {
          color: #7b0101; }
        #container #main #left #chapters h3 {
          font-size: 13px; }
        #container #main #left #chapters h4 {
          font-size: 11px; }
    #container #main #content {
      float: left;
      width: 763px;
      padding: 10px; }
      #container #main #content #videos .video {
        float: left;
        width: 300px;
        margin-right: 75px;
        margin-bottom: 25px; }
        #container #main #content #videos .video h1 {
          font-size: 1.0em;
          margin-top: 2px;
          text-align: center; }
      #container #main #content #home_content {
        float: left;
        width: 516px; }
      #container #main #content #calendar {
        float: right;
        width: 234px;
        background-color: #f6f6f6;
        border: 1px #e2e2e2 solid;
        text-align: center; }
        #container #main #content #calendar h1 {
          color: #7b0101;
          margin-left: 5px;
          margin-bottom: 5px;
          font-size: 20px; }
        #container #main #content #calendar .event {
          padding: 5px;
          text-align: left; }
          #container #main #content #calendar .event h2 {
            font-size: 13px;
            padding-left: 2px;
            background-image: url(../images/line.jpg);
            background-position: bottom;
            background-repeat: no-repeat;
            color: #333333;
            font-family: Georgia;
            font-weight: normal; }
            #container #main #content #calendar .event h2 strong {
              color: #9b0101;
              font-size: 29px;
              font-weight: normal; }
          #container #main #content #calendar .event p {
            font-size: 11px; }

#podcasts {
  margin-left: 15px; }

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 10px; }

.info {
  font-size: .8em; }

.even {
  background-color: #bbccff;
  list-style: none;
  padding: 5px; }

.odd {
  background-color: #ffffdd;
  list-style: none;
  padding: 5px; }

.center {
  text-align: center; }

#day_detail {
  padding: 5px; }

table.wide {
  width: 100%; }

td {
  padding: 5px; }

.picture {
  float: left;
  margin: 10px;
  width: 250px;
  height: 225px; }
