#linkers {
	background-color:#ffffff;
	padding:5px;
	width:520px;
	height:1850px;
	position:relative;
	border: 2px solid #F7E60B;
}
#linkersLeft {
	position:absolute;
	z-index:2;
	width:242px;
	left:10px;
	top:0px;
	height:auto;
}
#linkersRight {
	position:absolute;
	z-index:4;
	width:242px;
	left:268px;
	top:0px;
	height:auto;
}
#linkersDivider {
	position:absolute;
	z-index:3;
	width:2px;
	left:259px;
	top:0px;
	height:100%;
	background-color:#F7E60B;
}
#linkers .cat {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #E99909;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
}
#linkers .subcat {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #340000;
	line-height: 24px;
}
#linkers a:link {
	font-size: 13px;
	color: #CC3300;
	line-height: 16px;
}
#linkers a:visited {
	font-size: 13px;
	color: #EC3B00;
	line-height: 16px;
}
#linkers a:hover {
	font-size: 13px;
	color:#990000;
	text-decoration: none;
	line-height: 16px;
}
