/* template1.css template-1 page css */

div.t1-content {
/*	position:relative; */
	margin-top:20px; 
	width:742px; 
	float:left; 
	border:0px dashed red;
}

div.t1-column1 {
	float:left;
	width:455px;
	padding-left:20px;
	clear:both;
	border:0px dashed red;
	padding-right:15px;
}

div.t1-column2 {
	float:left;
	width:215px;
	margin-left:15px;
	border:0px dashed red;
}

