body { /* Area all around main site*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

.clearBoth {
	width: 100%;
	height: 1px;
	clear: both;
}

input, textarea { /* Border around mailing list*/
	padding: 2px;
	border: 1px solid #000;
}

input.checkbox {
	border: none;
}

input.submit {
	cursor: pointer;
}

#logo { /* Logo area across top*/
	width: 900px;
	height: 120px;
	margin: 30px auto;
	border-right: 7px solid #fff;
	border-left: 7px solid #fff;
	background-color: #fff;
}
	
	#logo a { /* Logo across top*/
		width: 900px;
		height: 150px;
		float: left;
		position: relative;
		background-image: url(../../images/mbs-logobf.gif);
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
		#logo a { /* text underneath logo*/
			font-size: 20px;
			font-style: italic;
			color: #777;
			text-decoration: none;
		}
	
		#logo a div { /* text underneath logo*/
			position: absolute;
			bottom: 20px;
			left: 315px;
		}

#contentWrap { /* area behind main body text*/
	width: 900px;
	margin: 7px auto;
	padding: 0px;
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #fff;
}

	#contentImageWrap, #contentImageWrapFull {
		float: left;
		clear: none;
		padding: 0px 137px 0px 0px;
	}
	
	#contentImageWrap {
		width: 606px;
		margin: 0px 0px 0px 7px;
	}
	
	#contentImageWrapFull {
		width: 763px;
	}	
	
		#contentImageWrap #content, #contentImageWrapFull #contentFull { /* main body text*/
			padding: 0px 10px;
			font-size: 12px;
			color: #000;
		}
		
		#contentImageWrap #content {
			width: 586px;
		}
		
		#contentImageWrapFull #contentFull {
			width: 753px;
			padding: 10px 10px 10px 0px;
		}
		
/*HEADINGS
---------------------------------------------------------------------------------*/
h1 {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 2px solid;
	font-size: 22px;
}

#bodyKempton h1 {
	color: #7B925C;
}

#bodyBrentwood h1 { /* Heading text*/
	color: #000;
}

#bodyLondon h1 {
	color: #000000;
}

#bodyCambridge h1 {
	color: #AC7D3A;
}

h2 {
	font-size: 18px;
}

/*IMAGE LINKS
---------------------------------------------------------------------------------*/
#bodyKempton a img {
	border: 2px solid #576741;
}

#bodyBrentwood a img {
	border: 2px solid #1fa9e1;
}

#bodyLondon a img {
	border: 2px solid #ed1c24;
}

#bodyCambridge a img {
	border: 2px solid #84612D;
}

/*HOME PAGE
---------------------------------------------------------------------------------*/
#homeLondon, #homeBrentwood {
	width: 423px;
	height: 130px; /* 142 */
	margin: 0px 0px 42px 0px; /* 0 7 7 0 34*/
	padding: 0px; /*10*/
	border: 10px; /* 1 */
					/*border color: black;*/
	float: left;
	position: relative;
	font-size: 15px;
	background-color: #fff;
	/* background-image: url(../../images/gradient-brentwood12.gif); */
	color: none; /* #E2E4EB */
}

#homeBrentwood {
	height: 143px;
	padding: 0px -7px 30px 30px; /*delete*/
	/* background-image: url(../../images/gradient2012.gif); */

}

	.homeEventTitle {
		font-size: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
		line-height: 170%;
		
	}

	.homeLondonImage {
		width: 80px;
		height: 100px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	.moreLink {
	text-align: center;
	position: absolute;
	bottom: 35px;
	right: 210px;
		
	}
	
	.moreLinkb {
	text-align: center;
	position: absolute;
	bottom: 35px;
	right: 110px;
		
	}
	
		.moreLink a {
			color: #000000;
			
		}
	.moreLinkb a {
			color: #000000;
			
		}
		
	.notice {
		margin: 20px 0 0;
		text-align: center;
	}
	
		.notice a {
			color: #fff;
		}

/*
#homeKempton, #homeBrentwood, #homeLondon, #homeCambridge {
	width: 198px;
	height: 144px;
	margin: 0px 7px 7px 0px;
	padding: 10px;
	float: left;
	position: relative;
	font-size: 14px;
}

#homeKempton {
	background-color: #7B925C;
	color: #EBEFE7;
}

	.homeKemptonImage {
		width: 76px;
		height: 100px;
		position: absolute;
		bottom: -4px;
		right: -4px;
	}
*/
#homeBrentwood { /* colour behind home banner */
	background-color: #fff;
	/* color: #EFE4E8; */
}

	.homeBrentwoodImage {
		width: 110px;
		height: 89px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
/*
#homeLondon {
	clear: left;
	background-color: #3A4977;
	color: #E2E4EB;
}

	.homeLondonImage {
		width: 80px;
		height: 100px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

#homeCambridge {
	background-color: #AC7D3A;
	color: #F3ECE2;
}

	.homeCambridgeImage {
		width: 72px;
		height: 100px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	.homeEventTitle {	
		font-size: 18px;
		font-weight: bold;
	}
*/

#homeFlash {
	width: 450px;
	height: 335px;
	float: right;
	background-color: #222;
}

/*MAIN CONTACT PAGE
---------------------------------------------------------------------------------*/
#contactContent {
	padding: 0px 137px 0px 0px;
	font-size: 14px;
	color: #333;
}

#mainContactDetails {
	width: 220px;
	float: left;
}

#mainContactForm {
	width: 278px;
	float: left;
	margin: 0px 0px 0px 80px;
}

	#mainContactForm form, #mainContactForm ul {
		margin: 0px;
		padding: 0px;
	}
	
	#mainContactForm ul, #ticketForm ul {
		list-style-type: none;
	}
	
		#mainContactForm li, #ticketForm li {
			width: 278px;
			margin: 3px 0px;
			float: left;
			clear: left;
		}
		
		 #ticketForm li {
			width: 400px;
		}
	
			#mainContactForm label, #ticketForm label {
				width: 100px;
				margin: 0px 10px 0px 0px;
				float: left;
				font-size: 12px;
			}
			
			#ticketForm label {
				width: 180px;
			}
			
			#mainContactForm input, #mainContactForm textarea {
				width: 148px;
				float: left;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
			}
		
		#mainContactForm li#mainContactSubmit {

		}
		
			#mainContactForm li#mainContactSubmit input {
				width: 70px;
				margin: 0px 14px 0px 0px;
				float: right;
			}
			
.companyDetails {
	font-size: 11px;
}

/* JULIE MANGO
---------------------------------------------------------------------------------*/

#julieclear {
	clear:both;
	height:10px;
}

#juliemango {
	width:145px; 
	font-size:0.8em; 
	border: 1px solid black; 
	margin:auto; 
	margin-top:10px;
}

/* FACEBOOK
---------------------------------------------------------------------------------*/
#facebook {
	width: 146px;
	margin: 15px 0 0;
	border: 2px solid #3B5998;
	color: #3B5998;
	font-size: 1.2em;
	font-weight: bold;
}

#sponsors #facebook {
	float: right;
	margin: 0;
	font-size: 0.8em;
}

#sponsors #facebook img {
	margin: 0;
}

	#facebook div {
		width: 140px;
		padding: 5px;
	}

	#facebook a img, #sponsors #facebook a img {
		margin: 10px 0 3px 20px;
		border: none;
	}
