
/*-------------------- Main Tags -----------------------*/

   body {
        font-family : Verdana, Arial, Helvetica, Sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        color:#000;
        background:#fff;
        min-width:760px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		text-align:center;  /* For IE to centre layout (margin l-r auto doesn't work on ie */
    }  
    .noBorders {padding:0;border:none;margin:0;}         
    #wrapper 
    {
        width:760px;
        padding : 0;        
        margin-left:auto; /* Centre the layout. See body style for IE fix*/
        margin-right:auto;
        text-align : left;
        background : #EEE; 
        padding: 20px;
        border : 1px solid #333333;
        margin-top:20px;
        margin-bottom:20px
        }
    H1 {color:#666666;;font-size:160%}
    H2 {color:#666666;font-size:130%}   

    A:Link {color: #333; text-decoration:underline}
    A:Active {color: #333;text-decoration:underline}
    A:Hover {color: #333;text-decoration:underline}
    A:Visited {color: #333;text-decoration:underline}
    
    #artistDetails {}
    #adImage {margin : 20px 0 40px 20px;}
    #adEmail {margin : 0.5em; font-weight:bold;color:#333;}
    #adTelephone {margin : 0.5em; font-weight:bold;color:#333;}
    #adWebsite {margin : 0.5em; font-weight:bold;color:#333;}
    #adDescription {margin : 2em 0.5em 0.5em 0.5em; font-weight:normal;color:#333;}  
    .label {color:#999999; font-weight:normal} 
    .footer {margin-top:3em;margin-bottom : 1em;}   
    DIV.artistLinks {line-height:3em;}
    DIV.artistLink {display: inline; font-weight:bold;font-size:120%;}
    DIV.artistLinkAlt { display: inline; font-weight:bold;font-size:120%;}
    DIV.artistLink A:Link {color: #333; text-decoration:none}
    DIV.artistLink A:Visited {color: #333;text-decoration:none}
    DIV.artistLink A:Hover {color: #333;text-decoration:underline}
    DIV.artistLink A:Active {color: #333;text-decoration:underline}
    DIV.artistLinkAlt A:Link {color: #666; text-decoration:none}
    DIV.artistLinkAlt A:Visited {color: #666;text-decoration:none}
    DIV.artistLinkAlt A:Hover {color: #666;text-decoration:underline}
    DIV.artistLinkAlt A:Active {color: #666;text-decoration:underline}
    
