#header {
   background-image: url(../xmas-images/tophead.jpg);
}

#hampers h2 {
  color: #CC0000;
	text-align: left;
	padding-left: 0;
}

#hampers {
	background: url(../xmas-images/tophead.jpg) no-repeat;
	padding-top: 140px;
}

#tagline {
  color: #000000;
}

span#christmas a:link,
span#christmas a:visited {
  color:#0000FF;
	text-decoration: none;
}

span#christmas a:hover {
	text-decoration: underline;
}


#comp td {
	border: 1px solid #FF5E5E;
}

#comp th {
  background-color:#FF0000;
}

th#topleft {
	background: #FF0000 url(../xmas-images/tlc.gif) no-repeat left top;
}

th#topright {
	background: url(../xmas-images/trc.gif) no-repeat right top;
	background-color:#FF0000;
}
td#bottomleft {
	background: url(../xmas-images/blc.gif) no-repeat bottom left;
	background-color:#FF0000;
}
td#bottomright {
	background: url(../xmas-images/brc.gif) no-repeat bottom right;
	background-color:#FF0000;
}

#botrow td {
  background-color:#FF0000;
  border: none;

}