
 

BODY { background-color: white;
               background-image: url(paper_edited-1.jpg);
               background-attachment: fixed;
               background-position: 0% 0%;
               background-repeat: no-repeat;
               color: black;}

#container { width: 100%;
                       max-width: 1374 px;}

#leftbar { width: 30%;
                  height: 100%;
                  float: left;
                  display: inline;}

#main { float: left;
               clear: right;
               width: 70%;
               max-width: 800px;
               display: inline;}

#paypal { float: right;
                  display: inline;}

#logo { width: 100%;
              min-width: 0px;
              max-width: 300px;
              height: auto;}

#thumbs { width: 200px;
                 height: 567px;
                 margin: 0px;
                 padding: 0px;
                 background-color: black;
                 text-align: center;}

#display { width: 515px;
                   height: 567px;
                   margin: 0px;
                   padding: 0px;
                   background-color: black;
                   text-align: center;}
  
 a:link { color: blue }
 a:visited { color: purple }
 a:active { color: #FF00FF }
 span.c3 {color: red}
 span.c4 {color:yellow}
 p.c1 {text-align: left}
 p.c6 {text-align: center}