<!-- 
body  {
	font: 83%/16px Helvetica, Arial, sans-serif;
	background: #504f4f;
	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 */
	
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #333; 
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin: 0 ;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-size: 16px;
	line-height: 16px;
}

div.columns{
	float: right;
	width: 50%;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent p {
	color: #666666;
}

.twoColFixRtHdr #sidebar1 p.recipe {
	color: #666666;
}

.twoColFixRtHdr #mainContent p.recipe {
	color: #000000;
}


.highlight {
	color: #333333;
}

.twoColFixRtHdr #mainContent h1 {
	font-size: 24px;
	line-height: 22px;
}

.twoColFixRtHdr #mainContent h2 {
	font-size: 18px;
	line-height: 16px;
}


.twoColFixRtHdr #footer {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 90px; 
} 
.twoColFixRtHdr #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: 0 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer ul li {
	display: inline;
	list-style-image: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



img  {
	border:none;
}

img.border  {
	border:1px solid #333333;
}

#jp_nav {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	height: 32px;
	padding: 0;
	margin: 0;
	background-color: #333;
	line-height: 100%;
	width: 100%;
	}
	
#jp_nav a{color: #fff; text-decoration: none;}
#jp_nav ul{text-align: center; width: 100%; padding: 0; margin: auto;}
#jp_nav ul li{display: inline; float: left; padding: 0 6px 0 6px; margin: 0;}
#jp_nav ul li a{margin: 6px 0 0 0; list-style: none; float: left; padding: 3px 5px 3px 5px; border: #909090 1px solid; text-align: center;}
#jp_nav ul li a:hover{border: #fff 1px solid; background-color: #444;}
#jp_nav ul li.on a{color:#fdbe57; border: #fdbe57 1px solid;}
#jp_nav ul li.extra{border: none; margin: 10px 0 0 0; padding: 0;}
#jp_nav ul li.more{border: none; margin: 0; padding: 0;}
#jp_nav ul li.kqed_logo a{
	margin: 3px 0 0 0;
	border: none;
	padding: 0;
	
}
#jp_nav ul li.kqed_logo a:hover{margin: 3px 0 0 0; border: none; padding: 0;}

	

#copyright {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333;
	padding: 10px;
	margin: auto;
	background-position: center;
	
	}
#copyright a {
	color:#fdbe57;
	text-decoration: none;
}
#copyright a:hover {
	color:#fdbe57;
	text-decoration: underline;
}
a:link {
	color: #094294;
	text-decoration: none;
}

a:visited {
	color: #094294;
	text-decoration: none;
}

a:active {
	color: #094294;
	text-decoration: none;
}
a:hover {
	color: #094294;
	text-decoration: underline;
}

--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->