body {
    background-color: lightgray;
}
#header {
    border: 1px solid gray; 
    background-color: white;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

#footer {
    /* border: 2px solid black; */
    text-align: center;
    clear: both;
    padding: 1em;
    font-family:arial,helvetica,sans-serif;
    font-size:0.6em;
}

#container {
    border: 1px solid gray; 
    background-color: white;
}

#content {
    padding: 1em;
    float: left;
    /*border: 1px solid gray; */
    background-color: white;
}

#navigation {
    background-color: white;
    float: left;
    width: 8em;
    margin: 0.5em;
    /*border: 1px solid gray;   */
}

#navigation ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#navigation a {
border-bottom:1px solid #999999;
border-left-width:0px;
border-right-width:0px;
color:#999999;
display:block;
font-weight:bold;
letter-spacing:0.1em;
line-height:16px;
padding:10px;
text-decoration:none;
}

#navigation a:hover {
border-bottom:1pt solid blue;
border-left-width:0px;
border-right-width:0px;
color:#0000FF;
}

#sidebar {
    float: right;
    text-align: center;
    margin: 0.5em;
}

.clearboth {
    clear: both;
} 

img.floatleft {
    float: left;
    margin-right: 0.5em;
}

img.floatright {
    float: right;
    margin-left: 0.5em;
}

.entry{
    width: 30em;
}
