

h6 {
font-size:12px;
letter-spacing:2px;
color:#475837;
margin:5px 0 10px 10px;
text-transform:uppercase;
}

h6 span
{
color:#61A91E;
}



#green
{
clear:right;
}

#green, #hotel
{
width:315px;
margin-top:15px;
margin-right:20px;
padding:10px;
float:left;
border-top:3px dotted #D3E1BC;
}

#green
{
background:url(images/green-back.jpg);
background-position:99% -10px;
background-repeat:no-repeat;
}

#hotel
{
padding:7px;
}

#hotel .ta
{
margin:5px -7px;
padding-top:5px;
border-top:3px dotted #D3E1BC;
}

#hotel img
{
	margin:0 0 0 15px;
}



/* Slider styles */

#slider {
    position:relative;
    width:900px; /* Change this to your images width */
    height:500px; /* Change this to your images height */
    background:url(images/slides/crabcakes.jpg) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	width:900px;
}
#slider a {
    border:0;
    display:block;
}
