﻿p {
	color: #666;
	text-align: center;
	margin: 5px 0 10px 0;
	font-size:16px;	
}

#dealer {
background:url(../images/bk01.gif);
width:100%;
height:410px;
margin-top:85px;
}

#dealer_title {
	font-family:Arial, Hel,Microsoft YaHei;
	font-size:16px;
	font-weight: 200;
	line-height: 36px;
	letter-spacing: 2px;
	padding-top:200px;
	float:left;
	width:1300px;
}

#dealer_ul{
	margin-left:400px;
	padding-top:50px;
	width:900px;
}

#dealer li {
	border-bottom:1px dashed;
	line-height:150%;
	width:600px;
	float:left; 
	margin-bottom:5px;
	font-family:Arial, Hel,Microsoft YaHei;
	font-size:15px;
	font-weight: lighter;
	line-height: 24px;
	letter-spacing: 2px;
	list-style: disc;
}

#dealer li a {
	color: #666;
	text-decoration: none;
}

#dealer li a:hover {
	color: #990000;
	text-decoration: none;
}



