/* table stylesheet for primary format */



body { font-family: Lucinda Sans, Arial, Verdana;
       font-size: 12pt ;
       color: #FFFFFF ;
       background-color: #000000;
       text-align: justify; }

div.container { width: 800px;
                height: 600px;
                position: relative;
                margin-left: auto;
                margin-right: auto;
                margin-top: 0px; }

div.navigate { position: absolute;
               left: 0px;
               top: 0px;
               margin: 0px;
               padding: 0px; }

.logoCon { position: absolute;
           top: 0px;
           left: 0px; }

.rightsideCon { position: absolute;
                top: 0px;
                left: 400px; }

.artistCon { position: absolute;
             top: 73px;
             left: 0px; }

.updatesCon { position: absolute;
                top: 73px;
                left: 96px; }

.linksCon { position: absolute;
                top: 73px;
                left: 176px; }

.galleriesCon { position: absolute;
                top: 73px;
                left: 229px; }

.printsCon { position: absolute;
                top: 95px;
                left: 0px; }

.contentCon { position: absolute;
                top: 120px;
                left: 5px; }

.leftborderCon {position: absolute;
                top: 120px;
                left: 0px; }

.bottomstripCon {position: absolute;
                 top: 585px;
                 left: 0px; }

div.screen { width: 400px; 
             height: 480px;
             overflow: auto;
             scrollbar-3dlight-color: #8A8A8A;
             scrollbar-arrow-color: #ffffff;
             scrollbar-base-color: #8A8A8A;
             scrollbar-darkshadow-color: #8A8A8A;
             scrollbar-face-color: #2CAC9C7;
             scrollbar-highlight-color: #ffffff;
             scrollbar-shadow-color: #000000;
             scrollbar-track-color: #2CAC9C7;
             padding: 0px;
             color: #000000;
             
             }

h2.pageTop { text-align: left;
             padding-left: 5px;
       color: #FFFFFF ; 
           }

P { text align: justify;
    font size: 12pt;
    padding-left: 5px;
    padding-right: 5px;
       color: #FFFFFF ;
  }

a:link { color: #ff0000;
         text-decoration: underline;
         
       }

a:visited { color: #FFFFFF;
            text-decoration: underline;
          }
            

a:active { color: #FFFF00;
           text-decoration: underline;
         }
 




