.clear{
    clear:both;
}

body {
    background:#dddec5;
    color: #000000;
    font-family: Arial, Times New Roman, Verdana,Geneva,sans-serif; /* Lucida Calligraphy */
    font-size: 14px;   
    margin:0;
    padding:0 0 20px 0;
    
}

H1 { font-family: font-size: 24px; }
H2 { font-family: font-size: 20px; }
H3 { font-family: font-size: 14px; }
LI { font-family: font-size: 24px;}

#header{
    color: #000000;
    font-family: Times New Roman;
    font-size: 40px;   
    margin:0;
    padding:0 0 10px 20px;
}

u{
    text-decoration:none;
	outline:none;
	font-size:16px;
	color:#767A47;
}

#small_header{
    font-size: 25px;
}

#menu{
    top: 50px;
    left: 80px;
    width: 250px;
}

#logos{
    top: 50px;
    left: 0px;
    width:283px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#content_wrapper{
	background:#fff;
	overflow: hidden;
	width: 1000px;
	float:left;
	padding-top:5px;
}

#content_text{
	top: 10px;
    left: 0px;
	right: 80px
	padding-right: 20px;
/* font-family: Lucida Calligraphy, Arial; */
	}
#content_text_standard{
	top: 10px;
    left: 0px;
	right: 80px
	padding-right: 20px;
}
	#booking{
	padding-top:50px;
	position:relative;
	padding-left:40px;
	padding-bottom:30px;
	}
#content_tarriff{
	top: 10px;
    left: 0px;
	right: 80px
	padding-right: 12px;
}

/************splash************/
#splash_left{
    float: left;
    width:286px;
    box-sizing: border-box;
}
.splash #navigation{
    float: right;
    margin-right: 10px;
    margin-top: 50px;
    width: 200px;
}
.splash #navigation li a{
    width: 200px;
}
.splash #navigation li ul {
    left: 211px;
    width: 210px;
}
#splash_right{
    position: relative;
    margin-left: 286px;
}
.splash #wrapper{
    max-width: 1000px;
}
.splash #wrapper, .splash #content_wrapper{
    width: 100%;
    margin: 0 auto;
}
#splash_image{
    width: 100%;
    max-width: 1457px;
    height: auto;
    display: block;
}
#splash_image img{
    width: 100%;
    max-width: 1457px;
    height: auto;
}

#splash_contact{
    background: #e1e4e9;
    padding: 5px 10px;
    text-transform: uppercase;
}
#splash_contact span{
	margin-right: 15px;
}

#splash_content_wrapper{
    float: left;
    width: 100%;
}
#splash_content{
    width: 100%;
    float: left;
}

#splash_contact{
    background: #e1e4e9;
    padding:10px 30px;
    text-transform: uppercase;
}
#splash_contact span{
    margin-right: 30px;
}

#splash_content{
    width: 100%;
    float: left;
}

.splash #content_text{
    padding: 10px;
    margin-right: 80px;
}
#splash_rightColumn{
    margin-left: -250px;
    float: left;
    width: 250px;
}
/************* Navigation **********/
    #navigation{	
	width:180px;
	margin:0;
	
	padding:0 0 0 14px;
	margin-left:11px;
	margin-bottom:50px;
	float:left;
	
    }
      #navigation li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:left;
	z-index: 1001;
      }
        #navigation li ul{
		position:absolute;
		left:185px;
		top:0px;		
		background: url("greystone.jpg") repeat-x;
		width:186px;
		z-index: 1000;
		margin:0;
		padding:0;
	}
        #navigation li a{
		padding:5px 0 5px 12px;
		width:176px;
		float:left;
		text-transform:uppercase;
		font-weight:bold;
		text-decoration:none;
		font-size:13px;
		color:#6A5F51;
		
	}
	#navigation li a.active{
		background:#DDDEC5;
	}
	#navigation li a.arrowed{
		background:url(arrow.gif) right no-repeat;
	}
	#navigation li a.arrowed.active{
		background:url(arrow.gif) right no-repeat #DDDEC5;
	}
	#navigation li a:hover{
		background-color: #E2E3C6;
		color: #654365;
	}
	#navigation li ul li a{
		color:#ccc;
	}
	#navigation li ul li a:hover{
		color:#545454;
	}
	/*************** Adverts *************/
#adverts{
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	width:236px;
	margin-left:10px;
    }
    #adverts li{
	min-height:66px;
	width:206px;
	margin:0;
	padding:15px;
	list-style:none;
	margin-bottom:15px;
	color:#fff;
    }

   .weddings {
	background:#8e8f72;
	padding: 15px 5px 0;	
    }
	
	#specials {
	margin-left;
	text-align:center;
	background:#8e8f72;
	font-size: 25px;
	color:#fff;
	text-align:center;
	width:210px;
    }
	
	/************ Footer **********/

#footer{
    color: #333333;
	font-family: Times New Roman;
    font-size: 12px;
    font-variant: small-caps;
    height: 130px;
    padding: 20px 0px 30px 150px;
    background: #DDDEC5;
}

  #footer fl{
	margin:0;
	padding:0;
	width:320px;
	float:left;
	margin-right:10px;
  }
    #footer dt{
	 font-weight: bold;
	 line-height: 20px;
	 font-size:16px;
	 margin-bottom:10px;
    }
    #footer fr{
	margin:0;
	padding:0;
	width:243px;
	float:right;
	margin-right:10px
    }