/* Room. Actual background image is in settings */

#index #rooms
{
text-align: center;
}

#index #rooms a
{
display: block;
float: left;
margin: 4px 6px 6px 6px;
text-align: left;
text-decoration: none;
}

#index #rooms a div
{
margin-top: 5px;
margin-left: 20px;
font-size: 14pt;
color: #fff;
}


#index #rooms a.col3
{
margin: 4px 5px 6px 5px;
}


/* Left and right rooms go right to the edge */

#index #rooms a.left
{
margin-left: 0px;
}

#index #rooms a.right
{
margin-right: 0px;
float: right;
}

/* 2 columns across the page */

#index #rooms a.col2
{
width: 493px;
height: 260px;
}

/* 3 columns across the page */

#index #rooms a.col3
{
width: 324px;
height: 220px;
}

/* 4 columns across the page */

#index #rooms a.col4
{
width: 241px;
height: 210px;
}

#index #rooms a.col4 div
{
font-size: 12pt;
}

#index #rooms a.h180 { height: 180px; }
#index #rooms a.h220 { height: 220px; }
#index #rooms a.h340 { height: 340px; }

