@charset "utf-8";
/* CSS Document */
/* index.css
 * For use with index.php */
 
.main_color{ color:#3CC;} /* The prevalent color throughout the page */
#flash_container{ 	padding:70px 0 0 0 } /* Background image of the container holding the Flash movie, text, or other images */
.page_background{ 	background: #000 url(../images/our_port_chester_bartending_school.jpg); } 
#secondary_header{font-size:22px; font-weight:bold;}
#body_image_left{ background:url(../images/thebartendingschoolswestchestercounty.jpg);} /* Body left image */
#body_image_right{ background:url(../images/ourwestchestecountyrbartendingschools.jpg); } /* Body right image */
.page_background #container #header { color:#3CC; }
.page_background #container #mainContent #secondary_header {color: #3CC;}
#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;}
