@charset "utf-8";
/* CSS Document */
/* about.css
 * For use with about.php */
 
 .main_color{ color:#f63e00; } /* The prevalent color throughout the page */
 .page_background{ 	background: #000 url(../images/about_page_bg.png); } /* the background image of the page, set to repeat by default */
 .bar_stripe{ background:url(../images/staff_barstripe.jpg); } /* The stripe used throughout the page */
 #body_text{ color:#ffffff; } /* The font size, color, and type for the main paragraph of text below two large images */
 #flash_container{ 	background:url(../images/staff_flash_bg.jpg); } /* Background image of the container holding the Flash movie, text, or other images */
 #body_image_left{ background:url(../images/staff_body_image_left.jpg);} /* Body left image */
 #body_image_right{ background:url(../images/staff_body_image_right.jpg); } /* Body right image */


