/* -------------------------------------------------------- CONTAINER */

#container_home  { width: 491px;
                   margin-left: auto;
                   margin-right: auto; }

#container { width: 540px;
             background: url(pics/background.jpg);
             margin-left: auto;
             margin-right: auto; }

#top { width: 540px;
       height: 128px;
       margin-left: auto;                                      
       margin-right: auto;
       background: url(pics/top.jpg); }

#text_block { width: 500px;
              margin-left: auto;
              margin-right: auto;
              margin: 10px 20px; 
              text-align: justify;
              border-bottom: dotted 2px #0eb44e;
            }

#bottom { width: 540px;
          height: 439px;
          margin-left: auto; 
          margin-right: auto;
          background: url(pics/bottom.jpg);
          }

/* -------------------------------------------------------- TEXT */

body { background: #222222; margin-top: 25px; font-family: serif; font-size: 9pt; }

h1 { font-size: 11pt;
     font-family: sans-serif;
     font-weight: bolder;
     text-align: center;
     color: white;
     background: black;
     padding: 7px 0px;
     text-transform: uppercase;
     letter-spacing: 2px;
     }

h2 { font-size: 9pt; font-family: sans-serif; font-weight: bold; }

img { border: none; }

.imageclick { text-align: center; }
.imageclick a:hover { background: none; }
.imageclick img { padding: 2px; border: solid 1px #000000; margin: 0 10px; }

li { list-style-type: none; margin-right: 10px; }

a { text-decoration: none; font-weight: bold; font-family: sans-serif; }

.white p { color: white; text-align: center; }

.white a:link { font-weight: bold; color: white; }

a:link { font-weight: bold; color: green; }

a:visited { font-weight: bold; color: green; }

a:hover   { font-weight: bold; color: #000000; }

