html, body, div,span,
h1,h2,h3,h4,
a, acronym,em,font,img,
dd,dl,dt,li,ol,ul,
fieldset,form, label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0; 
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
}   
a img, :link img, :visited img {
    border: 0;
    } 
table {
    border-collapse: collapse;
    border-spacing: 0;  
}
ol, ul {
    list-style: none;
} 
body {
    background-color: #adad84;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 1em; 
}
#container {
    margin: 3em auto 3em auto;
    width: 56em;
    zoom: 1;
    height: 100%; 
}
#header {
    color: #fff;
    font-size: 140%;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-left: 2em;
    }
#leftcol {
    width: 16em;
    border-right: .3em #dedebd solid;
    position: relative;
    top: -6em;
    height: 35em;
    float: left;
    z-index: 25;
  clear: both; 
}
#leftcol ul {
    padding-top: 22em; 
}
#leftcol ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding-top: .4em;
    padding-bottom: .4em; 
}
#leftcol ul li a:hover {
    background-color: #ffffff; 
}
#content {
    height: 14em;
    width: 56em;
    background-color: #fff;
    float: right;
    position: relative;
    top: -35em; 
}
#content ul {
    margin-right: 3.5em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: 16.5em; 
}
#content ul li {
    display: inline;
    margin-left: 3em;
    }
#content ul li a img {
    border: 1em #bbbba1 solid; 
}
#text {
    padding-top: 1em;
    background-color: #adad84; 
}
#text p.review {
    color: #fff;
    padding-bottom: 1em;
    text-align: justify;
    width: 34em;
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    padding-left: 20.5em; 
}
#text p.bibo {
    font-style: italic;
    font-size: 75%;
    color: #333333;
    text-align: right;
    padding-right: 2em; 
}
