body {
	background-image: 	url(Images/Pattern.jpg);		
	}

#header {
    	background-color:	#908f5f;
    	background-image: 	url(Images/XmasBird.png);
	background-repeat:	no-repeat;
	background-position:	left;
	min-height:		240px;
	text-align:		center;
	border-style:		ridge;
	border-width:		4px;
	border-color:		#fce5a1;
	margin-left:		60px;
	margin-right:		40px;
	}

h1 {	
	text-align: 		center;
	font: 			bold 320% "Harrington", serif;
	color:			White;
	text-shadow: 		2px 2px 4px #404040; 
 	}
 	
h2 {
   	font:        		bold 150% "Georgia", serif;
   	color:			white;
   	text-align:		left;
 	}

p	{
	color:			white;
	font:			100% "Georgia", serif;
	}

.Tray{	
	background-color: 	#908f5f;
	width:			80%;
	padding:		10px;
	margin-top:		15px;
	margin-bottom:		15px;
	margin-left:		auto;
	margin-right:		auto;
	border-style:		ridge;
	border-width:		20px;
	border-color:		#544c18;
	font:	 		"Georgia";
	color:			white;
	text-align:		left;
 	}

.Tree{
	background-image: 	url(Images/TreeDeco.png);
	}


table.hers {
 	vertical-align: 	middle;
 	margin-left:		auto; 
    	margin-right:		auto;
 	}
 	

td.plain{
	background:		#1d381b;
	border:			10px #83634c;
	border-style:		solid;
	border-collapse: 	collapse;
	}

