body {
	margin: 0 auto;
	padding: 0;
	color: #333333;
	background: #585756 url("./themes/site_themes/default/bg.gif") repeat;
        font-family: verdana, georgia, sans-serif;
        font-size: 85%;
}

h1, h2, h3 {
letter-spacing: 0.09em;
}

h4 {
margin-bottom: 4px;
}

a:link { background-color: transparent; text-decoration: none; color: #663300;  font-weight: bold;}
a:active { background-color: transparent; text-decoration: underline; color: #663300;  font-weight: bold;}
a:hover { background-color: transparent; text-decoration: underline; color: #663300;  font-weight: bold;}
a:visited { background-color: transparent; text-decoration: none; color: #663300; font-weight: normal;}

#content {
margin: 15px 0 10px 0;
padding: 10px 10px 0 10px;
background: #fffffa;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-right: 1px solid #000;
}

#blog {
margin-right: 5px;
padding: 0 5px 10px 5px;
width: 500px; /* ???????  was 440 */
color: #333333;
text-align: left;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #cccccc;
background: #f9f8f2;
color: #333333;
}

#sidebar {
/* float: left; */
margin-left: 5px;
padding: 10px 5px 10px 5px;
border: 1px solid #cccccc;
width: 190px;
background: #f9f8f2;
color: #333333;
text-align: left;
}

#footer {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
color: #333;
font-size: 70%;
letter-spacing: 0.09em;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: bold;
background: transparent;
color: #666600;
border-bottom: 1px; /* dotted #ccc; */
}

.spacer {
clear: both;
}