body {
	background-color: #0C2055;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0 auto;	/* needed for centering with firefox */
	color: Black;
	margin-top: 4px;
	background-image: url(../graphics/bg1.jpg);
}
em {
	color: Blue;
	font-weight: bold;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	font-variant: small-caps;
	display: inline;
}
#recipbox {
	width: 764px;
	text-align: center;
	margin: 0 auto;	/* needed for centering with firefox */
	margin-bottom: 10px;
}
.recip {
	width: 250px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
#recipbox a {
	color: White;
	font-weight: bold;
}
.clear {
	clear: both;
}
#container {
	width: 712px;
	background-color: #009CFF;
	margin: 0 auto;	/* needed for centering with firefox */
	border: 1px solid #000000;
}
#header {
	background-color: #16348C;
}
#header img {
	width: 710px;
	height: 80px;
}
#title {
	background-color: #C7ECFE;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	margin-bottom: 10px;
}
#zone1 {
	width: 426px;
	float: left;
}
#zone2 {
	width: 284px;
	float: left;
	text-align: left;
	font-size: 14pt;
	height: 390px;
}
#zone2 a {
	font-size: 14pt;
	font-weight: bold;
	color: #C7ECFE;
}
#zone2 a:hover {
	color: Navy;
}
.thumbbox {
	width: 142px;
	margin-bottom: 10px;
	float: left;
}
.thumbbox img {
	border: 1px solid Black;
	width: 130px;
	height: 180px;
}
#lastzone {
	margin-bottom: 15px;
}
#lastzone a {
	font-size: 20pt;
	font-weight: bold;
	color: #C7ECFE;
	text-decoration: none;
}
#lastzone a:hover {
	color: Navy;
}
#legal {
	font-size: 9pt;
	color: Gray;
	margin: 0 auto;	/* needed for centering with firefox */
}
