* {
	margin: 0;
	padding: 0;
}
  
body {
	background: #ffffff url(images/img01.gif) repeat-x;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#000000;
        line-height: 187%;
}



p {
	margin-bottom: 1.5em;
}



ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}



/* Logo */

#logo {
	width: 760px;
	height: 240px;
	margin: 0 auto;
	background: #010100 url(images/banner.jpg)
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}





/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
        background-color:#D8BF9B;
}



#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/navbullet.jpg) no-repeat left center;
	color: #935A47;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:0 0 0 20px;
        font-size:95%;
        margin-top:6px;
}

/* Footer */

#footer {
	height: 50px;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 19px solid #A3805D;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #A3805D;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

img { 
        border: none;
}


/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 1px solid black;
        margin-right:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 1px solid black;
        margin-left:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imagealone {
       border: 1px solid black;
        margin-bottom:10px;
        margin-top:10px;
}

#booking {
font-size:77%;
font-weight:bold;
color:#884735;
margin-top:25px;
background-color:#ffffff;
padding-left:2px;
}

#contact {
font-size:77%;
font-weight:bold;
color:#884735;
margin-top:25px;
background-color:#ffffff;
padding-left:2px;
}

#rating {
padding-left:40px;
margin-top:25px;
font-size: 85%;
}