.main {
background-color: #99CC66;
background-image: url("/images/grass.png");
background-repeat: repeat;
}

#dsbox {
margin-top: 1.6em;
width: 65.5%;
}

.amenity {
position: relative;
background-color: #336699;
width: 48em;
height: 16em;
margin: 0 0 0.6em 0;
}

.amenity p {
padding: 1em;
}

img.cornerTL {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
}

img.cornerBR {
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
width: 1em;
height: 1em;
}

.amenity_image {
position: absolute;
top: 1em;
left: 1em;
width: 14em;
height: 14em;
background-color: white;
color: #999;
text-align: center;
}

.amenity_image img{
width: 14em;
height: 14em;
}

.amenity_id {
position: absolute;
top: 0;
left: 10em;
width: 20em;
height: 1.5em;
color: white;
line-height: 2em;
text-align: left;
font-size: 1.6em;
}

.amenity_description, .amenity_contact {
position: absolute;
top: 4em;
height: 11em;
background-color: white;
}

.amenity_description {
left: 15.2em;
width: 21.6em;
}

.amenity_contact {
left: 37em;
width: 10em;
}

.sortable a{
color: black;
border: #FF9933;
}

#directory {
float: left;
width: 17em;
}