@charset "utf-8";

#wrapper {
	background-color: #FFF;
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

#title {
	position: relative;
}

#title_logo {
	float: left;
	width: 15%;	
	padding-top: 20px;
	padding-left: 20px;
}

#title_text {
	font-family: Palatino;
	font-size: 24px;
	color: #1c75bc;
	width: 68%;
	float: left;
	margin-top: 55px;
	margin-bottom: 40px;
}

#title_buttons
{
	width: 10%;
	float: right;
	padding-top: 5px;
	text-align: center;
	height: 148px;
}

#separator {
	height: 4px;
	background-color: #1c75bc;
	content: " ";
	clear: left;
}

nav {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#separator_buffer {
	height: 6px;
	content: " ";
	clear: left;
}

#nav_table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 1.2em;
	letter-spacing: .01em;
	font-weight: 300;
	font-family: Palatino;
}

#nav_table_data {
	width: 150px;
	background-image: url(images/BUTTON_BG_Blue.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}

#nav_table_data_current {
	width: 150px;
	color: #1c75bc;
}

#nav_table_data a {
	text-decoration: none;
	margin-top: -2px;
	color: #FFFFFF;
	display: table;
	width: 150px;
}

#nav_table_data_current a {
	text-decoration: none;
	margin-top: -2px;
	color: #1c75bc;
	display: table;
	width: 150px;
}

#nav_table_data:hover {
	background-image: url(images/BUTTON_BG_Green.png);
	background-repeat: no-repeat;
	background-position: center;
}

#nav_table_data_lineBigTop {
	position: absolute;
	margin-top: -3px;
	font-size: 28px;
	font-style: italic;
}

#nav_table_data_lineSmallTop {
	position: absolute;
	margin-top: 5px;
	font-size: 17px;
}

#nav_table_data_lineBigBottom {
	position: relative;
	margin-top: 17px;
	font-style: italic;
	font-size: 28px;
}

#nav_table_data_lineSmallBottom {
	position: relative;
	margin-top: 23px;
	font-size: 17px;
}

#content_mainFocus {
	width: 950px;
	margin: 0 auto;
	font-family: Palatino;
	font-size: 18px;
	color: #1c75bc;
}

#content_lastSupper {
	width: 900px;
	height: 570px;
	margin: 0 auto;		
}

#content_LastSupper_img {
	width: 900px;
}

#content_lastSupper_text {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#content_foodService {
	width: 900px;
	height: 275px;
	margin: 0 auto;
	clear: left;
}

#content_foodServiceLeftColumn {
	width: 510px;
	height: 275px;
	float: left;
	text-align: left;
}

#content_foodServiceRightColumn {
	width: 390px;
	height: 275px;
	float: left;
	text-align: right;
}

#content_foodServiceRightColumn img {
	vertical-align: middle;
}

.content_foodService_imgPlacement {
	display: inline-block;
	height: 100%;
	vertical-align: middle;	
}

#content_lordsSupper {
	width: 900px;
	height: 250px;
	margin: 0 auto;
}

#content_lordsSupperLeftColumn {
	width: 475px;
	float: left;
	text-align: left;
}

#content_lordsSupperRightColumn {
	width: 425px;
	float: left;
	text-align: left;
}

#footer {
	width: 900px;
	margin: 0 auto;
	position: relative;
	clear: left;
	text-align: center;
	font-size: 1em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro;
	color: #1c75bc;
}

#footer_text {
	margin: 0px;	
}