body {
	margin: 0px auto;
	padding: 0px auto;
} 
.main-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	padding: 5px;
}
.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFCC;
	padding-left: 5px;
	position: relative;
	top: 10px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
}
a:hover {
	color: #CCCCCC;
}
/* Styles for Testimonials page */
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
}
div#testimonials-scroll {
	height: 123px;
	width: 590px;
	overflow: auto;
	background-color: #140000;
}
/* Styles for Photo Credits page */
.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
}
div#pcredits-scroll {
	height: 340px;
	width: 595px;
	position: relative;
	top: 10px;
	overflow: auto;
	background-color: #140000;
}
.credit-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	background: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	top: 20px;
	left: 350px;
}
/*Styles for the Gallery page */
.gallery-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	background: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	top: 10px;
	right: 40px;
}
.thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	background: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	left: 625px;
}
div#thumbnails-scroll {
	height: 345px;
	width: 222px;
	overflow: auto;
	background-color: #333333;
}
/* Styles for the Contact page */
.submit-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	left: -23px;
	top: 5px;
}
/* Styles for the About Us page */
.about-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 10px;
}
.about-link:hover {
	color: #CCCCCC;
}
.form-fields {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #EEEEEE;
}
/* Styles for the Services page */
.services {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-size: 13px;
	padding-right: 9px;
	padding-top: 30px;
}
.services-heading {
	font-size: 15px;	
	font-weight: bold;
}
.link {
	margin-top: 5px;
	color: #140000;
}
/* Footer styles for copyright and sound controls */
.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

