/* ---------- START LAYOUT SECTION ----------- */
* {
 padding: 0;
 margin: 0;
}
 body {
	font-family: Arial, Helvetica, sans-serif;
	color: 333333;
	background-color: #666666;
	font-size: 15px;
	line-height: 20px;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
	margin: 0 0px 0px 5px;
	padding: 4px;
	display: inline; /* IE Hack */
	width: 140px;
	float: left;
	border-left: 1px solid #333;
	background-color: #666666;
	min-height: 414px;
}
* html #leftcolumn {height:414px} /* IE Min-Height Hack */

 
.rightcolumn {
	background-color: #FFFFFF;
	margin: 4px 8px 0px 10px;
	text-align:center;
	width: 765px;
	letter-spacing: 1px;
}
* html #centercolumn {height:792px} /* IE Min-Height Hack */
 
 
 #centercolumnHome {
 border-right: 1px solid #333; 
 background-color: #FFE49E;
 background-position:right;
 background-image:url(images/home-page-dinningroom-bg.jpg); 
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
/* width: 72.1%; */
 width: 77.1%;
 float: left;
 min-height: 414px; 

}
 * html #centercolumnHome {height:414px} /* IE Min-Height Hack */ 

#footer {
 background-color: #FFB400;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 border-bottom: 1px solid #333; 
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.9%;
 height: 50px;
}

/* ---------- START TEXT SECTION ----------- */
 ul {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 115%;
	margin-left: 20px;
	color: #666666;
 }


.MixMatchNavigation {
 color: #961f00;
	font-weight: bold;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 a:link {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:active {
	color: #cc0000;
	text-decoration: none;
}

a.navigation:link {
	color: #003366;
	text-decoration: none;
}

a.navigation:active { 
	color: #A7D0D8;
	text-decoration: none;
}

a.navigation:hover { 
	color: #ffffff;
	text-decoration: underline;
}

a.navigation:visited { 
	color: #ffffff;
	text-decoration: none;
}

.style1 {
	color: #CC0000;
	font-weight: bold;
}
.style2 {
	color: #CC0000;
}

.BottomText {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	line-height: 24px;
	font-size:14px;
	font-stretch:extra-expanded;
 }
 

