/*--- dorky red thing ---*/div.title{	margin: 0px;	padding:0px;	width: 445px;	height: 34px;	background: url(/images/subpage/red_bar.gif);/*	padding:20px;	padding-left:50px;*/}div.title p{	position: relative; /*I get a chill typing this, because I seem to remember it being a problem on some browser.  Be sure to double check.*/	top: 10px;	left: 45px;	font-family: Arial; /*Tragic... but this is what they used.  Maybe we'll switch to superior Helvetica.  Or something else.  http://www.engagestudio.com/helvetica/*/	font-weight: normal;	letter-spacing: 2px;	color: white;	font-size: 12pt;	display: inline;}/*--- left-side navigation ---*/ul.nav{	margin: 0px;	padding: 0px;/*change these as needed to make them fit on the page the same way the Old & Busted list fit.*/	margin-left: 15px;	margin-top: 15px;}ul.nav li{ list-style: none; margin-bottom: 6px;}ul.nav li a{	font-family: Arial; /*Tragic... but this is what they used.  Maybe we'll switch to superior Helvetica.  Or something else.  http://www.engagestudio.com/helvetica/*/	font-weight: bold;	color: black;	font-size: 10pt;	text-decoration: none;}ul.nav li a:visited{	color: black;}ul.nav li a:link{	color: black;}ul.nav li a:hover{	color: #711515;}