@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background: #fff center no-repeat;
	font-family: Arial, Verdana, sans-serif;
	height:100%;
}
div, img, h1, h2, h3, h4, h5, p {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px;}
h5 { font-size: 14px;}
p {
	font-size: 12px;
	margin: 10px auto;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { text-decoration: none; outline: none; color: #fff }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }


/* Divs IDs */

#bodybox {
	width: 900px;
	margin: auto;
	text-align: left;
	min-height: 460px;
	height: 460px;
	height: auto !important;
	clear:left;
	padding:0;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -230px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mast {
	float: left;
	width: 340px;
	height: 460px;
}
#menu {
	width: 100px; 
	text-align: right;
	padding: 130px 5px 0 0;
	float:left;
	margin:0;
}
#content {
	text-align:left;
	padding-left: 10px;
	float:left;
	color: #fff;
	padding: 140px 0 0 30px;
	width: 410px;
}
#EventContent {
	text-align:left;
	padding-left: 10px;
	float:left;
	color: #fff;
	padding: 140px 0 0 30px;
	width: 255px;
}
#content a, #EventContent a { text-decoration: underline }
#content a:hover, #EventContent a:hover { text-decoration: none }

#footer {
	text-align:left;
	margin: 5px auto; width: 900px;
	position: relative;
}
#footer p {
	font-size: 10px;
	color: #808080; margin: 0;
}
#footer a{ color: #808080; text-decoration: none }
/* Custom Tags */
.right { text-align: right; }
.gold { color:#BA8748!important}
.red { color: #f00; }
.center { text-align: center; }
.homexmas { background: #004812 url(../img/xmas_title.jpg) top right no-repeat}
.home { background: #010101 url(../img/home_title.gif) top right no-repeat }
.ribby { background: #004812 url(../img/ribby_title.gif) top right no-repeat }
.style { background: #261914 url(../img/style_title.png) top right no-repeat}
.nigel { background: #231f20 url(../img/nigel_title.jpg) top right no-repeat}
.menu { background: #8c5b4b url(../img/nigel_title.gif) top right no-repeat}
.events { background: #004812 url(../img/events_title.jpg) top right no-repeat}
.news { background: #004812 url(../img/news_title.jpg) top right no-repeat}
.news2 { background: #7b162f url(../img/news2_title.jpg) top right no-repeat}
.school { background: #aa1f2b url(../img/cookery_title.jpg) top right no-repeat}
.consult { background: #2b1512 url(../img/nigel_consult.jpg) top right no-repeat}
.jobs { background: #3F3A3E url(../img/jobs_title.png) top right no-repeat}
.contact { background: #010101 url(../img/home_title.gif) top right no-repeat}
.testimonials { background: #88331e url(../img/new_testimonials.jpg) top right no-repeat}
.intro { 
	min-height: 444px;
	height: 444px;
	height: auto !important;
}
.gold { color: #BB8748 }
/* Menu CSS */

#menu a {
	display: block;
 	text-decoration: none;
	padding: 4px;
	color: #fff;
	font-size: 11px;
}
#menu a.active { font-weight: bold }
#menu a:hover { text-decoration: underline }
