/*===============================================
Copyright BTFresca http://www.btfresca.com/
===============================================*/		


/*LAYOUT
#container {width:900px; height:100%; float:left;}
*/

/*LEFT NAV*/
#menu_nav {width:274px; height:100%; float:left; background-image:url(../images/recipies_hat1.gif); background-position:top; background-repeat:no-repeat; padding-top:20px}
#menu_nav img {margin-bottom:2px; border:#fff 1px solid;}
#menu_nav img:hover {border:#21729c 1px solid;}

#menu_nav p {font-size:15px; color:#21729c; margin-bottom:5px; font-weight:bold; }
#menu_nav a {color:#484848; text-decoration:none; font-weight:bold;}
#menu_nav a:hover {color:#21729c; text-decoration:none}

/*MAIN RECEPIE*/
#recepie_box {width:598px; height:100%; float:left; margin-left:26px; background-image:url(../images/recipies_hat2.gif); background-position:top; background-repeat:no-repeat; padding-top:20px}
#recepie_title {width:598px; float:left; height:45px;}
#recepie_text {width:387px; float:left; height:300px;}
#recepie_image {width:211px; float:left; height:412px;}
#recepie_image.fudgy {height:750px;} 
#recepie_image.mousse {height:500px;}

#recepie_box h1 {font-size:33px; color:#21729c;}
#recepie_box h2 { font-size:16px; color:#484848;}
#recepie_box h3 {font-size:1.4em; color:#21729c; margin-top:20px; margin-bottom:3px}
#recepie_box li {list-style:none; font-size:1.2em; color:#484848}
#recepie_box p {margin-bottom:10px; font-size:1.2em; color:#484848}

