/* Layout ******************/
#content h1
{
    height: 109px;
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
}

#content h2
{
    clear: left;
}
/* Fonts *******************/
h1
{
    font: normal 20px 'Times New Roman', serif;
}

#content h1
{
    text-align: center;
}

h2
{
    font: bold 12px 'Times New Roman', serif;
}

h1, h2
{
    text-transform: uppercase;
}

#content h2, #content h2
{
    text-align: center;
}

#content p
{
    text-align: justify;
}


/* Colors ******************/
h1, h2
{
    color: #5f5645;
}


/* Misc ********************/

