@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#container {
	width: 806px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#apDiv1 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}
#apDiv1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#apDiv1 {
	text-align: left;
}
#apDiv1 a {
	color: #FFFFFF;
}
#contact-photo {
	background-image: url(images/contact-page.jpg);
	height: 500px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#container-other {
	width: 806px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/long-background.jpg);
	background-repeat: no-repeat;
	background-color: #9A180A;
}
#container-gratitude {
	width: 806px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gratitude-background.jpg);
	background-repeat: no-repeat;
	background-color: #9A180A;
}
#navigation {
	font-family: "Trebuchet MS";
	font-size: 90%;
	width: 445px;
	float: right;
	height: 46px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#navigation a {
	color: #FFFFFF;
}
#header {
	background-image: url(images/header-bk.jpg);
	height: 46px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header-other {
	height: 46px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-image: url(images/flash-bk.jpg);
	height: 318px;
	padding-top: 0;
	padding-bottom: 0;
}
#main-gratitude {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background-repeat: no-repeat;
}
.thanks {
	margin-right: auto;
	margin-left: auto;
}
#mainContent-Other {
	padding-bottom: 0;
}
#main-text {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#mainContent-Other p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
}
#footer-copyright {
	padding-top: 80px;
	font-size: 80%;
	color: #CCCCCC;
}
#footer-copyright a {
	color: #CCCCCC;
}
#footer {
	font-family: "Trebuchet MS";
	background-image: url(images/bottom-bk.jpg);
	height: 330px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#homelink {
	padding-top: 10px;
	padding-left: 25px;
}
#homelink a {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	text-decoration: none;
	font-size: 90%;
}
#homelink a:hover {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
#footer-other {
	font-family: "Trebuchet MS";
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#main-text li {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #FFFFFF;
	line-height: 22px;
	margin-left: 50px;
}
#footer-text {
	margin-left: auto;
	width: 660px;
	margin-right: auto;
	padding-top: 60px;
}
#footer-text p {
	line-height: 21px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p {
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#main-text a {
	color: #CCCCCC;
}
#main-text a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#main-text object {
	margin-right: auto;
	margin-left: auto;
}
#montage {
	width: 371px;
	margin-right: auto;
	margin-left: auto;
}
#main-gratitude img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
#flashcontent {
	height: 100%;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	}
.main-text-img {
	float: right;
	border: 1px solid #FFFFFF;
}
#vimeo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
