@import url(basic.css);

#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 620px;
    background-image: url(article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#contact
{
    position: relative;
    top: 20px;
    left: 20px;
    width: 580px;
}

.contact_left
{
    font-family: Georgia;
    font-size: small;
    width: 300px;
    padding-left: 20px;
}

.contact_empty
{
    width: 30px;
}

.contact_right
{
    width: 300px;
    padding-right: 20px;
}

a:link 
{
    color: #3F6572;
    text-decoration:none;
}

#content a:active 
{
    color: #3F6572;
    text-decoration:none;
}

#content a:visited 
{
    color: #3F6572;
    text-decoration:none;
}

#content a:hover 
{
    color: #B22222;
    text-decoration:none;
}