@charset "utf-8";
body {
	background-color: #E5C4A8;
	margin: 0px;
	padding: 0px;
	background-image: url(../bg_tile2.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.4em;
}
.headergift {
	margin-left: 50px;
}

a:link, a:visited {
	color: #B00B2B;
}


#wrapper {
	background-color: #FEF6E1;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #B00B2B;
}
#intro {
	margin-right: 50px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.headline {
	color: #B00B2B;
	font-weight: bold;
	font-size: 20pt;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #B00B2B;
	font-size: 16pt;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
#item {
	background-color: #fbe7bc;
	border: 3px solid #ffd503;
	padding: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#item strong {
	color: #B00B2B;
}
.giftitem {
	border: 2px solid #B00B2B;
	align: right;
	float: right;
	margin-left: 60px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.black {
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
}

