@import url("reset.css");
@import url("Default.css");

	.content-main .home-intro {
	    width:365px;
	    float:left;
	}
	.content-main .home-intro h2 {
	    margin-top:0px;
	}
	.content-main .home-intro p.intro {
	    margin-top:0px;
	    font-size:1.6em;	
	}
	.content-main .home-bullets {
	    float:right;
	    width:275px;
	}
	.content-main .home-bullets h3 {
	    margin-top:0px;
	    font-size:1.5em;
	}
	.content-main .home-bullets ul {
	    margin-top:0px;
	    font-size:1.2em;	
	}
	.content-main .home-bullets li {
	    margin-bottom:.5em;
	}


