/* template3.css template-3 page css */

div.t3-content {
/*	position:relative; */
	margin-top:20px; 
	width:742px; 
	float:left; 
	border:0px dashed red;
}

div.t3-column1 {
	float:left;
	width:500px;
	padding-left:20px;
	clear:both;
	border:0px dashed blue;
	padding-right:15px;
}

div.t3-column2 {
	float:left;
	width:150px;
	margin-left:3px;
	border:0px dashed red;
}

div.t3-right-column {
	float:left;
	width:150px;
	margin-left:15px;
	border:0px dashed red;
}
