#content-pane {
	min-height: 330px;
	padding: 0px;
}


#news{
	position: relative;
	clear: left;
	float: left;
	width: 370px;
	padding: 20px;
	background: #F3F3F3;
	border-right: #dedede solid 1px;
}

#info{
	float: left;
	width: 290px;
	padding: 20px;
}
#contactme{
	float: left;
	width: 210px;
	padding: 20px;
}

#contactme a.contactButton {
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	background: url(../images/buttonx.png) center center no-repeat;
	width: 210px;
	height: 20px;
	padding-top: 7px;
	font-weight: 900;
	clear: both;
}

div#contactme span.title {
	margin: 5px 0 6px 0;
	font-weight: 900;
	float: left;
	clear: left;
	display: block;
	width: 80px;
}

div#contactme input {
	margin: 5px 0 6px 0;
	float: left;
	display: block;
	width: 140px;
	clear: left;
}
