/* Print CSS Settings*/
html {
	height:100%;
	}
/* Main CSS Settings - Fornmatting styles which apply to all pages*/
body {
	background-color: #CF2B4A;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-weight: bold;
	font-size: 80%;
	}
h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	}
h5 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 18px;
	}
a {
	text-decoration: none;
	}
.img_rgt {
	float: right;
	margin-left: 30px;
	}
.img_lft {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	}
.pdf_rgt {
	text-align: right;
	}
.bold_txt {
	font-weight: bold;
	}
/* START: Page edges and corners */
#band {
	margin-top: 20px;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/edges/1_edg_l.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
#wrapper_r {
	background-image: url(../images/edges/1_edg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
/*TOP LEFT IMAGE*/
/*Raspberries - Home Page*/
#top_lft_image_1 {
	background-image: url(../images/raspberry.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Red Ribbon*/
#top_lft_image_2 {
	background-image: url(../images/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Burger*/
#top_lft_image_3 {
	background-image: url(../images/burger.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Parsley*/
#top_lft_image_4 {
	background-image: url(../images/parsley.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Canape 1 - Sushi*/
#top_lft_image_5 {
	background-image: url(../images/sushi.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Canape 2 - Birini / Caviar*/
#top_lft_image_6 {
	background-image: url(../images/birini.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Chocolate Cake*/
#top_lft_image_7 {
	background-image: url(../images/choc_cake.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Chillies*/
#top_lft_image_8 {
	background-image: url(../images/chillies.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Vanilla - Weddings*/
#top_lft_image_9 {
	background-image: url(../images/vanilla.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Christmas Menu*/
#top_lft_image_10 {
	background-image: url(../images/bauble.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*Funeral Menu*/
#top_lft_image_11 {
	background-image: url(../images/funeral_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
/*END - Top left image*/
#header {
	display:none;
	}
#celia_marr {
	display:none;
	}
#banner_1 {
	display:none;
	}
#quicklinks {
	display:none;
	}
/*Navigation Bar*/
#navigation {
	display:none;
	}
/*End Navigation Bar*/		
/*Main Content*/	
#content {
	/*float:right;*/
	width: 800px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0;
	/*IE 6 bug fix*/
	height: 100%;
	}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	}
#content Li {
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 5px;
	}
.menu_1 {
	background-image: url(../images/edges/menu_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 700px;
	padding-bottom: 65px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.menu_1_top {
	background-image: url(../images/edges/menu_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	}
.menu_1_top h1 {
	font-weight: bold;
	font-size: 90%;
	color: #D53156;
	text-align: center;
	}
.menu_1_top h2 {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
.menu_1_bg {
	background-image: url(../images/edges/menu_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
/*Xmas Menu*/	
.menu_1_top_xmas {
	background-image: url(../images/edges/menu_t_xmas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	}
.menu_1_top_xmas h1 {
	font-weight: bold;
	font-size: 90%;
	color: #D53156;
	text-align: center;
	margin-top: 60px;
	}
.menu_1_top_xmas h2 {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
/*End Main Content*/
#footer {
	display:none;
	}
/* Access Keys*/
.akey {
	text-decoration:underline;
	}
/*Google Map*/
/*#map {
	width: 500px;
	height: 300px;
	border: 1px solid #660066;
	margin-top: 20px;
	margin-bottom: 20px;
	}*/
.bold_bk_txt {
	font-weight: bold;
	color: #000000;
	}
.lft_side_image {
	float:left;
	width: 180px;
	margin-top: 50px;
	margin-left: 20px;
	clear: left;
	}
/*Letters - Testimonials*/
.ltr_1 {
	background-image: url(../images/edges/ltr_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 65px;
	text-align: center;
	}
.ltr_1_top {
	background-image: url(../images/edges/ltr_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	}
.ltr_1_top p {
	text-align: justify;
	}
.ltr_1_bg {
	background-image: url(../images/edges/ltr_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
