/* HOME */

@import url("home-ways.css");
@import url("home-blog.css");
@import url("home-calendar.css");

#page.home{
}

h2{
background:url(home-header-bkg.png) 0 0 no-repeat;
height:337px;
margin:0;
overflow:hidden;
padding:0;
text-indent:-9999pt;
width:800px;
}

/* Blurb */

#blurb{
float:left;
padding:0 0 0 20px;
width:350px;
}

#blurb h3{
background:url(home-hd-story.gif) 0 0 no-repeat;
height:45px;
margin:0 0 30px 0;
overflow:hidden;
padding:0;
position:relative;
	top:20px;
	left:-1px;
text-indent:-9999pt;
}

/* Clear-All */

br.clearall{
clear:both;
display:block;
}