#right-tile {
	background-color: #D8D8D8;
	background-image: url(images/r-side-tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right-tile2 {

	background-color: #D8D8D8;
	background-image: url(images/r-side-tile2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-tile {

	background-color: #D8D8D8;
	background-image: url(images/l-side-tile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#left-tile2 {
	background-color: #D8D8D8;
	background-image: url(images/l-side-tile2.jpg);
	background-position: right top;
	background-repeat: repeat-y;

}
body {
	margin: 0px;
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;

  <!-- /* $WEFT -- Created by: Mark Johnson (marklj@gmail.com) on 1/18/2006 -- */
  @font-face {
    font-family: Bitstream Vera Sans;
    font-style:  normal;
    font-weight: normal;
    src: url(http://mj87.com\BITSTRE2.eot);
  }
  @font-face {
    font-family: Bitstream Vera Sans;
    font-style:  normal;
    font-weight: 700;
    src: url(http://mj87.com\BITSTRE1.eot);
  }
  @font-face {
    font-family: Bitstream Vera Sans;
    font-style:  oblique;
    font-weight: normal;
    src: url(http://mj87.com\BITSTRE0.eot);
  }
-->

}
#topbar {
	background-image: url(images/tile-topbar.gif);
	background-repeat: repeat-x;
	height: 26px;

}
#title-bar {
	background-image: url(images/tile-titlebar.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 83px;
	

}
#menubar {
	background-image: url(images/tile-menubar.gif);
	background-repeat: repeat-x;
	height: 32px;

}
#belowmenubar {
	background-image: url(images/tile-belowmenu.gif);
	background-repeat: repeat-x;
	height: 26px;

}
#totalwidth {
	width: 750px;
	height: 126px;

}
#mj87net {
	width: 87px;
	background-image: url(images/tile-topbar.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;

}

a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}.footertxt {
	font-size: x-small;
	color: #999999;
}
.sidelines {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
