﻿#header
{
    background-image: url("../public/bannerArtists.gif");
    background-position: top center;
    background-repeat: no-repeat;
    width: 900px;
    height: 124px;
}
.secHeaderArtistsList
{
    background-position: top;
    background-position: left;
    background-repeat: repeat-x;
    width: 275px;
    text-align: center;
    float: right;
    font-size: 22px;
    min-height: 20px;
    margin-top: 5px;
    padding-right: 5px;
    font-style: italic;
    font-family: Verdana;
}
.secContentArtistsList
{
    width: 280px;
    text-align: left;
    float: right;
}
.imgArtists
{
    border: 0px;
    width: 590px;
    margin-bottom: 10px;
}
.conContent
{
    text-align: justify;
    font-size: smaller;
    width: 590px;
    margin-top: 15px;
}
.conHeaderArtistName
{
    text-align: left;
    font-family: Arial Black, Arial;
    font-size: 32px;
    width: 590px;
    overflow: hidden;
    float: left;
}
.conHeaderSubtitle
{
    font-family: Arial;
    font-style: italic;
    font-size: 16px;
    width: 290px;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
