#listings{
	position: absolute;
	margin: 150px 0px 0px 185px;
}

#item{
	width: 550px;
	height: 30px;
}

#header_labels{
	width: 550px;
	height: 30px;
	margin-bottom: 10px;
}


h1.stock{
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 90px;
	height: 30px;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 24px;
}

p.stock{
	position: absolute;
	margin: 0px 0px 0px 0px;
	font-family: 'Century Gothic';
	font-size: 22px; 
	width: 90px; 
	height: 26px; 
	text-align: center; 
	color: red;
	overflow: hidden;
}

p.stock a{
	text-decoration: none;
	color: red;
}

p.stock a:hover{
	color: blue;
	font-size: 22px;
}

h1.year{
	position: absolute;
	margin: 0px 0px 0px 110px;
	width: 100px;
	height: 30px;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 24px;
}

p.year{
	position: absolute;
	margin: 0px 0px 0px 110px;
	font-family: 'Century Gothic';
	font-size: 22px; 
	width: 100px; 
	height: 26px; 
	text-align: center;
	overflow: hidden;
}

h1.model{
	position: absolute;
	margin: 0px 0px 0px 230px;
	width: 450px;
	height: 30px;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 24px;
}

p.model{
	position: absolute;
	margin: 0px 0px 0px 230px;
	font-family: 'Century Gothic';
	font-size: 22px; 
	width: 450px; 
	height: 26px; 
	text-align: center;
	overflow: hidden;
}

h1.model2{
	position: absolute;
	margin: 0px 0px 0px 110px;
	width: 600px;
	height: 30px;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 24px;
}

p.model2{
	position: absolute;
	margin: 0px 0px 0px 110px;
	font-family: 'Century Gothic';
	font-size: 22px; 
	width: 600px; 
	height: 26px; 
	text-align: center;
	overflow: hidden;
}

p.heading{
	margin: 30px 0px 0px 0px; 
	width: 800px; 
	text-align: left;
	font-family: 'Arial Black';
	font-size: 44px; 
	color: #9C242E;
}

p.bar{
	margin: 0px 0px 10px 0px;
	width: 735px; 
	height: 5px; 
	background-color: white;
	border: 1px solid black;
}
