@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/Backgrounds/yellowblacksplback.gif);
	background-position: left top;
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A2B4B8;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	width: 960px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #A2B4B8;
}

.twoColFixLtHdr #mainContent {
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #A2B4B8;
	font-family: Verdana, Geneva, sans-serif;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 3px;
} 
.twoColFixLtHdr #mainContent_home {
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #A2B4B8;
	font-family: Verdana, Geneva, sans-serif;
} 

.twoColFixLtHdr #container #mainContent h1 {
	color: #B06A34;
	margin-top: 0px;
	font-size: 1.5em;
}
.twoColFixLtHdr #container #mainContent_home h1 {
	color: #B06A34;
	margin-top: 0px;
	font-size: 1.5em;
}
.twoColFixLtHdr #container #mainContent h2 {
	display: inline;
}
.twoColFixLtHdr #container #mainContent img {
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent .link_text {
	margin-left: 50px;
}



.twoColFixLtHdr #container #mainContent ul li {
	color: #000;
	list-style-image: url(../images/grass_b.jpg);
	list-style-position: outside;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent #clear {
	clear: both;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent .center {
	text-align: center;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D7E9ED;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .8em;
}
.twoColFixLtHdr #container #footer p a {
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 700px;
	margin-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLtHdr #container #mainContent .fltrt h3 {
	display: inline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
.ingredients {
	font-size: 0.9em;
}
.ingred_text {
	float: right;
}
.emphitext {
	color: #B06A34;
}

u {
	color: #B06A34;
}
