#right_content > .document
{
	clear: both;
    position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 10px;
}

/*-------------------------------------------------------------\
 * Title
\*------------------------------------------------------------*/
div.picture_title {
    position: absolute;
    top: 75px;
    left: 110px;
    color: #01b2e8;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial;
}

/*-------------------------------------------------------------\
 * Article
\*------------------------------------------------------------*/
article.content h1,h2,h3,h4,h5,h6 {
    display: block;
    padding: 5px 0px;
    line-height: 1.2em;
    margin-top: 10px;
    border-bottom: 1px solid lightgray;
}

article.content h1 { font-size: 24px; }
article.content h2 { font-size: 20px; }
article.content h3 { font-size: 16px; }

article.content p {
    margin: 1em 0px;
    line-height: 1.75em;
}

article.content ul {
    margin: 1em 0px 1em 20px;
}

article.content ul > li {
    margin-top: 5px;
    list-style-type: disc;/*circle;*/
    line-height: 1.75em;
}
