#content {border-right: 0;}

.headline_area {
	display: none;
}

#home_left {
	float: left;
	width: 300px;
	padding-right: 30px;
	border-right: 1px dotted #000000;
}

#home_right {
	float: right;
	width: 500px;
}

	#home_left h3, #home_right h3 {
		font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
		font-size: 30px;
		font-weight: bold;
		margin-top: 0;
	}

	body.home #email_box {
		margin-top: 40px;
		background: #ffffff;
		border: 1px solid #aeadad;
		padding: 20px;
		position: relative;
		height: 70px;
	}
	
		body.home #email_box h4 {
			margin-top: 0;
			font-family: Georgia, Times, serif;
			font-size: 26px;
			color: #757575;
			font-weight: normal;
		}
	
		body.home .newsletter input {
			padding: 0;
			border: 0;
		}
	
		body.home .newsletter input.email_entry {
			width: 160px;
			margin-right: 10px;
			padding: 4px 5px;
			position: absolute;
			top: 60px;
			left: 23px;
			background: #f8f6e4;
			border: 1px solid #aeadad;
			font-size: 11px;
		}
	
		body.home .newsletter input.getit {
			position: absolute;
			top: 59px;
			left: 203px;
			width: 72px;
			height: 35px;
		}
