html,body{margin:0; padding: 0}
body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 76%; text-align: center}

A:link, A:visited {text-decoration: none; color: #464/*#46b*/}
A:hover {text-decoration: underline}

h1{font-size: 1.8em; text-align: center; color: #003; font-weight: bold}
h2{}
table {font-size: 1.1em}

div#container{
    width: 500px;
    margin:0px auto;
    border-width: 1px 1px; 
    border-style: solid; 
    border-color: #000;
    background: url(bordo.jpg) repeat-y top left;
    background-color: #fff
   }

div#header{    
    color: #ffc;
    border-width: 4px 4px; 
    border-style: solid; 
    border-color: #700;
    background-color: #b88;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center
   }

div#navigation{display:none}

div#content{
    height: 100%;
    margin: 0 10px 0 10px;
    padding: 1em 10px;
    text-align:justify;
    background-color: #fff
   }

div#footer{  height: 100px;
    text-align: left;
    clear: right;
    background-color:#fff
   }


div#footerLeft{ 
    background-color:#fff;
    padding: 5px 5px 5px 5px;
    width: 300px; 
    float:left;
    font-size: 1.1em;
    font-weight: bold 
   }


div#footerRight{
    background-color:#fff;
    padding: 5px 5px 5px 5px;
    float:right;
    font-style: italic
   }






