@charset "UTF-8";
body {
	margin: 0px;
	background-color: #145200;
}
#large-wrapper {
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 37px;
	padding-left: 37px;
	margin-bottom: 0px;
}
#content-area table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#large-wrapper #content-area table tbody tr td {
	padding: 3px;
}
#header {
	background-image: url(images/mayflower-header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	color: #CCCCCC;
	padding-top: 30px;
}
`
#leftCell {
	text-align: left;
	display: table-cell;
}
#navigation-table {
	display: table;
	width:900px;
}
#navigation-table-column-left {
	display: table-row;
}
#navigation-table-column-right {
	display: table-column;
	text-align: right;
}
#navCell1 {
	display: table-cell;
	width: 360px;
	text-align: left;
	padding-right: 90px;
	padding-left: 20px;
}
#navCell2 {
	display: table-cell;
	width: 350px;
	text-align: right;
	padding-left: 90px;
	padding-right: 10px;
}
#foodTable {
	display: table;
	width: 400px;
}
#footTableColumn {
	display: table-column;
}
#foodTableRow {
	display: table-row;
}
#foodTableCell {
	background-color: #039;
	width: 100px;
}
#header a:link, #header a:visited {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
/*	-webkit-box-shadow: 10px, 10px, 5px, #000000;
	-mox-box-shadow: 10px, 10px, 5px, #000000;
	box-shadow: 10px, 10px, 5px, #000000;*/
}
#header a:hover {
	color: #F0B965;
}
#large-image {
	width: 900px;
}
#bottom-wood {
	background-image: url(images/bottom-wood.jpg);
	height: 46px;
	width: 900px;
}
#content-area {
	width: 473px;
	padding-right: 35px;
	padding-left: 35px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #615419;
	font-weight: normal;
	margin-bottom: 5px;
	color: #615419;
}
#content-area p a:hover {
	color: #003;
	text-decoration: underline;
}
#content-area p, #rightSideBar p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
p a:link, p a:visited {
	text-decoration: none;
	color: #1C1AA2;
}
#rightSideBar {
	width: 307px;
	float: right;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d4617;
	padding-right: 25px;
	padding-left: 25px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #615419;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
#rightSideBar ul {
	list-style-type: disc;
}
#rightSideBar ul li p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.WorldCupExtravaganza {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
}
#rightSideBar ul li {
	list-style-type: circle;
	margin-bottom: 3px;
}
#rightSideBar ul {
	margin-right: 0px;
	display: block;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 13px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 65px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #DCFFE3;
	font-size: 10px;
	padding-top: 45px;
	text-align: right;
	padding-right: 37px;
	padding-left: 37px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer p a:link, #footer p a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer p a:hover {
	color: #DCFFE3;
	text-decoration: none;
}

