@charset "UTF-8";
/* CSS Document */

#container {
	width: 960px;
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	/* [disabled]background-color: #E2E6E5; */
	border-style: ridge;
	border-color: #666;
	border-width: 5px;
}
#banner {
	position: relative;
	background-color: #999;
	border-color: #666;
	border-bottom-style: ridge;
	border-bottom-width: 5px;
}

#sidebar {
	/* [disabled]background-color: #999; */
	width: 190px;
	/* [disabled]height: auto; */
	float: left;
	padding-bottom: 10px;
	text-align: center;
}
#main_content {
	/* [disabled]background-color: #999; */
	position: relative;
	right: inherit;
	width: 745px;
	/* [disabled]margin-left: 180px; */
	float: right;
	border-left-style: ridge;
	border-left-color: #666;
	border-bottom-width: 5px;
	padding: 10px;
	text-align: justify;
}
#footer {
	width: 960px;
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	padding-top: 0px;
	text-align: center;
}
#home_page_images {
	position: relative;
}
.jusify {
	text-align:justify;
}
.centre {
	text-align:center;
}
.northallerton {
	color: #000
}

.stokesley {
	color: #FFF
}
.guisborough_hall {
	color: #03C
}
.past_dates {
	color: #999;
}
.red_font {
	color: #F00;
}

