


/* ######### Left Menu ######### */

#leftbar{
	padding-right:30;
}

#rightbar{
	width: 200px;
	padding-left:50;

}

#maincolumn{
  width: 600;

}

.categorylinks{
	list-style-type: disk;
	list-style-image: url(arrow2.gif);
	margin: 5px auto 10px 18px;
	padding: 0;

}

.categorylinks li{
	padding-bottom: 1px;
}

.categorylinks li a{
	margin-left: -3px;
	padding: 3px 1px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}



 .headers{
	color: white;
	font: bold 110% Arial;
	background-color: orange;
	padding: 2px;
	text-align: center;
}

