@charset "utf-8";
/* CSS Document */
/* school.css
 * For use with school.php */
 
 .main_color{ color:#3F0; } /* The prevalent color throughout the page */
 .page_background{ 	background: #000 url(../images/newrocwestchesterbartendingschools.jpg); } /* the background image of the page, set to repeat by default */
 .bar_stripe{ background:url(../images/school_stripe.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/yourbartendingschoolswestchestercounty.jpg) no-repeat; margin-top:15px; margin-bottom:15px; text-align:center; padding:70px 0 0 0; }  /* Background image of the container holding the Flash movie, text, or other images */
 #body_image_left{ background:url(../images/newrochellewestchestercountybartendingschool.jpg);} /* Body left image */
 #body_image_right{ background:url(../images/yourbartendihngschoolswestchestercounty.jpg); } /* Body right image */

.ucaseBold{ text-transform:uppercase; font-weight:bold;  }
.ucaseBold1{ text-transform:uppercase; text-align:center; font-weight:bold;  }
.page_background #container #header { color:#FF0}
.page_background #container #mainContent #secondary_header {
	color: #Ff0;}
#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;}

