body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
 }
 
 h1 {
 	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
 }
 
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
.body { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; }
.footer { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }
.caption { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.small { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }

#print_button {
	background-color: #FFCC00;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#splash {
	background-image: url(../images/splash_home.jpg);
	height: 600px;
	position: relative;
	width: 780px;
}

/*div#coloring_contest {
	height: 260px;
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
}

div#coloring_contest a img {
	border: none;
}

div#coloring_contest a:link, div#coloring_contest a:visited {
	background: url(../images/coloring_contest.jpg) top left no-repeat;
	display: block;
	height: 260px;
	padding: 0;
	width: 320px;
}

div#coloring_contest a:hover {
	background-position: 0 -260px;
}
*/
div.home_feature {
	border-top: 10px solid #CC0000;
	border-bottom: 10px solid #CC0000;
}

div.home_feature p {
	margin: 0;
	padding: 0;
}

div.home_feature img {
	border: none;
	float: left;
	margin-right: 20px;
	
}

div.home_feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.home_feature h2 {
	font-weight: bold;
	font-size: 30px;
}

.clearfloat {
	clear: both;
}

div.home_feature p.price {
	font-weight: bold;
	font-size: 48px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.note {
	background-color: #ebf0d1;
	border: 2px solid #a6b934;
	color: #424a14;
	padding: 20px;
}

div.warning {
	background-color: #f8e3d1;
	border: 2px solid #e07d33;
	color: #5a3214;
	padding: 20px;
}

div.error {
	background-color: #eed4d5;
	border: 2px solid #b03246;
	color: #46141c;
	padding: 20px;
}

span.current_page {
	color: #CC0000;
}

td.book_nav {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

h2.holiday_link a:link, h2.holiday_link a:visited {
	color: #CC0000;
	text-decoration: none;
}

h2.holiday_link a:hover {
	text-decoration: underline;
}