/*
Adapted from design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
	background-color: #78952D;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-x;
}
td, th, p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, Jamrul, sans-serif;
	font-size: 24px;
	color: #5C722A;
	font-weight: bold;
	padding-bottom: 15px;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, Jamrul, sans-serif;
	font-size: 15px;
	color: #993300;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, Jamrul, sans-serif;
	font-size: 13px;
	color: #5C722A;
	font-weight: bold;
	padding-bottom: 10px;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #78952D;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #5C722A;
}
#bookNow {
	width: 738px;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content {
	background: #ffffff;
	width: 738px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#main {
	width: 718px;
	padding-top: 15px;
}
#back {
	width: 718px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	padding-top: 10px;
}
#header {

}
#headerImage {
	margin-bottom: 15px;
}
#headerImage img {	
	border: 1px solid #5C722A;
}
#menu {
	width: 718px;
	height: 48px;
	text-align: center;
	overflow: hidden;
	background-image: url(images/menuBG.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#left {
	width: 470px;
	line-height: 150%;
	text-align: justify; /* JUSTIFIED TEXT? */
}
#right {
	float: right;
	width: 202px;
	line-height: 150%;
	text-align: right;
}
#right img {	
	border: 1px solid #5C722A;
}
#footer {
	height: 70px;
	width: 718px;
	clear: both;
	padding-top: 5px;
	background: url(images/footerBG.gif) repeat-x bottom;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #617240;
	margin-top: 20px;
}
#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	margin: 0px 5px;
}
li {
	margin-left: 20px;
	line-height: 120%;
}
