html, body {
	background:url('../pics/jay-bamboo.png') repeat-y #fff;
	background-attachment:fixed;
	background-position:right;
	color:#000;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}

p {
	line-height:22px;
	margin:0 0 10px;
	padding:0;
	text-align:justify;
	color:#fff;
	text-shadow: 1px 1px 1px #336835;
	letter-spacing:.3px;
}

#wrap {
	width:780px;
	margin:0 auto;
}

#header {
	width:800px;
	margin:0 auto 15px;
}

#header .logo {
	margin:0 0 0 50px;
}

#content {
	background:#538855;
	padding:30px;
	border: 1px solid #73a875;
	border-bottom: 2px solid #336835;
	border-right: 2px solid #336835;
}

#content a, #content a:link, #content a:visited {
	color:#ddd;
	text-decoration:none;
	margin:0;
	padding:0;
}

#content a:active, #content a:hover, #content a:focus {
	text-decoration:underline;
	color:#ddd;
}

#left {
	float:left;
	width:448px;
}

#booknow {
	width:717px;
	margin:0 auto;
}

#booknowtext {
	width:600px
	float:right;
}

#booknowtext p {
	text-align:right;
}

#booknowbtn {
	width:100px;
	float:left;
	margin:0 10px 0 0;
}

#booknow img {
	border:none;
	background:none;
}

#image-right {
	float:right;
	margin:0 0 20px 0;
	padding: 4px;
	border: 1px solid #73a875;
	border-bottom: 2px solid #336835;
	border-right: 2px solid #336835;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contact {
	background:#336835;
	color:#ddd;
	text-shadow: 1px 1px 1px #333;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	margin:0 0 0 0px;
	padding:10px;
	border: 1px solid #134815;
	border-bottom: 2px solid #73a875;
	border-right: 2px solid #73a875;
}

table {
	width:100%;
}

#address p {
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	text-shadow: 1px 1px 1px #333;
}

#bottom ul {
	list-style-type:none;
	text-align:center;
}

#bottom li {
}

#bottom a, #bottom a:link, #bottom a:visited {
	color:#777;
	text-decoration:none;
	padding:0 20px 0 0;
	font-size:10px;
}

#bottom a:hover, #bottom a:focus, #bottom a:active {
	text-decoration:underline;
	color:#114411;
}

.clear {
	clear:both;
}

