body {
	font: 0.9em Arial, Helvetica, Verdana, sans-serif; line-height: 1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9A646F;
	background-image:url(../images/BGGradient.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #1A0007;
}
a:link {
	color: #BB8911;
	text-decoration: none;
}
a:visited {
	color: #BB8911;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/BackgroundImage.jpg); background-repeat: no-repeat; background-position: top;
	width: 960px; height: 630px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColLiqCtr #txtContent 
{
	font: 0.9em Arial, Helvetica, Verdana, sans-serif; line-height: 1.5em;
	background-color:#1A0007;
	width:189px;
	height:311px;
	overflow: auto;
	padding: 12px;
	padding-top: 6px;
	border-top: 9px solid #803E1F;
	border-bottom: 9px solid #803E1F;
	border-left: 9px solid #803E1F;
}
.oneColLiqCtr #txtContentBig {
	background-color:#1A0007;
	width:366px;
	height:311px;
	overflow: auto;
	padding: 12px;
	padding-top: 6px;
	border-top: 9px solid #803E1F;
	border-bottom: 9px solid #803E1F;
	border-left: 9px solid #803E1F;
}
.title {
	font-size: 1.5em;
	color: #BB8911;
	line-height: 1.5em;
	text-align: right;
}
.titlepad {
	padding-right: 10px;
}
.headline {
	font-size: 1.5em;
	color: #FFFFFF;
	line-height: 1.5em;
}
.oneColLiqCtr #picContent {
	width:439px;
	height:329px;
	border-top: 9px solid #803E1F;
	border-bottom: 9px solid #803E1F;
	border-left: 9px solid #803E1F;
	border-right: 9px solid #803E1F;
}
.oneColLiqCtr #picContentSmall {
	width:262px;
	height:329px;
	border-top: 9px solid #803E1F;
	border-bottom: 9px solid #803E1F;
	border-left: 9px solid #803E1F;
	border-right: 9px solid #803E1F;
}
.oneColLiqCtr #footer {
	height:110px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
}
.oneColLiqCtr #homeImagesCenter {
	width: 254px;
	margin: 0 20px;
	padding: 20px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: inline;
}
.HomeLeft {
	background-image: url(../images/Billboard/HomeCuisineBG.jpg);
	background-repeat: no-repeat;
}
.HomeCenter {
	background-image: url(../images/Billboard/HomePrivateBG.jpg);
	background-repeat: no-repeat;
}
.HomeRight {
	background-image: url(../images/Billboard/HomeExperienceBG.jpg);
	background-repeat: no-repeat;
}
.HomePad {
	padding: 80px 55px 20px 55px;
}	
