@charset "utf-8";
/* -- Home Page Style Sheet */
body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/backgrounds/lace.gif);
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
}

#entry-image, #ie-entry-image {
	display: block;
	float: left;
}

* html #ie-entry-image {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo-wreath.png", sizingMethod="scale");
}

* html #entry-image {
	display: none;
}

#content {
	padding-top: 50px;
}