body{
font-family: calibri, verdana, arial, sans serif;
background-image: url(../img/footer.png);
background-repeat: no-repeat;
background-position: bottom center;
background-color: #FFFFFF;
width: 1000px;
margin: auto;
}



.yui-b{
background-image:url(../img/alpha/60.png);
}

/*hd styles*/
#hd{
height: 75px;
}
.logo{float: left;
}
#hd ul{
height: 25px;
margin-left: 10px;
margin-right: 0px;
padding-right: 0px;
padding-top: 36px;
}

#hd ul li {
float: right;
list-style: none;
padding: 5px 0px 0px 0px;
}

/*nav styles*/

#nav{
height: 470px;
}
#nav ul{
padding-top:10px;
margin:0px;
}

#nav ul li {
text-align: center;
list-style: none;
padding-bottom: 15px;
color: #295687;
font-size: 16px;
background-repeat: no-repeat;
height: 50px;
}

#nav ul li a{
font-weight: bold;
text-decoration: none;
color: inherit;
display: block;
height: 62px;
width: 160px;
float: left;
}

#nav ul li a:hover{
text-decoration: none;
color: inherit;
background-position: 0px -62px;
}

#nav .disabled{
color: grey;
}

#nav .title{
font-weight: bold;
text-align: center;
font-size: 24px;
color: #295687;
padding-bottom: 13px;
padding-top: 13px;
border-bottom: 1px solid #295687;
border-top: 1px solid #295687;
}

#nav p{
text-align: center;
}

/*content*/

#bd{
padding-top: 5px;
background-image: url(../img/bar.png);
background-repeat: no-repeat;
background-position: 160px 0px;
}

#content{
padding-top: 0px;
padding-left: 20px;
padding-right: 5px;
}

.spacer{
height: 150px;
}

h2.title{
text-align: center;
padding-top: 0px;
font-size: 30px;
line-height: 120%;
}

/*contacts.php Styles*/

.contacts{width: 400px;
margin: auto;
border: 1px solid #558eca;
margin-bottom: 10px;
}
.contacts td{
border-top: 1px solid #558eca;
padding: 6px;
}
.head td{
border: 0px;
text-align: center;
font-weight: bold;
}

/*index.php Styles*/

#bookingDates li{
text-align: center;
list-style: none;
}


/*feedback.php Styles*/
.quote{
font-family: 'lucida handwriting',cursive;
font-size: 14px;
padding-left: 10px;
padding-right: 10px;

}
.name{
font-weight: bold;
color: #295687;
}

/*Form Stuff*/


label {  
float: left;  
width: 15em;  
margin-right: 1em;
}

fieldset {  
position: relative;  
width: auto;
margin: 0 0 -1em 10px;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #558eca;  
}
legend {  
padding: 0;  
visibility: hidden; 
}
legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 125%;
}


fieldset ol {  
padding: 1em 1em 0 1em;  
}
fieldset li {  
padding-bottom: 1em;
list-style: none;  
}
fieldset.submit {  
float: none;  
width: auto;  
padding-top: 1.5em;  
padding-left: 12em;
}

/*Footer*/
#ft{
position: relative;
height: 55px;
}
