body {
    font: 12px Georgia,"Book Antiqua",Palatino,fantasy;
    background-color: #dbcde2;
}

#container {
    border-radius: 7px;
    border: 1px solid #5c0675;
    margin: auto;
    width: 900px;
    padding: 15px;
    background-color: #fff;
    height: auto;
    overflow: auto;
}

h2 {
    color: #5c0675;
}

ul {
    list-style-type: circle;
}

#topbar {
    height: 95px;
    width: 100%;
}

#div_logo {
    float: left;
    width: 500px;
    height: 80px;
    margin-top: 10px;
    background: url(/static/recipes/img/logo.png) no-repeat top left;
}

#div_search {
    float: right;
    width: 375px;
    height: 75px;
    background: url(/static/recipes/img/search_bg.png) no-repeat top right;
}

#sidebar {
    margin: 10px;
    float: left;
    width: 200px;
}

#content {
    margin: 10px;
    float: right;
    width: 650px;
}

input {
    border: 2px solid #dbcde2;
}

#id_keyword {
    width: 200px;
    height: 20px;
    margin: 40px 0 5px 25px;
}

#do_search {
    height: 26px;
    width: 35px;
    font-weight: bold;
    color: #fff;
    background-color: #5c0675;
}
