#centers {
	width: 855px;
	margin: 6px;
    background-color: white;
	border: solid #bbbbbb 1px;
    padding: 0 70px;
}
#centers-list h2 {
    border-bottom: 1px solid #cbcbcb;
    color: #797979;
    font-size: 18px;
    width: 830px;
    margin-top: 20px;
	font-weight:normal;
	padding-bottom:3px;
}
#centers-list div.center {
    float: left;
    margin-right: 20px;
    width: 223px;
    padding: 10px 15px;
}
#centers-list div.center a {
    color: #00759c;
    font-size: 16px;
    font-weight: normal;
    display: block;
	padding-bottom:3px;
}
#centers-list div.center a:hover {
    text-decoration: underline;
}
#centers-list div.center img {
}
.nowrap {
    white-space: nowrap;
    clear: both;
}

