#header{
    background-color: #efefef;
}

#page{
    padding-top: 5px;
    background: url(page_bg.gif) bottom repeat-x;
}

#content{
    padding-bottom: 50px;
}


h1#logo{
    margin: 15px 0 0 10px;
}

h1#logo a{
    background: url(logo_caes.gif) no-repeat;
    width: 300px;
    height: 42px;
    display:block;
    text-indent: -9999;
}

h1.alt{
    font-size: 2em;
}

h1.alt a{
    color: #444;
}

a{
    text-decoration: none;
    color: #1580A4;
}

h1.alt a:hover,
a:hover {
    color: #f48021;
}

.box li a:hover{
    text-decoration: underline;
}

label{
    color: #444;
}

.error li{
    list-style-position: inside;
}

#main_nav{
    width: 645px;
    float: right;
}
    #main_nav li a{
        background: url(aba.gif) no-repeat;
        width: 124px;
        height: 19px;
        float: left;
        margin-left: 3px;
        display: block;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #979797;
    }

    #main_nav li a:hover,
    #main_nav li a.selected{
        color: #333;
    }

ul.nav{
    margin: 0;
    padding: 0;
}


    ul.nav li{
    	display: inline;
        margin-left: 15px;
    }
    ul.nav li.first{
        margin-left: 0;
    }

p + p{
    text-indent: 0;
}

h3{
    font-family: Georgia,Times,Serif;
    font-weight: bold;
    font-size: 18px;
}

div.recipes{
    background-color: #B46D5B;
}

div.answers{
    background-color: #697352;
}

    div.recipes h3,
    div.answers h3{
        color: #fff;
        text-align: center;
    }
    div.recipes ul li a,
    div.answers ul li a{
        color: #fff;
    }

div.box{
    font-family: "Lucida Grande","Tahoma", sans;
}

    div.box h3{
        letter-spacing: -0.02em;
        font-family: Lucida, sans;
    }

    div.box ul{
        list-style: none;
        line-height: 1.8em;
        margin: 0;
        padding: 0;
    }

    div.box ul li{
        line-height: 1.2em;
        font-size: 13px;
        margin-bottom: 15px;
        list-style-type: none;
    }

    div.box blockquote{
        margin: 0 0 15px 0;
    }

    div.contrast{
        padding-top: 0;
        background-color: transparent;
    }

    div.contrast h3{
        color: #7DA141;
    }

    

ul.photos{
    margin: 0;
}

    ul.photos li{
        width: 60px;
        margin-left: 7px;
        display: block;
        float: left;
    }
    ul.photos li.first{
        margin-left: 0;
    }



#content_title h1{
    font-size: 32;
    font-weight: bold;
}
#content_body{
    font-size: 18px;
    font-family: "Lucida Grande", Tahoma, Arial, sans;
    margin-bottom: 20px;
}
    #content_body p{
        margin-bottom: 2.5em;
    }

.tools a{
    padding-left: 28px;
    height: 23px;
    padding-top: 3px;
    display: block;
    float: left;
    margin-left: 15px;
}

.tools a.first{
    margin-left: 0;
}

.feeds{
    background: url(tools/feed.gif) no-repeat;
}

.twitter{
    background: url(tools/tweet.gif) no-repeat;
}

.facebook{
    background: url(tools/fb.gif) no-repeat;
}
