body {
padding: 0;
background: #000;
}

#all {
position: absolute;
width: 600px;
right: 50%;
margin-right: -300px;
margin-bottom: 10px;
background-image: url('none.jpg');
background-repeat: no-repeat;
border-style: groove;
border-color: gold;
background: #A0522D;
border-width: 11px 11px 11px 11px;
color: #FFA500;
}

#banner {
width: 600px;
height: 190px;
border-bottom: 15px ridge cyan;
text-align: center;
font-size: 40px;
background-color: brown;
background-image: url('images/goldman_banner.gif');
color: gold;
font-family: helvetica;
}

#bottom {
display: block;
position: absolute;
top: 205px;
left: 0;
}

#left {
margin-left: 10px;
float: left;
width: 250px;
}

#right {
float: left;
width: 330px;
}

#footer {
width: 100%;
background: gold;
color: brown;
margin-top: 20px;
float: left;
border-top: 8px solid #CD853F;
padding-top: 10px;
text-align: center;
height: 50px;
}


#comiclibrary p {
margin: 10px 0 10px 0;
}

/* position: absolute;
bottom:0;
left: 0;
*/




/* Menu Bar CSS */

#navcontainer {
margin-top: 20px;
}

ul#navlist
{
margin: 0 0 0 30px;
padding: 0;
width: 200px;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
color: #daa520;
border: .2em solid #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}
