/*	Dealers 	Cascading Style Sheet		*/
/*	V 0.01	991203	taken from care.css	*/

/* V 020329 no tables!	*/
BODY {
	background-image: url(backdlrs.jpg);
	background-repeat: repeat
}
/*	Dealers division	*/
div.dlrs	{
	background-color: #f0f0f0;
	border-width: thick thick medium medium;
	border-style: solid;
	border-spacing: 10px;

	border-top-color: tan;
	border-right-color: tan;
	border-bottom-color: green;
	border-left-color: green;
}

div.dlrs p {	
    text-align : center;
	border-bottom : thin solid green;
	border-left : thin solid green;
	border-top : medium solid tan;
	border-right	 : medium solid tan;
}

/*	end	*/