body { 
	font:14px Arial; 
	line-height:18px;
	color:#666;
	background:#FFF url(/image/bg.gif) fixed;
	margin:10px;
	text-align:left;
	}

p { 
	color: #666;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	}

h1 {
	font-size:36px;
	line-height:40px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:15px 0 0 0px;
	}

h2 {
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#360;
	padding:0 0 10px 0;
	margin:0px;
	}

h3 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#900;
	padding:0 0 5px 0;
	margin:0px;
	}
	
h4 { 
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
	}

h5 {	}
	
h6 {	}
	
a:link, a:visited {
	text-decoration:underline;
	color:#09C;
	}

a:hover, a:active {
	text-decoration:none;
	color:#036;
	}
	
ul {
	margin:0 0 5px 15px;
	padding:0;
	list-style-position: outside;
	list-style-image: url(../image/bullet.jpg);
}

li {
	margin:0;
	padding:0;
}
	
/* --------------------------- NAVIGATION --------------------------- */

#nav {
	position:relative;
	width:120px;
	background:#d8e4c0;
	font-size:14px;
	text-align:right;
	clear:none;
	padding:0px;
	margin:0px;
	
	}
	
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#nav li {
	margin:0px;
	padding:0px;
	}

#nav a:link, #nav a:visited { 
	width:100px;
	padding:7px 10px 7px 10px;
	margin:0px;
	background:#d8e4c0;
	display:block;
	text-decoration:none;
	color:#900;
	}
	
#nav a:hover, #nav a:active {
	background:#900;
	color:#FFF;
	}

#nav .on {
	background:#7da52e !important;
	color:#FFF !important;
	}

/* --------------------------- CONTAINERS --------------------------- */

#content {
	position:relative;
	width:330px;
	text-align: left;
	padding:0px;
	margin:0px;
	}
	
#half {
	position:relative;
	width:290px;
	text-align: left;
	padding:0px;
	margin:0px;
	}

/* --------------------------- CATERING --------------------------- */

#catering p {
	padding:0px 0px 10px 0px;
	}

#catering h2 {
	padding:40px 0px 5px 0px !important;
	}

/* --------------------------- CLASSES --------------------------- */


.left-bg {
	width: 10px;
	background-image: url("/image/left.png");
	}

.right-bg {
	width: 16px;
	background-image: url("/image/right.png");
	}

.white {
	background-color:#FFF;
	padding:0px;
	margin:0px;
	}
	
.bold-ital {
	font-weight:bold;
	font-style:italic;
	color:#000;
	}
	
.price {
	font-weight:bold;
	color:#000;
	}
	
.rule {
	background: #666;
	width: 100%;
	height: 1px;
	margin: 5px 0px 10px 0px;
	clear: both;
	}
	
.left { float: left; }
.right { float: right; }

/* --------------------------- COLOURS --------------------------- */

.red { color:#900; }
.light-green { color:#693; }
.dark-green { color:#360; }
.black { color:#000; }

/* --------------------------- SPACERS --------------------------- */

.clear			{ height:1px; width:100%; clear:both; }
.space-five		{ height:5px; width:100%; clear:both; }
.space-ten		{ height:10px; width:100%; clear:both; }
.space-twenty	{ height:20px; width:100%; clear:both; }
.space-thirty	{ height:30px; width:100%; clear:both; }
.space-forty	{ height:40px; width:100%; clear:both; }	
.space-fifty	{ height:50px; width:100%; clear:both; }	
.space-hundred	{ height:100px; width:100%; clear:both; }
