/* ========== Navigation Tabs ========== */

#nav_tab_menu 
  { background-image: url('images/schedules_menu.png'); }

#nav_tab_links
  { margin-left: 245px; }

/* ========== Sidebar ========== */

#sidebar
  { background-color: #FcF3F3; }

#side_main_bg
  { background-image: url('images/schedules_sidebar_title.png'); }

#side_main_content
  { background-image: url('images/schedules_sidebar_main.png'); }

/* --- Video section of sidebar --- */

#video_bg
  { background-color: #FEFBFB; }

/* ========== 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'); }

.spacer
  { height: 15px; margin: 15px; }

#content_text img
  { margin: 5px 0px; border: none; }

/* --- 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/schedules_main_bottom.png'); }

