/* ========== Sidebar ========== */

#sidebar
  { background-color: #FBF5EE; }

#side_main_bg
  { background-image: url('images/courses_sidebar_title.png'); }

#side_main_content
  { background-image: url('images/courses_sidebar_main.png'); }

/* --- Video section of sidebar --- */

#video_bg
  { background-color: #FEFCFA; }

/* ========== Main content on right ========== */

#content_heading
  { color: #93511A; }

#content_subheading
  { color: #93511A; } /* guess; no content right now */

/* --- Color and bold for content navigation --- */
#page_active
  { color: #93511A; }

#content
  { background-image: url('images/bg_flag.jpg'); }

/* --- No hover for content text links, however --- */
#content_text a:link, #content_text a:visited,
#content_text a:hover, #content_text a:active
  { color: #93511A; } /* guess; no content right now */

#rounded_main_bottom
  { background-image: url('images/courses_main_bottom.png'); }

