

.tmplContentMarginWrapper {
    margin-left: 219px;
    border-left: 4px solid black;
}

.tmplLeftBar {
    border-right: 4px solid black;
    width: 219px;
}

#footer {
	height: 16px;
	text-align: center;
    background-color: #e8e8e8; 
}



.tmplWrapper {
    background-color: #fff;
}
#listing_count a.next, #listing_count a.prev{
	display: block;
	width: 21px;
	overflow:hidden;
	text-indent:-3000px;
}
#listing_count a.next{
	background-image: url('/personal/1/images/next_black.png');
}
#listing_count a.prev{
	background-image: url('/personal/1/images/prev_black.png');
}

#listing_count a img{
	display: none;
}

#listing_count a:hover {
	text-decoration: none;
}


