body{
	font-family: georgia, arial, tahoma;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	font-size: 1em;
	}
	
a{
	font-size: 12px;
	color: #1C5D91;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}
	
.error{
	color: Red;
	}
	
.title_txt{
	font-size: 1.3em;
	font-weight: bold;
	}

#header{
	width: 100%;
	background-color: #00717C;
	height: 64px;
	color: #ffffff;
	margin-top: 0px;
	}
	
#title{
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	}
	
#title .right, #title .left{
	margin:0;
	vertical-align: top;
	}

#title .right{
	text-align: right;
	}
	
#header a{
	color: #ffffff;
	}

	
#nav{
	top: 0px;
	z-index: 2;
	padding: 0 0 0 0;
	background-color: #00717C;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
	height:16px;
	width: 100%;
	}

#nav li{
	display: inline;
	}
	
#nav li.item a{
	text-align: center;
	width: auto;
	font-size: 12px;
	padding: 1px 0px 1px 24px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	border-right: 0px solid #ffffff;
	float: left;
	}
	
#nav li.item a:hover{
	text-decoration: underline;
	}

#maincontent{
	background: url('images/bg.jpg');
	}
	
#sidenav{
	float: left;
	clear: right;
	padding: 0 0 0 0;
	width: 150px;
	height: 400px;
	background: transparent;
	}
	
#sidenav ul{
	top: 10px;
	padding: 0;
	margin: 10px 0 0 5px;
	background: transparent;
	width: 150px;
	font-size: 12px;
	}
	
#sidenav ul a{
	color: #1C5D91;
	text-decoration: none;
	}
	
#sidenav ul a:hover{
	color: #590155;
	}

#sidenav p{margin: 6px 0 0 0;}
	
#sidenav table tr td {
	font-size: 12px;
	font-weight: bold;
	}

	
#content{
	padding: 0px 0px 0px 0;
	margin: 5px	0 5px 5px;
	width:620px;
	border: 1px solid;
	vertical-align:top;
	}	
	
#content_table{
	width:100%;
	height:100%;
	border-collapse:collapse;
	}

#content_table tr td p{
	font-size: 0.8em;
	margin: 5px 6px 5px 5px;
	}
	
#content_table .main_left{
	margin-left: 24px; 
	margin-right: 5px
	}
	
#content_table .main_left_links{
	margin-left: 50px;
	}
	
#content_table ul li{
	margin-left: 24px;
	font-size: 0.8em;
	}
	
#content_table table tr.row{
	font-size: 12px;
	border: 0px solid #c0c0c0;
	background-color: #F4F4F4;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#ffffff';"),
                       onmouseout=new Function("this.style.backgroundColor='#F4F4F4';"));
    }
	
#content_table .contact{
	vertical-align: top;
	width: 48%;
	}
	
#content_table .booking{
	vertical-align: top;
	width: 98%;
	}
	
#content_table .booking p{
	margin-left: 155px;;
	}
	
#content_table .contact p{
	margin-left: 24px;
	}
	
#standard_form{
	text-align: left;
	}
	
#standard_form p{
	text-align:left;
	margin: 0;
	}
	
#standard_form label{
	text-align: right;
	vertical-align: top;
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.3em;
	display: block
	}
	
#standard_form .submit{
	margin-left: 8.5em;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}


#credit{
float: left;
color: #FFFFFF;
background: #00717C;
border-top: 1px solid #DFDFDF;
font-size: 12px;
text-align: center;
padding: 1px 0 1px 0;
width: 100%;
}

#credit a
{
color: #ffffff;
text-decoration: underline;
}

#credit a:hover{
}