/* template2.css template-2 page css */

div.t2-content {
/*	position:relative; */
	margin-top:20px; 
	width:742px; 
	float:left; 
	border:0px dashed red;
}

div.t2-column1 {
	float:left;
	width:400px;
	padding-left:20px;
	clear:both;
	border:0px dashed blue;
	padding-right:15px;
}

div.t2-column2 {
	float:left;
	width:250px;
	margin-left:15px;
	border:0px dashed red;
}

.itk-linkborder {
	background:url(../images/docicon.gif) no-repeat; 
	border-right-style: solid;
	border-bottom-style: solid;
	border-width:2px; 
	border-color:#CCCCCC;
	border-color:#EBF4D9;
	padding:5px; 
	padding-top:5px; 
	padding-left:25px;
	background-position: 5px 7px;
	background-color: none; 
	padding-bottom:10px;
	margin-bottom:10px;
}
