@import "general.css";

#textcolumn_one {
	font-family:Tahoma;
	display: block;
	position: relative;
	width: 50%;
	//width: 49%;
	left: 0;
	float: left;
	margin-right: 2%;
	//margin-right: 0;
    padding-top:5px!important
	
}

#textcolumn_two {
	display: block;
	font-family:Tahoma;
	position: relative;

	right: 0;
	margin-left: 50%;
    padding-top:5px!important
}

#textfooter {
	display: none;
	font-family:Tahoma;
	clear: both;
	/*//background-image: url('../images/baffle_bg.gif');*/
	/**/
	border:none;
	background-color:#fff;
	color:#fff;
}
}

