html { min-height: 100%;}

* { margin: 0;
    padding: 0; }

img { border: none; }

p { color: silver; }

body { font: medium/1.7em Verdana, Helvetica, Arial, sans-serif;
       background-color: #505050;   /*slate*/
       padding: 0 1em 0 1em;
       background-image: url('img/eames-grey3.jpg'); 
       background-repeat: repeat;
       background-attachment: fixed; }

h1, h2, h3 { color:  silver; }

h1 { font-size:  130%; }

h2 { font-size: 120%; }

ul li {color: silver;
       margin-right: 0em;}

a { text-decoration: none; }
 
a:link { color: white; }

a:visited { color: #A8B3AE;} /*very light greenish*/

a:hover { color: #CBDBF7;}  /*very light blueish*/

a:active { color: #AA5F72;} /*bold rose-mag*/

.strike { text-decoration: line-through; }

#scroll { color: #fff;
          font-size: 60%;
          width: 130px;
          margin-left: auto; 
          margin-right: auto;
          
          
          text-align: center; }

#wrap img { display: block; 
            border: none;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0em;
            margin-bottom: 1em; }

#backview{ color:silver;
              font-size: 90%;
              width: 400px;
           margin-left: auto; 
           margin-right: auto;
background-color: #333333;
              text-align: center; margin-bottom: 1em; }

#content { width: 400px;
           padding: .5em;
           border: solid silver;
           margin-left: auto;
           margin-right: auto;
           color:#fff; 
           background-color: #333333;
           line-height: 1.2em;
           }


#content h3 { font-size: 97%;
              color: OldLace;
              text-align: center; }

#content ul { font-size:90%; }

#content ul li { list-style: none;
                 margin-left: 1em; }

#content p { font-size: 90%; }

#essay p { margin: 1em; }

#essay {_margin-top: 20px; /* show to IE */ }
        
#essay ul li  { text-align: center;
                margin: 1em; }

#xspf embed{ display: block; }

#fixer {   display: block;
           width: 400px;
           margin-left: auto; 
           margin-right: auto;
	       margin-top: -20px;
	       _margin-top: 7px;  /* show to IE */
           _margin-left:-20px; /* show to IE */
           margin-bottom: 0em; }

/*start footer__________________________*/

#footer p{ color: silver;
          float: right;
          width: 25%;
          font-size: 70%;
          text-align: right; }
          
#footer p a { background-color:#806767;  /*roseish*/
                      font-weight: bold; }
                                 
#footer p a:link { font-weight: bold; }

#footer p a:hover { background-color: #755656;/*dark roseish*/ }          
          

#pete { background-color: #998066;      /*light brownish*/
        color: #000;
        float: left;
        font-size: 70%;
        padding: 0em .5em 0em .5em; }

/*end footer__________________________*/
