body, tr, td , p, h1, h2, h3, h4, ul li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0c911f;
	font-family: Trebuchet, 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	color: #484848;
	scrollbar-base-color: #063;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	text-align: center;
	font-size: 12px;
}

h1 { 
	color: #d11e0b;
    font-size: 20px;
	font-weight: bold; 
	margin-bottom: 10px;
}

h2 { 
	color: #0c911f;
    font-size: 14px; 
	font-weigt: bold;  
	margin-bottom: 10px;

}


h3 { 
	color: #353a36;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
 
}

a {
	color: #d11e0b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0c911f;
	text-decoration: none;
}


p { 
	text-align: left; 
	margin-bottom: 10px;
	line-height: 18px;

}

#main ul {
	margin-bottom: 5px;
}

#main ul li {
	margin-bottom: 10px;
}

#main ul li ul {
	margin-top: 5px;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 845px;
}


#right {
	float: right;
	width: 274px;
	margin-left: 20px;
}

#righttop {
	background-image: url(images/right-top.gif);
	background-position: top;
	height: 17px;
}

#rightbottom {
	background-image: url(images/right-bottom.gif);
	background-position: bottom;
	height: 17px;
}

#righttext {
	padding: 0 15px 1px 15px;
	background-color: #dedede;
	border-left: 4px solid #eeeeee;
	border-right: 4px solid #eeeeee;
}

#righttext p {
	margin-bottom: 5px;
}

#right h2 {
	font-size: 12px;
	margin-bottom: 5px;
}

#countdown p {
	color: #d11e0b;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

#main, #booking {
	background-color: #ffffff;
	padding: 20px;
}

#header {
	background-color: #0c911f;
	width: 845px;
	text-align: left;
}

#header ul li {
	float: left;
	padding-right: 20px;
}

#header ul {
	list-style: none;
	margin-top: 12px;
	margin-left: 0;
}

#header ul li a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #cb4336;
}


#footertext {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 78px;
}

#footertext p {
	color: #ffffff;
	font-weight: bold;
}

#footertext a {
	color: #ffffff;
	text-decoration: none;
}

#footerbottom {
	background-image: url(images/footer-bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
}

#credits {
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
}

#credits p {
	font-weight: bold;
	text-align: right;
}

#credits a {
	color: #ffffff;
	text-decoration: none;
}

#booking tr td {
	padding: 4px;
	vertical-align: middle;
}

hr {
	border: 0;
	color: #9d9d9d;
	background-color: #9d9d9d;
	height: 1px;
}

p.caption {
	color: #818181;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 15px;
	margin-top: 5px;
}