@charset "utf-8";
/* CSS Document */
/* about.css
 * For use with about.php */
 
.main_color{ color: #9CF } /* The prevalent color throughout the page */
.page_background{ 	background: #000 url(../images/our_tarrytown_bartending_school.jpg); } /* the background image of the page, set to repeat by default */
.bar_stripe{ background:url(../images/bartending_school_in_peekskill_ny.jpg); } /* The stripe used throughout the page */
#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/bartending_schools_westchester_county.jpg);} /* Body left image */
#body_image_right{ background:url(../images/westchester_county_bartending_schools.jpg); } /* Body right image */

.page_background #container #header { color: #6CF}
.page_background #container #mainContent #secondary_header {color: #6CF;}
#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;}

