@charset "utf-8";
body {
	background-color: #BD4D37;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 1000px;
	background-image: url(/images/website_background.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-color: #000033;
	position: static;
	color: #BBEEFF;
}
a {
	color: #000099;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small_print {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.footer_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	word-spacing: 6em;
	font-size: smaller;
	font-style: italic;
}

.top-left-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	filter: DropShadow(Color=0x000000, OffX=-3, OffY=-3, Positive=1);
	font-style: italic;
	text-align: center;
}
.shadowed {
	filter: DropShadow(Color=0, OffX=-3, OffY=3, Positive=1);
}
