@charset "utf-8";
/* CSS Document */
/* ny_students.css
 * For use with index.php */
 
.main_color{ color:#5667d1; } /* The prevalent color throughout the page */
.page_background{ 	background: #000 url(../images/students_page_bg.png); } /* the background image of the page, set to repeat by default */
.bar_stripe{ background:url(../images/students_barstripe.jpg); } /* The stripe used throughout the page */
#flash_container{ background:url(../images/students_flash_bg.jpg) no-repeat; margin-top:15px; margin-bottom:15px; text-align:center; padding:20px 0 20px 0; }  /* Background image of the container
holding the Flash movie, text, or other images */
#secondary_header{font-size:22px; font-weight:bold;}
#body_image_left{ background:url(../images/students_body_image_left.jpg);} /* Body left image */
#body_image_right{ background:url(../images/students_body_image_right.jpg); } /* Body right image */
