@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #231F20;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px #231F20 solid;
}

#mainContent {
	padding: 0; /* 10px; remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background-image: url(../images/chefscene_header_02.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
}

#header {
	background-image: url(../images/chefscene_header_01.jpg);
	margin: 0;
	padding: 0;
	height: 95px;
}

#centerColumn {
	margin: 0;
	float: left;
	padding: 0;
}

#rightColumn {
	margin: 0;
	float: right;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding-top: 0px;
}

.clr {clear: both;}

#leftColumn {
	margin:0;
	padding:0;
	float: left;
	width: 410px;
}

#leftContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#centerContent {
	padding: 0 10px;
	padding-top: 42px;
}

#rightContent {
	padding: 0 4px;
	padding-top: 110px;
}

