#body_home {
	background-image: url(../images/bg_html_home.png);
}

#body_home #container {
	background-image: url(../images/fairy.png);
	background-position: 741px 248px; background-repeat:no-repeat
}

#body_home #content {
	padding-top: 0;
}

#h1_home {
	color: #fff;
	position: relative;
	width: 937px;
	height: 30px;
	margin: 0 0px 0px 0;
	overflow: hidden;
	background: url(../images/hdr_h1_home.png);
}

* html #h1_home {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hdr_h1_home.png', sizingMethod='scale');
}

#h1_home span {
	display:none;
	
}

/* center div */
#center h2 {
	color: #fff;
	font-size: 1.33em;
	margin-bottom: 20px;
}

#center li{
	list-style:none;
	float:left;
	background: #fff url(../images/bg_with_caption.png) no-repeat 0 0;
	margin:0 30px 95px 0;
	padding: 5px 7px 8px 5px;
	width:258px;
	position: relative;
}

#center li.last{
	margin-right:0;
}

#center li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 107px;
	width: 226px;
	padding: 16px;
	color: #000;
	font: 1.92em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
}

#center li a:focus, #center li a:hover { text-decoration: none; }

#center li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 139px;
	width: 258px;
	border: 0;
}

#intro {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
	color: #999;
}

#blog_posts{
	float: left;
	width: 570px;
	color: #999;
}

#intro h2, #blog_posts h2 {
	font-size: 2em;
	margin: 0 0 10px;
}

#intro p {
	font-size: 1.17em;
}

#blog_posts p{
	font-size:.92em;
	margin:0;
}

#blog_posts ul{
	margin:0;
}

#blog_posts li{
	margin:0 0 20px;
	padding: 0;
	background: none;
}

#blog_posts h3{
	font-size:1.75em;
	margin:0;
}

