@charset "utf-8";
/* CSS Document */

body {
	font: 76% verdana, arial, helvetica, sans-serif;
	line-height: 130%;
/*	background: #6c8e92;*/
	background: #58514B;
/*	background: #98cbef;
	background: #af977e;*/
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	overflow-y:scroll;
	line-height: 1.7em;
}

a {
	color: #5a8a31;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #98cbef;
}

#button {
	display: block;
	width: 205px;
	height: 196px;
	overflow: hidden;
	text-indent: -9000px;
	padding-left: 235px;
}

#button a {
	display: block;
	width: 205px;
	height: 196px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(../images/button-book-now.gif) top left no-repeat;
}

#button a:hover {
	display: block;
	width: 205px;
	height: 196px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(../images/button-book-now.gif) top right no-repeat;
}

#main {
	margin: 20px;
	text-align: left;
}

.menu {
	color:#FFFFFF;
	font-weight:bold;
	margin-left: 20px;
}

.menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#footer {
	margin:15px 0 50px 0;
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

