body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
 {margin: 0px;padding: 0px;
    width: 260px;
    height: 300px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
#main {
    width: 800px;
    background-image: none;
}
/******************** header ********************/
#nav
{
    width: 800px;
    height: 22px;
    margin: 2px 0px 2px 0px;
    background-color: #FFFFFF;
    padding: 0px 0px 10px 0px;
}
#header {
    width: 800px;
    height: 341px;
    margin-left: 25px;
    background-image: none;
    display: block;
}
#nav ul {    height: 15px;
    margin-left: -15px;
    width: 796px;
}
#nav li
{
    display: inline;
    background-color: #000080;
    width: 124px;
    height: 22px;
    float: left;
    margin-left: 2px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
#nav a {
	width:112px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
    padding: inherit;
    margin: 2px;
    border: thin double #000080;
    width: 790px;
    background-color: #FFFFFF;
}
#left {
	float:left;
	width:420px;
	display:inline;
	margin: 20px 0px 30px 20px;
    height: 600px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FF0000;
}
#left h1{
	font-size: 16px;
	color: #000080;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#000080;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
    height: 500px;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}

/**************** Booking Table ********************/
#availability
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #000080;
    table-layout: fixed;
    empty-cells: show;
}
.availheading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000080;
    height: 31px;
    table-layout: fixed;
    
    empty-cells: show;
    width: 393px;
}
.availone
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000080;
    background-color: #6699FF;
}
.availother
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #C0C0C0;
    background-color: #000080;
}
/******************** Footer ********************/
#footer {
	width:780px;
	text-align:center;
	color:#000080;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#000080;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}
