.pRange tr{
	border-collapse:collapse;

}

.pRange td{
	border-bottom:1px solid black;
	padding:15px 10px 15px 10px;
}

.filters table{
	width:300px;
	height:50px;
	position:absolute;
	top: 0px;
	left:700px;
}

.filters td{
	width:30%;
	padding:15px 10px 15px 10px;
}



#browseBody{
	width: 1000px;
	/* border:1px black solid; */
	position:absolute;
	left: 200px;
	top:250px;
}


.leftSide{
	position:relative;
	top:0px;
	left:0px;
}

.rightSide{
	position:relative;
	top:-2090px;
	left:500px
}

.posting{
	border-collapse:collapse;
	width:47%;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
} 

.posting th, td{
	border:1px solid black;
	padding: 15px 10px 15px 10px;
}

.image {
	padding: 140px 10px 140px 10px;
}

#footer {
	position:relative;
	bottom: 2090px;
}