/* CSS Document */
body{
background-image:url(background2.jpg);
background-repeat:repeat-y;
margin:0px;
padding:0px;
}

#container{
float:left;
width:768px;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0px;
height:100%;
}

#mainimg img{
width:175px;
height:176px;
margin:20px;
float:right;
border: #999999 solid 2px;
}

#topbar{
background-color:#221E1F;
width:768px;
height:165px;
}

#logo{
float:left;
}
#menu{
float:right;
background-image:url(menu-img.jpg);
width:389px;
height:165px;

}

#homelink{
border-bottom:#6D6244 solid 2px;
height:34px;
float:left;
width:65px;
text-align:center;
margin-top:130px;
}



#aboutlink{
border-bottom:#6D6244 solid 2px;
height:34px;
float:left;
width:75px;
text-align:center;
margin-top:130px;
margin-left:16px;
}


#serviceslink{
border-bottom:#6D6244 solid 2px;
height:34px;
float:left;
width:75px;
text-align:center;
margin-top:130px;
margin-left:15px;
}


#bookingslink{
border-bottom:#6D6244 solid 2px;
height:34px;
float:left;
width:75px;
text-align:center;
margin-top:130px;
margin-left:15px;
}


#content{
float: left;
width:69%;
background-color:#2F2C2D;
height:550px;
border-left:#666666 solid 3px;
color:#CCCCCC;
margin:0px;
padding:0px;
display:inline;
line-height: 1.1;
}

#content p{
margin-left: 40px;
margin-right:20px;
margin-top:20px;
margin-bottom:0px;
}

#content ul{
margin-left:50px;
margin-top:10px;
margin-bottom:0px;
}

#content ul li{
margin-bottom:3px;
margin-top:3px;

}



.smallergapbottom{
margin-bottom:10px;
}

.smallergaptop{
margin-top:10px;
}

#content img{
margin-left:35px;
margin-top:30px;
}

#content h3{
color: #FFFFFF;
margin:40px;
margin-bottom:20px;
}

#content h4{
margin-left:40px;
font-size:14px;
color:#B9A668;
}

#list{
margin:0px;
}

#quote{

background-color:#444444;
float:left;
width:30%;
background-image:url(greytowhite.jpg);
background-repeat:repeat-x;
height: 550px;
background-position:bottom;
margin:0px;
padding:0px;
line-height: 1.1;
display:inline;
}

#quote img{
margin:25px;
text-align:center;
}


#footer{
padding:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float:left;
width:718px;
height:75px;
background-color:#221E1F;
color: #CCCCCC;
}

#footer p{
margin:10px;
margin-left:30px;
margin-top:5px;
font-size:13px;
}

.leftfloat{
float:left;
}


.jeebers{
margin-left:50px;
margin:35px;
font-size:10px;
float:right;
color:#B9A668;
}

a{
color:#B9A668;
text-decoration:none;
}

.smallmargin p{
margin:10px;
margin-top:30px;
margin-bottom:5px;
padding:0px;
}