body {font: 10pt/1.5em Verdana, Arial, sans-serif;}

img {
    display: block;
    border: 0;
    }

#nav-main, #nav-secondary, #nav-utility, #overview ul, #footer p, tr.paging {display: none;}

#header h1 {margin: 0 0 50px}
	#header h1 a {font: bold 20pt Arial, sans-serif; color: #E41B23;}

h2 {
    margin: 0 0 30px;
    font: bold 18pt Arial, sans-serif; color: #E41B23;
    }

h3 {font-weight: bold; font-size: 1.0em;}

#recipe-detail {}
    
    #recipe-detail ul {margin: 0 0 30px; padding: 0;}

    #recipe-detail dl {
		margin: 0; padding: 0;
		width: 440px;
		}
        #recipe-detail dt {
                margin: 0 0 20px;
                font-weight: bold;
                }
                #recipe-detail dd {margin: 0 0 30px;}

                    #recipe-detail dd ul {
                        list-style: disc;
                        margin: 0 0 0 15px;
                        }
#overview.recipe {
    position: absolute;
    top: 175px; right: 0;
    width: 225px;
    }

    #overview #flash {display: none;}

ul#meal-info {
    margin: 0 0 30px;
    padding: 0;
    width: 350px;
    list-style: none;
    }

    ul#meal-info strong {color: #93BA2B;}

dl#meal-directions {width: 350px;}
    dl#meal-directions dt {
        margin: 0 0 15px;
        font-weight: bold;
        }
    dl#meal-directions dd {margin: 0 0 30px;}

        dl#meal-directions ul {
            margin: 0;
            padding: 0 0 0 15px;
            list-style: disc;
            }

#footer {margin: 50px 0 0;}

    #footer p#copyright {
    	display: block;
        margin: 0;
        font-size: 8pt;
        }
