/* BEGIN: Body */
body#page_home div#body div.wrapper {
	padding-bottom: 96px;
}

	/* BEGIN: Left Column */
	body#page_home div#body div.left {
		float: left;
		width: 400px;
		font-size: 18px;
		color: #464646;
		margin-right: 0;
	}
	
		body#page_home div#body div.left h3 {
			width: 300px;
			margin: 0 0 12px 0;
			font: bold 36px Arial, Verdana, Helvetica, sans-serif;
			line-height: 1em;
			color: #707070;
		}
		
		body#page_home div#body div.left p {
			margin-bottom: 20px;
			line-height: 1.5em;
		}
		/* BEGIN: Get Started Button */
		a.button#get_started {
			width: 178px;
			height: 33px;
			margin: 0 auto;
			background-image: url(../images/home/get-started.gif);
		}
		/* END: Get Started Button */

	/* END: Left Column */

	/* BEGIN: Right Column */
	body#page_home div#body div.right {
		float: left;
		width: 540px;
		padding: 0;
		margin-bottom: 12px;
		border: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background-color: #ffffff;
	}
	/* END: Right Column */
	
	/* BEGIN: Banner */
	body#page_home div#body div#banner {
		height: 92px;
		margin-top: 12px;
		border-top: 1px solid #73c5c8;
		border-bottom: 1px solid #73c5c8;
	}
	/* END: Banner */

	/* BEGIN: Tagline */
	body#page_home div#body p#tagline {
		margin: 32px 0;
		text-align: center;
		font-size: 18px;
		color: #464646;
	}
	/* END: Tagline */

	/* BEGIN: Latest Buzz */
	div#latest-buzz {
		width: 897px; /* 937px total */
		height: 21px; /* 29px total */
		padding: 8px 20px 0 20px;
		margin: 0 auto;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
		background: transparent url(../images/home/latest-buzz.gif) no-repeat left top;
	}
	
	div#latest-buzz h3 {
		float: left;
		margin: 0 10px 0 0;
		font-size: 100%;
		font-weight: normal;
		color: #a53c17;
	}
	
	div#latest-buzz ul#feeds {
		float: left;
		padding-left: 0;
		margin: 0;
		list-style: none;
	}

	div#latest-buzz ul#feeds li {
		width: 800px;
	}

	div#latest-buzz ul#feeds li a {
		color: #555555;
	}
	/* END: Latest Buzz */

/* END: Body */
