/* ========== Sidebar ========== */

#sidebar
  { background-color: #FBFCF2; }

#side_main_bg
  { background-image: url('images/about_sidebar_title.png'); }

#side_main_content
  { background-image: url('images/about_sidebar_main.png'); }

/* --- Video section of sidebar --- */

#video_bg
  { background-color: #FDFEFB; }

/* ========== Main content on right ========== */

#content_heading
  { color: #667E2B; }

.content_subheading
  { color: #667E2B; font-weight: bold; } 

.spacer
  { height: 15px; margin: 15px; }

#content_text img
  { margin: 5px 0px; border: none; text-align: center; }

/* --- No hover for content text links, however --- */
#content_text a:link, #content_text a:visited,
#content_text a:hover, #content_text a:active
  { color: #647C2B; } /* guess; no content right now */

/* --- Color and bold for content navigation --- */
#page_active
  { color: #62792A; }

#rounded_main_bottom
  { background-image: url('images/about_main_bottom.png'); }

#content_text p
  { margin-top: 0px; }

