body	{
	font-family:georgia, 'times new roman', times-new-roman, times, sans-serif;
	color:#fff;
	background-color:#000;
	}
	
a	{
	color:#ffbb00;
	}
	
div#container	{
	width:800px;
	margin:0px auto;
	padding-top:1em;
	}

p.introText	{
	text-align:center;
	padding:2em;
	}
	
dl.gifts dt	{
	display:block;
	float:left;
	width:250px;
	text-align:center;
	clear:both;
	padding-right:50px;
	padding-top:20px;
	}
	
dl.gifts dd	{
	display:block;
	float:left;
	width:500px;
	padding-top:20px;
	}
	
.ie7 dl.gifts dd	{float:none;}
	
dl.gifts dd h3	{
	font-weight:bold;
	line-height:1.5em;
	font-size:1.1em;
	}
	
dl.gifts p	{
	line-height:1.5em;
	}
	
dl.gifts p.giftButton	a	{
	text-decoration:none;
	font-weight:bold;
	}
dl.gifts p.giftButton	a:hover	{
	text-decoration:underline;
	}	
dl.gifts p.numbers	{
	font-style:italic;
	}