#border {
	width: 780px;
	margin: 0;
	background: #555 url(../images/box_bottom_lg.jpg) no-repeat bottom left;
}

#border dt {
	margin: 0;
	padding: 15px;
	background: #CD94A3 url(../images/box_top_sm.jpg) no-repeat top left;
	border-bottom: 1px solid #222;
	font-weight: bold;
	font-size: 1.2em;
	color: #222;
}	

#border dd {
	margin: 0;
	padding: 10px;
	color: #eee;
	font-size: .8em;
}

#boxes {
	height: 380px;
}

#boxes div {
	border: 1px solid #fcc;
	float: left;
	text-align: center;
	background-color: #222;
	margin: 3px; padding: 0;
	width: 100px; height: 180px; 
	line-height: 90%;
}

#boxes div a {
	color: #eee;
	text-decoration: none;
	font-size: .8em;
	margin: 0; padding: 0;
}

#boxes div img {
    border: 0; margin: 0;
}
