body
{
    background: url(../img/paper_background.png);
}

#wrapper
{
    position: relative;
    width: 900px; 
    margin: 0 auto;
}

#header
{
    height: 80px;
}

#logo
{
    width: 200px;
    float: left;
}

#search_bar
{
    margin-left: 10px;
    margin-top: 30px;
    background-color: #f1f1f1;
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
    width: 76.65%;
}

#container
{
    background: url(../img/paper.png);
}

#picture
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
}

#polaroid
{
    position: absolute;
    width: 100%;
    z-index: 3;
}

#portrait
{
    position: absolute;
    left: 20px;
    top: 35px;
    width: 225px;
    z-index: 1;
}

@font-face
{
    font-family: script;
    src: url(../fonts/script.ttf);
}


#title
{
    padding-top: 1px;
    padding-left: 50px;
    font: 32px script;
}

#content1
{
    padding-left: 50px;
    width: 60%;
    height: 300px;
    font: 20px Times New Roman;
    display: inline-block;
}

#content2
{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    font: 20px Times New Roman;
    display: block;
}

h2
{
    font-weight: normal;
    border-bottom: 1px solid darkkhaki ;
}

#footer
{
    background: url(../img/paper_footer.png);
    height: 50px;
}

#character_list
{
    position: relative;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 400px;
    overflow: auto;
    z-index: 5;
}

#character_list li a
{
    border: 1px solid #ddd;
    margin-top: -1px; /* prevents double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    text-align: left;
}

#character_list li a:hover:not(.header)
{
    background-color: #eee;
}
