@CHARSET "UTF-8";
body {
    background-color: #005826;
}

#main {
    background: url(../images/cookbook/cookbook_list.jpg) center top no-repeat;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}


#en_main {
    background: url(../images/cookbook/cookbook_list.jpg) center top no-repeat;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}



#all_recipe {
    position: absolute;
    left: 78px;
    top: 763px;
}
#all_recipe a {
    color: #D8B662;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
#en_cookbook_nav {
    position: absolute;
    left: 264px;
    top: 772px;
    color: #C6B79E;
    font-size: 12px;
}
#cookbook_nav {
    position: absolute;
    left: 275px;
    top: 772px;
    color: #C6B79E;
    font-size: 12px;
}

#cookbook_nav a {
    color: #005826;
    font-size: 12px;
}

#en_cookbook_nav a {
    color: #005826;
    font-size: 12px;
}

#cookbook_content {
    position: absolute;
    left: 130px;
    top: 250px;
    width: 360px;
    color: #000;
    line-height: 14px;
}
#cookbook_content h2 {
    color: #005826;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
}

#cookbook_photo {
    position: absolute;
    left: 571px;
    top: 296px;
}

#comments {
    /*position: absolute;*/
    /*left: 135px;*/
/*    top: 890px;*/
    margin: 890px 0 0 135px;
    width: 800px;
}
.comment_date, .comment_text {font-size: 13px;}
.comment_author {font-weight: bold;}

.comment {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    background: url(../images/cookbook/line.gif) left bottom repeat-x;
}

#comment_form {
    margin: 0 0 50px 0;
    width: 465px;
}

#comment_text {
    margin: 20px 0 15px 0;
}

#comment_submit {
    background: url(../images/cookbook/comment_sub.jpg) center top no-repeat;
    padding: 6px 11px 6px 12px;
    float: right;
    color: #FFCD20;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

#cookbook_list {
    font-size: 13px;
}

#cb_list_left {
    float: left;
    width: 350px;
    height: 420px;
    overflow: hidden;
    margin: -400px 0 0 0;
}
#cb_list_right {
    width: 350px;
    height: 347px;
    overflow: hidden;
    margin: 65px 0 0 397px;
}

#cb_list_left div, #cb_list_right div {
    background: url(../images/cookbook/cb_line.gif) left bottom repeat-x;
    margin: 13px 0 0 0;
    padding: 0 0 2px 0;
}
#cb_list_left div a, #cb_list_right div a {
    color: #000000;
}
#cb_list_left div span, #cb_list_right div span {
    float: right;
    color: #5b4c37;
}