@charset "utf-8";
/* CSS Document */
/* flair.css
 * For use with flair.php */
 
 .main_color{ color:#C00; } /* The prevalent color throughout the page */
 .page_background{ 	background: #000 url(../images/our_elmsford_bartending_school.jpg); } /* the background image of the page, set to repeat by default */
 .bar_stripe{ background:url(../images/flair_barstripe.jpg); } /* The stripe used throughout the page */
 #body_text{ color:#ffffff; font:"Times New Roman", Times, serif; } /* The font size, color, and type for the main paragraph of text below two large images */
 #flash_container{ background:url(../images/flair_bartending_school_new_rochelle_ny.jpg) no-repeat; margin-top:25px; margin-bottom:15px; text-align:center; padding:40px 0 0 0; }.

#secondary_header{font-size:22px; font-weight:bold;}
#body_image_left{ background:url(../images/flair_bartending_school_in_white_plains_ny.jpg) no-repeat #000; }
#body_image_right{ background:url(../images/flair_bartending_school_westchester.jpg) no-repeat; } /* Body right image */
.page_background #container #header { color: #C00;}
.page_background #container #mainContent #secondary_header {color: #C00;}
#ft_center{ color: #C00; } /* This handles the footer center text */
#footer #ft_left{ float:left; width:215px;}
#footer #ft_center{
	float: left;
	width:360px;
	height: 175px;
	text-align:center;
	padding-top:5px;
}
#footer #ft_right{ float:right; width:215px;}

