/* here are definitions of basic HTML tags ----------------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background-color:#E1E1E1;
}

.righttext {
	font-size:10px;
	line-height:110%;
	margin: 10px;
	}
	
.righttext {
	font-size:10px;
	line-height:110%;
	margin: 15px;
	}
p, td, div, span, li {
	font-size:12px;
	}
p {
	line-height:130%;
	text-align:justify;
	} 
h1 {
	font-size:175%;
	color:#233A7D;
	word-spacing:-2;
	}
h2 {
	font-size:130%;
	font-weight:normal;
	color:#233A7D;
	text-align:justify;
	}
a {
	color:#FF0000;
	}	
a:hover {
	background-color:#FFECEC;
	}
/* here are definitions of particular elements -----------------------------------------------------*/
/**********************
Container
**********************/
#container {}

/**********************
Header
**********************/
#header {
	background-color:#FFFFFF;
	}
/**********************
Content
**********************/
#content {
	padding-left:5px;
	background-image: url("../images/core/bg-content.gif");
	background-repeat:repeat-y;
	}
#twoColumn {
	margin-left:25px;
	}
#txt {
	padding:0px 30px 20px 20px;
	background-image:url(../images/core/bg-content-txt.gif);
	background-repeat:repeat-y;
	}
#txt-btm {
	background-image:url(../images/core/bg-content-txt-btm.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
#galleryBtn {
	margin-top:0px;
	}

#announceBtn {
	border:10px solid #FFFFFF;
	background:gold;
	}
#innerpageContent {
	width:740px;
	margin:30px 30px 30px 30px;
	}
.galleryRow {
	border-bottom:1px solid #AAAAAA;
	padding-bottom:10px;
	margin-bottom:10px;
	}
.galleryRow img{
	margin:5px;
	}
/**********************
Footer
**********************/
#footer {
	padding:0 30px;
	height:40px;
	_height:50px; /*IE hack*/
	}
#breadcrumb {
	margin-top:15px;
	}
#breadcrumb a{
	font-size:120%;
	font-weight:bold;
	color:#0075C4;
	text-decoration:none;
	margin-right:10px;
	}
#breadcrumb a:hover{
	text-decoration:underline;
	}
.wflogo {
	margin-top:-10px;
	_margin-top:3px; /*IE hack*/
	}
#footerBottom {
	background-image:url(../images/core/bg-footer-btm.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
/**********************
General Classes
**********************/
.float-right {
	float:right;
	}
.phone {
	font-size:130%;
	line-height:130%;
	}
.kitchenConcepts {
	font-weight:normal;
	color:#666666;