/* Separations */
.hsep {
	background: url("../images/bkgds/hr.gif") center repeat-x;
	/*border-left: solid #ffffff 20px;
	border-right: solid #ffffff 20px;*/
	height: 21px;
	width: 740px;
	/*float: left;
	clear: right;*/
}

.hseppastop {
	background: url("../images/bkgds/hr_pas_top.gif") top repeat-x;
	height: 6px;
	width: 740px;
}

.hseppasbot {
	background: url("../images/bkgds/hr_pas_bot.gif") bottom repeat-x;
	height: 6px;
	width: 740px;
}


.hsepleft {
	background: url("../images/bkgds/hr.gif") center repeat-x;
	height: 21px;
	width: 520px;
}

.hsepright {
	background: url("../images/bkgds/hr.gif") center repeat-x;
	height: 21px;
	width: 200px;
}

.hsepthird {
	background: url("../images/bkgds/hr.gif") center repeat-x;
	height: 21px;
	width: 233px;
}


.hsephalf {
	background: url("../images/bkgds/hr.gif") center repeat-x;
	height: 21px;
	width: 360px;
}
