body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 800px;
	height: auto;
	overflow: auto;
	background: #fff;
    margin: 0 auto;
	padding: 0;
	text-align: left;
	}	
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.maingrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.largegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.linkmaingold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C5A04B;
}
a.linkmaingold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #845800;
}
.largegoldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #C5A04B;
}
a.largegoldlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #845800;
}
.flavoursblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.flavoursgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C5A04B;
	text-decoration: none;
}
.flavourlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C5A04B;
}
a.flavoursgold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #845800;
	text-decoration: none;
}

#main {
	background: url(images/mid-bgd.gif) repeat-y;
	overflow: auto;

	}
#main2 {
	background: url(images/mid-bgd.gif) no-repeat;
	overflow: auto;
	height: auto;	
	}	

#mainleft {
	float: left;
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0 10px 0 0;
	margin: 0;
	}
#mainleft p {
	margin: 0 0 15px 0;
	}	
#mainright {
	float: left;
	width: 302px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin: 0;
	}	

#postcodebox {
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0px;
	border: 1px solid #C5A04B;
	background: #ffedc8;	
	}
#postcodebox p{
	margin: 10px 2px 10px 10px;
	}	
#postcodebox .formfield {
	width: 105px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 3px 3px 3px 5px;
	border: 1px solid #C5A04B;
	background: #ffffff;	
	}

.tbl_header {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	}
	
.tbl_content {
	font-weight: normal;
	font-size: 12px;
	text-align: left;	
	}	


