

#main_text {
	position: relative;
	float: left;
	width: 260px;
}

#main_content {
	border:none;
	width: 512px;
	padding: 40px 30px 40px 50px;
	line-height: 1.7;
	}

#callout {
	position: relative;
	float: right;
	width: 176px;
	padding: 20px 24px;
	border-bottom: 4px solid #d4d4d4;
	background: #f2f3f5;
	font-size: 0.85em;
	line-height: 1.9;
}

#callout h1 {
	font-size: 1em;
}

#wrapper {
	background: url('/images/bg/home_container.gif') bottom right no-repeat;
}