body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 15px 5px 18px;
	padding: 0px;
	background-color: #FFFFF1;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
#main {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
}
/******************** header ********************/
#header {
	width:100%;
	height:140px;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 8px;
	background-image:url(images/header32.jpg);
	display:block;
	background-repeat: no-repeat;
	background-color: #cc0000;
}
#nav {
	width:100%;
	height:22px;
	margin: 0px 0px 2px 0px;
	background-color:#cc0000;
	padding: 3px 0px 3px 13px;
	background-position: center;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#cc0000;
	width:120px;
	height:22px;
	float:left;
	margin-left:0px;
	text-align:center;
}

#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:800;
	display:block;
	background-color: #FF3300;

}
#nav a:hover {
	color:#FF0000;
	font-weight:800;
	background-color: #FFCC00;

}
#content {
	width:1000;
	margin-left:0px;
	background-color:#FFFFFF;
}
#left {
	float:left;
	width:680px;
	display:inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.left booking {
	float:left;
}
#left p {
	font-size: 12px;
	color: #333333;
	padding: 5px 0px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}
#left a{
	color: #CC0000;
	font-weight:800;
}
#left a:hover{
	color: #FF3300;
}
#left h1{
	font-size: 16px;
	color: #cc0000;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #cc0000;
	font-weight: 900;
	display:inline;
	margin-left:0px;
}
#right {
	float:right;
	width:auto;
	background-color:#FFFFFF;
	color:#333333;
	font-weight:900;
	display:inline;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 4px;
}
#right p{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#right a{
	color:#CC0000;
	font-weight:900;
}
#right a:hover{
	color: #333333;
}
.post {
	margin-top:10px;
	border: 2px solid #FFB5B5;
	padding: 4px;
	color: #CC0000;
}

.post a{
	color: #CC0000;
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:100%;
	text-align:center;
	color:#FFFF00;
	background-color: #CC0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF3300;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFF00;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;

}
#footer span {
	display:block;
	clear:both;
	color:#FFFF00;
	margin: 10px 0px;
}
.clear{
	clear:both;
}
.bookfont {
	font-family: "Times New Roman", Times, serif;
	width: 250px;
}
.bk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFF4;
	margin: 2px;
	padding-bottom: 2px;
}
