/* CSS Document */
#horizontal_line 

{position: absolute;
top: 2px;
left: 145px;
height: 3px;
 width: 100%;
 background-image: url(../images/red_spacer.gif);
 background-repeat: repeat-x;
 z-index:0;
 }

#vertical_line 

{
	position: absolute;
	height: 859px;
	top: 42px;
	left: 729px;
	width: 0px;
	background-image: url(../images/red_spacer.gif);
	background-repeat: repeat-y;
	z-index:0;
	background-color: #990000;

	

 }
