.homepage {
	height: 512px;
	background: #EEEBDE url(../images/hp_bg.gif) no-repeat 0px 0px;
}
.hplogo {
	margin: 55px 0 10px 0;
}
.xmasbutton {
	float: left;
	width: 101px;
	height: 140px;
	margin: 10px 25px 10px 50px;
}
.newyearbutton {
	float: right;
	width: 101px;
	height: 140px;
	margin: 10px 50px 10px 25px;
}
.newyearbutton:hover, .xmasbutton:hover {
	background-color: #F7E36A;
}
#content p.welcome {
	padding: 0 0 20px 0;
	margin: 0;
	color: #776F58;
	font-size: 1em;
	font-style: italic;
	line-height: 1.3em;
}


.homepage ul.bottomnav {
	padding: 0;
	margin: 0 40px 0px 130px;
	font-size: 0.75em;
	font-weight: bold;
}
.homepage ul.bottomnav li {
	list-style: none;
	float: left;
	padding: 0 1.2em 0 0;
	margin: 0;
	text-align: center;
}
.homepage ul.bottomnav li a {
	color: #B92420;
	text-decoration: none;
}
.homepage ul.bottomnav li a:hover {
	color: #FB7907;
}
