#content img {
    border: 3px solid #e3e3e3;
    padding: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
}

#content .image-center {
    text-align: center;
}

#content .image-left {
    float: left;
    margin-right: 6px;
}

#content .image-right {
    float: right;
    margin-left: 6px;
}

#content h1 {   
    margin-left: 2px;   
    margin-top: 0px;    
    margin-bottom: 2px;
    background-image: url("bg_title.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top: 0px;
    padding-bottom: 5px;

    font-size: large;
    color: #c5c5c5;
}

#content h2, #content h3, #content h4 {
    margin-left: 2px;   
    background-image: url("bg_title.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top: 2px;
    padding-bottom: 2px;
    
    font-weight: bold;
    font-size: small;
}

#content .paragraph {
    margin-top: 6px;
    padding: 0px;   
    text-align: justify;
}

#content .description {
    text-align: justify;
}

#content .separation {
    clear: both;
}

hr {
  display: none;
}

#content .internal-link {
    margin-top: 10px;
    margin-left: 30px;
}

#content li {
    list-style-image: url("bullet.gif");
}

