/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3   { margin: 0; padding: 0; list-style: none; }


body		      { background-color: white; 
                background-image: url('../img/background.jpg'); 
                background-position: top center; }

a             { text-decoration: none; }

p             { color: #808080;
                padding: 25px; 
                font: normal 12px/1.8 Arial, sans-serif; }

img           { border: solid 2px orange; }



/* -- Basics layout -- */
#view     { width: 700px; 
            margin: 0 auto; }
#logo1    { background-image: url('../img/logo1.jpg');
            height: 100px; }
#logo2    { background-image: url('../img/logo2.jpg');
            height: 207px; }            
#logo3    { background-image: url('../img/logo3.jpg');
            height: 25px; }

#context        { height: 960px;
                  background-color: white;
                  background-image: url('../img/body.jpg'); }
#context-tail   { height: 40px;
                  background-color: white;
                  background-image: url('../img/body-tail.jpg'); }
#context-tail .f { color: #808080;
                   font: normal 12px/3.0 Arial, sans-serif;
                   margin-left: 35px; } 



/* -- Tables -- */
#table-left-head  { width: 320px;
                    height: 71px;
                    margin-left: 25px;
                    background-image: url('../img/table-left.png');  }
#table-left-body  { width: 320px;
                    height: 250px;
                    margin-left: 25px;
                    background-image: url('../img/table-body.jpg'); }

#table-right-head { width: 320px;
                    height: 71px;
                    margin-left: 5px;
                    background-image: url('../img/table-right.png'); }
#table-right-body { width: 320px;
                    height: 250px;
                    margin-left: 5px;
                    background-image: url('../img/table-body.jpg'); }

#table-left-foto  { width: 320px;
                    height: 130px;
                    margin-left: 25px;
                    background-image: url('../img/table-body.jpg'); }
#table-right-foto { width: 320px;
                    height: 130px;
                    margin-left: 5px;
                    background-image: url('../img/table-body.jpg'); }
                    
#table-left-tail  { width: 320px;
                    height: 10px;
                    margin-left: 25px;
                    background-image: url('../img/table-tail.png'); }
#table-right-tail { width: 320px;
                    height: 10px;
                    margin-left: 5px;
                    background-image: url('../img/table-tail.png'); }


#table-left-context li  { color: #808080;
                          font: normal 12px/1.8 Arial, sans-serif; 
                          margin-left: 50px; }
#table-left-context h1  { color: #808080;
                          font: bold 18px/2.5 Arial, sans-serif;
                          margin-left: 50px; } 
#table-right-context li { color: #808080;
                          font: normal 12px/1.8 Arial, sans-serif; 
                          margin-left: 35px; }
#table-right-context h1 { color: #808080;
                          font: bold 18px/2.5 Arial, sans-serif;
                          margin-left: 35px; } 

                    