﻿/* CSS layout */

#masthead {
padding:0px;
border:0px;
margin-bottom:0px;
padding-top:3px;
background-color:#DAE0D2;

}
body {
      background:#fff;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      /*background-image:url(hensbgblur1.jpg);)*/      
      } 
html>body {
font-size:small;
font-family:verdana;
}

table{
		border-style: solid;
	border-width: 1px;
/*width: auto; */



}
#top_nav {
background-color:#FFFF66;
width:80%;
margin-top:0px;
height:auto;
position:relative;
top:0px;
left:0px;
float:left;


font-size:medium;
line-height:normal;
    background:#DAE0D2 url("bg.gif")
      repeat-x bottom;
}
 
#top_nav ul {
    margin:0;
    list-style:none;
    padding:10px 10px 0;
    }
  #top_nav li {
    float:left;
    margin:0;
      background:url("left.gif") no-repeat left top;
      padding:0 0 0 9px;
    }

 #top_nav a {
      float:left;
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
    #top_nav a:hover {
      color:#333;
      }
    #top_nav #current {
      background-image:url("left_on.gif");
      border-width:0;
      }
    #top_nav #current a {
      background-image:url("right_on.gif");
      color:#333;
      padding-bottom:5px;    	
    	}
    	
    	
#container {
	position:absolute;
	/*width: 1132px;*/
	width:100%;
	margin-top:0px;
	padding-top:0px;
	border-top:0px;
	min-height:100%;
	height:auto;
	height:100%;
	margin: 0 auto -50px;
	float:left;

}

#left_col {
	width: 20%;
	position:relative;
	left: 0px;
	top: 0px;
	bottom:0px;
	right:0px;
	height:auto;
	min-height:100%;	
	margin:0px;
	background-color:#DAE0D2;
	float:left;
	/*overflow:auto;*/
}

#page_content {
	width:77%;
	background-color:white;
	margin-bottom:0;
	margin-left:1%;
	margin-top:1%;
	margin-right:1%;
	position:relative;
	float:right;
	left:0px;
	top:0px;
}

#BookingBlock{
    display: block;
    margin-left: auto;
    margin-right: auto 
    }

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer{
	width: 1032px;
	/* position:relative;*/
	left: 0px;
	bottom:0px;
	height:50px;
	margin:0px;
	background-color:#DAE0D2;
	float:left;
	overflow:auto;
	/* position:absolute;*/
	
}
ul {
    list-style:circle;
    }
* {
	margin: 0;
}