body {
  background-color: #d7ebf2;
  background-image: url(images/bgimage.jpg);
  background-repeat: no-repeat;
}

#wrapper { width: 900px; margin: 52px 0 0 -10px; padding: 0; }
#header { width: 782px; height: 44px; background-color: #b85e29; padding: 3px 3px 3px 120px; }

#top_nav { float: right; padding-right: 3px; }
#top_nav a { text-decoration: none; color: #2b1a0f; font-size: 8pt; padding-right: 15px; }
#top_nav a:hover { text-decoration: underline; }

#content_container {
  margin-top: 50px;
  margin-left: 120px;
  padding: 5px 7px 5px 7px;
  border: 1px solid #afbfc4;
  width: 768px;
  background-color: #FFF;
}

#sub_top_nav {
  width: 100%;
  height: 90px;
  background-color: #6c6c37;
  background-image: url(images/youth_bg.jpg);
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-bottom: 5px;
}

#tree {
  border-left: 1px solid #a4a47c;
  background-image: url(images/tree.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  height: 80px;
  width: 90px;
  margin-top: 10px;
}

#tree:hover {
  background-image: url(images/tree_rollover.jpg);
  cursor: pointer;
}

#sub_content_container {
  height: auto;
  overflow: hidden;
  background-color: #b85e29; 
  width: 100%; 
  margin: 0;
}

#left_nav {
  float: left;
  width: 230px;
  color: #fff; 
  font-size: 7pt; 
  font-weight: bold; 
  font-family: Tahoma, Arial;
}

#left_nav ul {
  margin: 0;
  padding: 0;
  margin-top: 35px;
  list-style-type: none;
}

#left_nav li {
  padding: 3px 0 4px 20px;
}

li#nav_on {
  background-color: #893b0d;
}

#left_nav li:hover {
  cursor: pointer;
  background-color: #893b0d;
}

h3.content_header {
  color: #b85e29;
  font-size: 14pt;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
}

#youth_mission_message {
  font-family: Verdana, Tahoma, Arial;
  font-size: 7pt;
  font-weight: bold;
  color: #6c6c37;
}

#youth_mission_chapter_verse {
  float: right;
  margin-right: 35px;
  font-family: Verdana, Tahoma, Arial;
  font-size: 7pt;
  font-weight: bold;
  color: #b85e29;
}

#activities_events {
  border: 1px solid #9cd7e7;
  width: 506px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.events {
  float: left;
  height: 70px;
  width: 181px;
  font-family: Tahoma, Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #b85e29;
  padding: 10px 12px 30px 10px;
}

.description {
  float: left;
  height: 50px;
  width: 276px;
  background-color: #f7f6f2;
  font-family: Verdana, Tahoma, Arial;
  font-size: 7pt;
  color: #39291e;
  padding: 30px 12px 30px 15px;
}

#youth_pastor_content {
  float: left; 
  background-color: #fff; 
  width: 257px; 
  padding-top: 10px; 
  padding-left: 30px; 
  padding-right: 50px; 
  color: #39291e; 
  font-family: Verdana, Tahoma, Arial; 
  font-size: 7pt;
  *padding-top: 35px; 
}
