/* General styles */
    body {
	margin: 16px auto 10px auto;
	border: 10px solid #fff;
	font-family:"Lucida Sans", Helvetica, Arial, sans-serif;
	color: #4f5762;
	padding:0;
	width: 960px;
	font-size:12px;
	line-height:1.4em;
	background-color: #2F3644;
    }
	a {
    	color:#51637D;
	}
	a:hover {
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		color:#284879;
		font-family :Geneva, Arial, Helvetica, sans-serif;
		font-weight:200;
		font-stretch:expanded;
    }
	h1 {
	font-size:2.4em;
	}
	h2 {
	font-size:1.8em;
	}
	h3 {
	font-size:1.5em;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
    	background: #fff url(images/powderden_header.jpg) no-repeat;
        clear:both;
        float:left;
        width:960px;
		height:240px;
    }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 30px 0 15px;
        margin:0;
		color:#2F3644;
		text-align:right;
	}
	#header ul {
	    clear:right;
	    float:left;
	    list-style:none;
	    margin:184px 0 0 230px;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:5px 10px;
	    text-align:center;
	    background:transparent;
	    font-weight:bold;
	    color:#7F5445;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	color:#55657E;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#55657E;
	    background-color: #fff;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	    background-color: #D2D7DD;
	}
	/* 'widths' sub menu */
	#contact {
	    clear:both;
	    margin:0;
	    padding:10px 30px;
	    text-align:right;
	    color: #5D657A;
	    background-color: #fff;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background-color: #fff;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
        border-left: 1px solid #51637D;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:10px 35px 0 235px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
    .booked { 
color:#663333;
font-weight: bold; 
}
.pending { 
color:#e4c578;
font-weight: bold;
}
.available { 
color:#9bb079;
font-weight: bold;
}
.small {
font-size: .8em;
}    
    #features {
    	width:520px;
    	 }
	/* Footer styles */
	#footer {
        clear:both;
        text-align:center;
        width:100%;
		background-color:#fff;
		color:#ABABAB;
    }
    #footer p {
        padding:30px 20px 10px 20px;
        margin:0;
		font-size:.8em;
    }
	#footer a {
	    color:#ABABAB;
		}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 550px; /*width of featured content slider*/
height: 310px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
background: #d4e3ea;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (500+10+10=520)*/
text-align: left;
background-color: #fff;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
background: white;
}

.pagination a:hover, .pagination a.selected{
background-color: #fff;
text-decoration: underline;
}  
    /* --> */
 
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
  
    <![endif]-->
