div.header { font-family: arial;
font-size: 18px;
font-weight: bold;
}

div.description {font-family: arial;
}

div.price { color: #FF0000;
}

.prod_nav{
	width: 160px; 
	background-image: url(images/nav_back.jpg); 
	background-repeat: repeat-x; 
	height: 550px;	
}

.prod_nav ul{
	list-style: none; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	font-size: 13px; 
	line-height: 20px;
}

.prod_nav a{
	text-decoration: none;
	color: black;
}