
<style>

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:30px 0px 8px 0px;
	padding:0px;
	font-size:18px;
        font-family: verdana;arial;sans-serif;
        letter-spacing:2px;
	color:#2725AA;
        font-weight:300;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 10px/12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:12px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 10px;
	padding:0px;
	}
p.secondary {
	     font:10px/12px verdana, arial, helvetica, sans-serif;
	     margin:0px 0px 12px 5px;
	     padding:0px;
	    }
blockquote {font-family:arial;
            font-size:10pt;
            color:#000066;}


.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#333366;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#333366;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


/* background image classes */
.botright {background: url(images/botright.gif) bottom right no-repeat;}
.recipe {background: url(images/recipe.jpg) no-repeat; height:450px;}


/* special classes for the recipe card */
h2.h2_recipe {font:bold 12px/12px verdana, arial, helvetica, sans-serif;
	      margin:25px 0px 5px 13px;
	      padding:0px;}

h3.h3_recipe {font:bold 10px/11px verdana, arial, helvetica, sans-serif;
	      margin:0px 0px 5px 13px;
	      padding:0px;}

p.p_recipe {font:10px/10px verdana, arial, helvetica, sans-serif;
	    margin:0px 55px 12px 16px;
	    padding:0px;}

  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	/*border:1px solid #E2E1E1;
        border-left:1px solid #E2E1E1;
        border-top:1px solid #E2E1E1;
        border-right:2px solid #CCCCCC;
        border-bottom:2px solid #CCCCCC; */
        background:url(images/header.jpg) no-repeat;
	background-color:white;
	padding:15px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


.content_plain {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid #E2E1E1;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:160px;
	top:20px;
	left:5px;
	border:0px dashed #E2E1E1;
	background-color:#FFFFFF;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navSearch {
	position:absolute;
	width:160px;
	top:450px;
	left:5px;
	border:0px dashed #6968AA;
	background-color:#ffffff;
	padding:2px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
        body>#navAlpha {width:160px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:25px;
	right:20px;
	border:0px dashed #6968AA;
	background-color:#FFFFFF;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




.buttonscontainer {width: 120px;}

.buttons a {color: #333366;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #C0C0C0;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #E1E2E4;
color: #666699;
text-decoration: none;}



</style>