#christmaspage #telbar {	/* Background image for the Christmas telephone bar */
	background-color: #FFD800;
	background-repeat: no-repeat;
	background-position: right;
	background-image: none;
}

#christmaspage #maincontent {	/* Background image for the christmas page main content */
	background: url(../images/christmas-content-bg.jpg) no-repeat right top;
}

#christmaspage #maincontent h1 {
	color: #ff0a0a;
}

#christmaspage #maincontent h2 {
	color: #ff0a0a;
}
#christmaspage #maincontent h3 {
	text-align: center;
	font-size: 80%;
	color: #ff0a0a;
	margin-right: 300px;
	margin-left: 24px;
	background: #faeff1;
	padding: 2px;
}

#christmaspage #maincontent .menu {
	font-size: 70%;
	text-align: center;
	border-top: 1px solid #FFF1A6;
	margin-right: 300px;
}

#maincontent #christmas {	/* Christmas box ad on Home page */
	width: 360px;
	float: right;
	text-align: center;
	margin-left: 1em;
	border: 2px solid #FF3300;
	margin-right: 2em;
	clear: right;
	margin-bottom: 1em;
	display: block;
	background-image: url(../images/christmas-bg-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-bottom: 6px;
}
#maincontent #christmas p {
	margin-top: 86px;
	font-weight: bold;
}
#maincontent #christmas span {
	left: -9999px;
	position: absolute;
}
#maincontent #christmas a:link, #maincontent #christmas a:visited {
	color: #FF0000;
	font-weight: bold;
}
#maincontent #christmas a:hover, #maincontent #christmas a:active{
	color: #89B2E6;
}
#maincontent #christmas ul {
	margin-top: 170px;
	margin-left: -20px;
	text-align: center;
}
#maincontent #christmas li {
	margin-left: 0px;
	text-align: center;
}



#christmaspage #rightblank {
	float: right;
	height: 290px;
	width: 280px;
}

