/* CSS Document */
#content {
	font-size: 12px;
	color: #333333;
}

#content h1{
	font-size: 15px;
	clear:both;
}

#content h2{
	font-size: 14px;
}

#content h3{
	font-size: 12px;
	color: #990000;
}

#content li{
    margin-bottom: 10px;
}

#content tr{
}

#promo-list {list-style-type:none;margin: 0;padding: 0;}
#promo-list a{
	font-size: 14px;
	text-decoration: none;
}
#promo-list .promo-latest{
height: 150px;
}
#promo-list .promo-latest a img {
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
}
#promo-list .promo-latest a:hover img {
	border: 1px solid #6699CC;
}
#promo-list .promo-latest p {
	margin: 6px 0;
}

#promo-list li{
    float: left;
	margin: 10px;
	width: 265px;
}
