body {
	background-color: #ffffff;   /* KATHY - this sets page backgound color */
	color: #0A6592;  /* KATHY - this sets font color, if you set a different color for <p> or <h1> or <whatever> below, it will override this rule */
}
#container {
	font-family: "Calligraphic 421";
    max-width: 1024px;   /* KATHY - this sets max page width */
    margin: 0 auto;   /* KATHY - this centers the content contaner */
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #D99400;
} 
h2, h3, h4, h5, h6, .textLikeH2 {
	font-size:24px;
	font-weight: normal;
	color: #D99400;
}

p  {
	font-size: 18px; 
}
a  {   /* KATHY - this styles links */
	color: #D99400;
	text-decoration: underline;
	text-decoration-color: #0A6592;
}
a:hover {  /* KATHY - this styles links when hovered over with cursor */
	color: #0486B7;
	text-shadow: 0 0 4px #D7BC86;
}
img {
	border: 0;
}
.scaleImage {  /* KATHY - this makes LARGE images shrink when browser window is made smaller */
	max-width: 60%;
	height: auto;
}
.galleryBox {
	width: 140px;
	height: 200px;
	margin: 0 10px 20px 10px;
	padding: 6px;
	text-align: center;
	float: left;
	overflow: hidden;
	background-color: #FFFBEA;
	border: 1px solid;
	border-color: #CCCCCC;
}




/* Footer */
#footer {
	max-width: 960px;
	overflow: hidden;
	margin: 0 60px 60px 0;
	font-size: 16px;
	line-height: 18px;
	clear: both;
	padding-top: 40px;
}
#footer  p {
	font-size: 16px;
	line-height: 18px;
}
.footerRight {
	font-size: 12px;
	line-height: 14px;
	float: right;
	width: 400px;
	max-width: 40%;
}
.footerLeft {
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 300px;
	max-width: 40%;
}
