/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.88889;
	color: #BBB; 
	background: #444 url(http://www.bassdrivearchive.com/banner/striper.png) repeat top left;
	font-size: 75.5%;
	margin: 0; 
	padding: 2px 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #007ebf;
	margin-left: 5px;
	}
a:visited {
	font-weight: bold; 
	text-decoration: none; 
/*	color: #005480; */
	color: #007ebf;
	margin-left: 5px;
	}
a:hover, a:active {
	color: #c0e2f7;
	}
/* specific divs */
#container { 
	background: #f3f3f3 no-repeat top left; 
	background-color: #BBB;
	padding: 0px 0px 0 0px;  
	margin-left: 50px; 
	margin-top: 25px;
	width: 510px;
	height: 75%; 
	//height: 800px; 
	position: fixed;
	}
#listingContainer h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   margin-left: 3px;
   background: #000000;
   margin-top: 0px;
   font-weight: bold;
   font-size: 2em;
   margin-bottom: 15px;
	}
#listingContainer h2 { 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000 no-repeat top left; 
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#listingContainer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 98%;
	height: 98%;
	//width:500px;
	//height: 390px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#refLinks {
   margin-left: 1%;
   //margin-top: 200px;
   margin-bottom: 0px;
   //margin-top: 70%;
   position: fixed;
}



