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



h1{
	color: #FFFFFF;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom: 10px;

}

h2{
	color: #003366;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom: 10px;

}

p{
	color: #003366;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;

}

body {
	background-color:#8FABD9; 
	background-image:url(images/snowflake.gif);
	background-repeat:repeat-x, repeat-y;

}


#christmasMainContainer {
	width:960px;
	height: 560px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/xmas-main.jpg);
	background-repeat:no-repeat;
}

#christmasText {
	width:285px;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	background-color:#8FABD9;
	padding:10px;
	background-image:url(images/snowflake.gif);
	
}

#christmasTextTop {
	width: 285px;

}

#christmasTextTopLeft {
	float: left;
	width: 13px;
	height: 13px;
	background-image:url(images/corner_top_left.gif);
	background-repeat:no-repeat;

}

#christmasTextTopRight {
	float: right;
	width: 13px;
	height: 13px;
	background-image:url(images/corner_top_right.gif);
	background-repeat:no-repeat;

}

#christmasSmallBox {
	width:200px;
	float: left;
	margin-top: 370px;
	margin-left: 25px;
	background-color:#8FABD9;
	padding:10px;
	background-image:url(images/snowflake.gif);
	
}