body {
background: #FFE5B2;
text-align: justify;
}

img {
border-width: 0 0 0 0;
}

#menu {
/* width: 9em; */
/* background: #eee; */
position: absolute;
top: 120px;
width: 160px;
/* height: 500px; */
/* background: url("./col4.jpg"); */
}

#menu li {position: relative;}

#menu a {
color: #000;
/* background: #efefef; */
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu h2 {
color: #fff;
/* background: #000; */
text-transform: uppercase;
font-size: 125%;
}

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: -0.5em 0 0 0;
padding: 0;
}

#menu ul ul {
/* text-align: right; */
margin: -1em 0 -0.5em 0.75em;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #cc0;
/* text-align: left; */
margin: 0 0 0 -1em;
}

/* hovering */

#menu ul ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

/*  */
/*  */
/*  */
/*  */

#main {
width: 75%;
/* height: 750px; */
margin: 0 0 0 12em;
/* background: url("./tlo.jpg"); */
}
#background {
width: 75%;
/* height: 750px; */
margin: 0 0 0 12em;
/* background: url("./tlo.jpg"); */
}

#large {
font-size: 150%;
}
#padding {
padding: 1em 1em 1em 1em;
}

#center {
display: block;
margin-left: auto;    /* shouldn't those be more specific for things like images? */
margin-right: auto;
text-align: center;
}


/* TODO !!!! */
#center_padding {
padding: 1em 1em 1em 1em;
display: block;
margin-left: auto;    /* shouldn't those be more specific for things like images? */
margin-right: auto;
text-align: center;
}

