body {
        background: #fff;
        width: 100%;
        padding: 50px 0;
        margin: 0;
        text-align: center;
}

#container  {
        width: 692px;
        background: #eee;
        margin: 0 auto;
        padding: 0;
        text-align: center;
}

#header {
        margin: 0;
        width: 694px;
        padding:0;
        background: url(http://aivotrusti.org/ateismi/top.gif) no-repeat;
        height: 107px;
        text-align: left;
}
#header h1 {
        padding-left: 20px;
        padding-top: 40px;
        font: 30px/25px arial, sans-serif;
}
#menu span { font: 1px/1px; visibility: none; }
#menu {
        background: #eee;
        width: 692px;
        border: 1px solid #000;
        heigth: 20px;
        overflow: hidden;
        margin: 0;
}
#menu ul {
         list-style-type: none;
         margin: 0;
         padding: 0;
         text-align: center;
         height: 20px;
         width: 693px;
}
#menu li {
        text-align: center;
        display: block; float: left;
        overflow:hidden;
        width: 98px; border-right: 1px solid #000;
}

#menu a, #menu a:visited {
        display: block; 
        font: 14px/20px verdana, sans-serif;
        color: #c00;
        text-decoration: none;
        width: 100%;
        
}

#menu a:hover, #menu a:active {
        color: #fffffa;
        background: #c00;
}
#content {
        margin: 0;
        padding: 30px 0;
        font: 13px/18px verdana, sans-serif;
        color: #000;
        background: #fff;
        text-align: left;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        width: 692px;
}
#content strong {
        font: bold 12px/18px verdana, sans-serif;
}

#content h3 {
        margin: 1em auto;
        font: 20px/18px arial, sans-serif;
        width: 500px;
        border-bottom: 1px solid #aaaaa0;
}
#content p {
        width: 500px;
        margin: 1em auto;
}

#content p:first-letter {
       font: 20px/18px verdana, sans-serif;
}
#content a {
        font: 13px/18px verdana, sans-serif;
        color: #00c;
        text-decoration: none;
        padding: 0;
}
#content a:visited {
        color: #c00;
}
#content a:hover, a:active {
        color: #0c0;
}

#content ul {
        margin: 0 10em;
}

#content li {
        margin-left: -20px;
}

#content table {
         margin: 0 auto;
}
#content table.info {
        margin: 0 auto;
        padding: 0;
        border: 0;
        width: 500px;
}
#content acronym {
        font: 12px/18px monospace;
        border: 0;
}




#bottom {
        background: #fff url(http://aivotrusti.org/ateismi/bottom.gif) no-repeat;
        width: 695px;
        height: 20px;
}
