@charset "utf-8";
/* CSS Document */
/* contact.css
 * For use with contact.php */
 
 .main_color{ color:#C3C; } /* The prevalent color throughout the page */
 .page_background{ 	background: #000 url(../images/our_mount_kisco_bartending_school.jpg); } /* the background image of the page, set to repeat by default */
 .bar_stripe{ background:url(../images/contact_barstripe.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/bartending_school_in_elmsford_ny.jpg) no-repeat; margin-top:25px; margin-bottom:15px; text-align:center; padding:20px 0 20px 0; }. /* Background image of the container holding the Flash movie, text, or other images */
 
 #contact_form { font-size:12px; }
 #contact_form select, input{ font-size:12px; }
 #contact_form td{ padding:4px; }
 
 #errors{ padding:1em; border:3px solid #FF0000; }
 #errors #errors_title{ font-size:14px; font-weight:bold; padding:.5em 0; }
 #errors #errors_text{ font-size:11px; font-weight:bold; }
 .error_color{ color:#ff0000; font-weight:bold; }
 
 #body_image_left{ background:url(../images/bartending_school_in_tarrytown_ny.jpg);} /* Body left image */
 #body_image_right{ background:url(../images/bartending_school_in_scarsdale_ny.jpg); } /* Body right image */
 .page_background #container #header { color:#C3C}
.page_background #container #mainContent #secondary_header {color:#C3C;}
#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;}

