@charset "UTF-8";
/* CSS Document */

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-color: #666666;
	background-image: url(../images/other/Yinjo_BlackBgd.jpg);
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 8px double #BE323A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3E8A38;
	color: #CCCCCC;
	background-image: url(../images/other/holiday/Holiday-bgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.credits {
	font-size: 10px;
}
.credits a {
	text-decoration: none;
	color: #999999;
}
.credits a:hover {
	text-decoration: underline;
}
h1 {
	color: #CCCCCC;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	height: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
a:hover img {
	padding: 2px 0 0 0px;
}
.festlogo a:hover img {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
}
a.festlogo {
	height: 50px;
	width: 90px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
}
h3 {
	font-style: italic;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img#bells {
	position: relative;
	top: -10px;
	right: -10px;
}
.candy img {
	margin: 0px;
	padding: 0px;
}
.credits img {
	margin-top: 10px;
}
