#roomtypes_container {
clear: both;
width: 87%;
margin: 0 auto;
}

.padding { padding: 1.25em; }

#roomtypes_container h2 {
font: italic normal 2.3em Georgia, "Times New Roman", Times, serif; 
text-transform: lowercase;
letter-spacing: -0.03em;

}

#roomtypes_container .img-tile {
border: 4px solid #fff;
float: left;
margin: 1em 1em 0 0;
overflow: hidden;
text-decoration: none;
height: 120px;
text-align: center;
text-transform: capitalize;
color: #900;
}
#roomtypes_container .img-tile:hover {
border-color: #990000;
background-color: #990000;
color: #fff;
}

#roomtypes_container .img-tile img {
display: block;
}