/* LINKS SECTION */
#lmain {
	width: 958px;
	min-height: 600px;
	_height: auto !important;
	_height: 600px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(/files/images/bg/links_txt.jpg) no-repeat top left;
}
#links {
	width: 900px;
	min-height: 600px;
	_height: auto !important;
	_height: 600px;
	margin-top: 100px;
	margin-left: 58px;
}
.link {
	float: left;
	width: 250px;
	min-height:250px;
	_height: auto !important;
	_height: 250px;
	margin: 10px;
	background: ;
	_display: inline;
}
.link_name {
	width: 250px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.link_description {
	width: 250px;
	min-height: 150px;
	_height: auto !important;
	_height: 150px;
	height: auto !important;
	height: 150px;
	background: ;
	color: #444;
}