#donate a{color: #F03;}
#donate a:visited{color: #6F9;}
#donate b{font-weight:600; color: #CCC;}
ul{
	list-style: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#donate{
	width: 984px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	background: #333;
        border-left: 12px solid #222;
        border-right: 12px solid #222;
        border-top: 12px solid #222;
}
#donate h1{
	margin: 0 40px 0 0;
	color: #CCC;
	font-size: 36px;
}
#donate h2{
	font-size:18px;
	color: #06C;
	font-weight: 600;
	padding: 10px 0;
}
#donate p{
	padding: 10px 0;
	line-height: 125%;
}
.shop-items{
	margin: 20px 0;
}
.shop-items li{

	margin: 0 auto;
	border: 4px #666 solid;
}
.shop-items img{
	margin-bottom: -2px;
}
