/* site.css*/

header {
	background-color: lightblue;
	border: solid 5px gray;
	font-family: Arial;
	font-size: 15px;
	border-radius: 5px;
	text-align: center;
	color: #F58713;
}

body {
	font-family: Sans-serif;
	font-size: 14px;
	background-color: lightgray;
	
}

footer {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}

#textBody {
	padding-left: 300px;
	padding-right: 300px
	
		
}

schedule {
    border-collapse: collapse;
    border-spacing: 0;	
}

td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
	text-align: center;
	background-color: white;

}

th {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
	text-align: center;
	background-color: red;	
}








#contactPage {
	padding-left: 300px;
	padding-right: 300px;
	margin-bottom: 20px;
	
}

#linkBar {
	font-size: 16px;
	word-spacing: 250px;
	border-top: solid 5px gray;
	background-color: lightgray;
	
}

#homePics {
	text-align: center;
}


#aboutUs {
	padding-left: 350px;
	padding-right: 350px;
}

#contactForm {
	text-align: left;
}
	



