@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CCCCCC;
}
#page { background-color: white; text-align: left; }

#headerbox {
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #3366FF;
}
#mainbox {
}
#mainbox_bottom {
}

#mainbox_top {
}
#mainbox_pics {
	float: left;
	width: 300px;
}
.pictures {
	padding: 10px;
}

#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #3366FF;
}
#mainbox_christmas {
	font-size: 120%;
	color: #CC0000;
	position: relative;
}
#mainbox_christmas1 {
	font-size: 150%;
	position: relative;
	color: #000099;
	font-weight: bold;
}

#mainbox_christmas_images {
	width: 125px;
	text-align: left;
	float: left;
	position: relative;
	top: 60px;
}
#headerbox_image {
	float: right;
}
